Forum Replies Created
-
AuthorPosts
-
adminKeymaster
We will work on it and see what we can come up with.
adminKeymasterURL file access was disabled on this server so the plugin couldn’t validate the URL using the standard method. Added a more robust validation method in the plugin to go around this issue. I updated your site and it should be working correctly now.
adminKeymasterYou should be able to target the “wp_emember_Bio” element using CSS and specifying a width and height for it. For example:
#wp_emember_Bio
{
width:300px !important;
height:200px !important;
}If you updated eMember previously without doing the activation and deactivation then that would have made the database columns to go out of sync and you would observe the behavior you saw (can’t update stuff).
adminKeymasterLooks like some HTML code on this page is broken (most likely there are unclosed paragraph or div tags on this page which is having a cascading effect). Before diving into that lets do the following and see how it goes:
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).
Let me know how it goes after that.
adminKeymasterLooks like the CURL setup is not correct on your server. Try one of the other eStore’s download methods. This post will explain more:
https://support.tipsandtricks-hq.com/forums/topic/wp-estore-download-methods
September 23, 2011 at 12:56 am in reply to: notifying a third party on demand printer that payment has been made #36925adminKeymasterWP eStore has a feature that allows you to send the payment notification (IPN) to a 3rd party URL or script. Simply use that feature and eStore will forward the IPN to this 3rd party script everytime a payment for a eStore product is completed.
Check the following:
WP eStore Settings -> 3rd Party Integration -> POST IPN to a 3rd Party Application
adminKeymasterThe total discount amount is applied to all the individual items in the cart because PayPal requires the individual item price. The cart does not submit the total amount to PayPal so just applying a discount to the total does not work. Also, for the post payment verification the plugin checks the value of each individual item against their corresponding prices in the database to detect fraudulent payment notification. This is why eStore distributes the discount amount across all the items in the cart so they can be individually checked in the post payment stage rather than just relying on the total amount which can be faked by experienced hackers. At the end of the day the total discount received by the customer is still the same.
September 23, 2011 at 12:27 am in reply to: Lightbox Ultimate – Disable showing suggested videos for YouTube video #36766adminKeymasterThe prettyphoto and the fancybox libraries do not honor the “?rel=0” tag… only colorbox does. We are working on anther new shortcode that will be more advanced so the user can specify more YouTube video embed related options.
September 23, 2011 at 12:10 am in reply to: Sending Software Registration Codes – Which Product? #36908adminKeymasterWe don’t have any software for this unfortunately. We are working on a “License Management” plugin but it is not ready and won’t be for a while.
adminKeymasterEnable debug and run a test transaction (simulating the scenario of a non-member purchase) then check the debug which will reveal what exactly the plugin is doing and why. This post will help with debug:
https://support.tipsandtricks-hq.com/forums/topic/how-and-when-to-enable-debug-and-what-does-it-do
adminKeymasterSeptember 22, 2011 at 11:31 pm in reply to: WP eStore – Troubleshooting Autoresponder Signup Not Working #30139adminKeymasterHelpful Autoresponder Troubleshooting Related Posts
The following posts capture the problem and the solution for various autoresponder signup related issues from other users. Scanning through them might help you find your setup mistake:
1. MailChimp – https://support.tipsandtricks-hq.com/forums/topic/how-to-integrate-with-mailchimp
2. MailChimp – https://support.tipsandtricks-hq.com/forums/topic/squeeze-page-and-mailchimp
3. AWeber – https://support.tipsandtricks-hq.com/forums/topic/estore-new-aweber-integration-option-not-working
4. GetResponse – https://support.tipsandtricks-hq.com/forums/topic/getresponse-signup-not-working
September 22, 2011 at 11:22 pm in reply to: Squeeze Form Issues & Subscription to Mail Chimp links not working. #36878adminKeymasteradminKeymasteradminKeymasterGodaddy’s shared hosting can be a real pain sometimes (I always recommend people to stay away from Godaddy’s hosting.. there are plenty of other good hosting providers out there). Do a bit of googling yourself and you will see what I mean.
Anyway, the easiest way to figure out what is going on is to run a transaction with debug enabled. This post will explain what to do:
https://support.tipsandtricks-hq.com/forums/topic/how-and-when-to-enable-debug-and-what-does-it-do
-
AuthorPosts