Forum Replies Created
-
AuthorPosts
-
admin
KeymasterWhen you have full control over your server like your bank does you can do lots of cool things. For example: you can make your PHP Session to reset every 10 minutes (which will force a logout as all the temporary session data will get lost). You can specify how long your PHP Session live in your server configuration. The same trick can be applied to site cookie too.
You can also write a JavaScript that automatically redirects the user to the following URL after 10 minutes (this tells eMember to log that member out):
http://www.your-site.com/?event=logout
admin
KeymasterOne of two things is causing this
1) You are using a caching plugin
Check these posts:
Using the plugins with W3 Total Cache – https://support.tipsandtricks-hq.com/forums/topic/using-the-plugins-with-w3-total-cache-plugin
Using the plugins with WP Super Cache – https://support.tipsandtricks-hq.com/forums/topic/using-the-plugins-together-with-wp-super-cache-plugin
2) Your PHP Session is not working
Check this post
https://support.tipsandtricks-hq.com/forums/topic/php-session-not-working-correctly
November 24, 2011 at 10:00 pm in reply to: Is there a way to show proportional image rather than square thumb in fancies #38829admin
KeymastereStore comes with a custom CSS file called “wp_eStore_custom_style.css”. You can put all your custom CSS there so during the upgrade you can only take a backup of that file and then put it back in after the update. We never add any content to that file so that file will always contain only your custom CSS changes.
November 24, 2011 at 1:37 am in reply to: Mail Chimp integration when using both emember and estore together #38803admin
KeymasterYou can check the “Disable Double Opt-In” checkbox in eStore’s mailchimp settings to disable the standard double opt-on practice (be warned that MailChimp will block your account if you abuse it).
November 24, 2011 at 1:33 am in reply to: Download notification to admin for free download via squeeze form #38812admin
KeymastereStore doesn’t have an option for this but it should be doable with a small customization. Let me know if you are okay to modify some PHP code.
admin
KeymasterYou can customize the text using this method:
In a recent build of eStore we have taken out the green checkmark image from the “success” output.
If you get a new build of the plugin you will see this change:
admin
KeymasterYeah, you can use multiple squeeze form/free download shortcodes on one page. Use the normal one (the ajax one can’t handle it).
[wp_eStore_free_download:product_id:1:end]
November 24, 2011 at 12:38 am in reply to: Can My Autoresponder/Email Marketing Manager be Integrated with Your Plugins? #19560admin
KeymasterYes, added a Generic autoresponder integration option in eStore. Get a new build of the plugin from here to use it:
https://support.tipsandtricks-hq.com/update-request
After the update go to the eStore’s “Autoresponder Settings” menu and find the section of the generic autoresponder integration.
admin
KeymasterThe original value of the Authorize.net checkout is the following:
https://secure.authorize.net/gateway/transact.dll
If you have made modifications and now want to go back to the original, you should just download a new build of the plugin from here:
admin
KeymasterOne item in the variation field should work fine but when generating a link for a product that uses digital variation, you still need to specify the “Variation Name” in the corresponding field so it can generate the link.
November 23, 2011 at 10:28 pm in reply to: Clickbank: "Secret key or source file information is not present in the request" #38567admin
KeymasterI will look into it and see if there is anything I can do in the PDF Stamper. I sent you an email regarding testing out a version with ClickBank link security secret key… did you receive that email?
admin
KeymasterI have released a new build which should allow you to do this. Get a new build from here then specify the email subject for the manual checkout in the manual checkout settings of eStore:
admin
KeymasterPlease use the contact form on the site (you can mention this forum post and it will get forwarded to me).
admin
KeymasterI will add a new option in the manual checkout settings section so you can specify a custom “Sale Notification Email Subject” for manual/offline checkout. I will have something ready by tomorrow.
-
AuthorPosts