Forum Replies Created
-
AuthorPosts
-
adminKeymaster
Remove the hardcoded JQuery library inclusion in the footer then do this test to find out which plugin or theme is outputting bad JavaScript to create this conflict:
https://support.tipsandtricks-hq.com/forums/topic/test-to-identy-a-conflicting-theme-or-plugin
adminKeymasterUse the
unserialize()
function and it will put the serialized data in a nice array that you can use. For example:$custom_fields_arry = unserialize("serialized-custom-data");
print_r($custom_fields_arry);October 27, 2011 at 10:02 pm in reply to: Use Lightbox evolution for the eStore lightbox effect #37963adminKeymasterThis post might help:
https://support.tipsandtricks-hq.com/forums/topic/wp-estore-and-lightbox-workaround
October 27, 2011 at 10:01 pm in reply to: Download Now shortcode visually interfere with buy now shortcode #37946adminKeymasterThe download now buttons show variations because in the event of a digital variation the user needs to select which variation of the download they want. In a sense the download now button is just like the Buy button except you don’t need to pay for that item.
adminKeymasterJust to make sure that the issue is not resulting from a custom modification or unwanted code changes. Please do the following:
1. Deactivate and delete the currently installed version of the plugin(s).
2. Download a fresh build of the plugin(s) from here:
https://support.tipsandtricks-hq.com/update-request
3. Upload and activate this version of the plugin(s). The specific update instruction for the plugin in question can be accessed from here:
https://support.tipsandtricks-hq.com/plugin-installation-and-upgrade-instructions
adminKeymasterYou can create a temporary back door registration form on your site and let your customers know so they can go there and register for the membership account. They already paid for it so they just need to complete the signup. This document will explain how to place a registration form for a particular membership level:
Later when you are done you can remove this page.
Regarding the AWeber issue, check the 2nd post on this thread:
October 27, 2011 at 6:08 am in reply to: Manually entered commissions are not showing up in payout report #37495adminKeymasterI have sent you an email to get site access so I can check this out.
adminKeymasterFor some reason on your site the download now button was sending multiple stamping request for the same file so it was getting confused. We added a guard against this in the plugin so it should be working fine now.
adminKeymasterOkay adjusted some Class parameters in eMember (you shouldn’t see this issue anymore).
adminKeymasterUse a FTP program such as FileZilla to upload the file to your server. If you follow a tutorial on how to use FileZilla to upload a file to your server you should be set.
October 27, 2011 at 2:22 am in reply to: Download Now shortcode visually interfere with buy now shortcode #37944adminKeymasterAre those digital variations?
adminKeymasterYour server’s PHP session is not working correctly. Check this post:
https://support.tipsandtricks-hq.com/forums/topic/error-appearing-at-the-top-of-my-webpage
October 27, 2011 at 2:17 am in reply to: No sale notification to seller and no email to buyer #37921adminKeymasterThis post will help with the PayPal sandbox not working:
https://support.tipsandtricks-hq.com/forums/topic/paypal-sandbox-changes
Remember to also change your “PayPal Email Address” to the real one from the “Payment Gateway Settings” when you switch from sandbox.
adminKeymasterYou can use the following shortcode for an individual product display:
Add
show_price=0
parameter to turn off the price display (adjust the value of theid=1
parameter to match your product ID):[wp_eStore_fancy_display id=1 style=1 type=3 show_price=0]
adminKeymasterUse the following shortcode and add
show_price=0
parameter to turn off the price display (adjust the value of theid=1
parameter to match your product ID):[wp_eStore_fancy_display id=1 style=1 type=3 show_price=0]
-
AuthorPosts