Forum Replies Created
-
AuthorPosts
-
adminKeymaster
Thank you for the details.. makes it easy to see the issue. Anyway, it looks like the HTML code is broken for the first entry that gets displayed in the search result (this is why the browser cannot see that it is a link). Can you please do the following to make sure that this is not happening from some code modification:
Please do the following:
1. Deactivate and delete the currently installed version of the plugin(s).
2. Download a fresh build of the eStore extra shortcodes plugin from here:
http://www.tipsandtricks-hq.com/ecommerce/wp-estore-shortcodes-and-functions-reference-460
3. Upload and activate this version of the plugin(s).
Now test it out and let me know how it goes. Also, please just keep only the following shortcode on that page and nothing else (this will help isolate the coding error to that shortcode only):
[wp_eStore_product_search]
adminKeymasterYou won’t be able to send the login error message across to the default eMember login widget. If you have a customized login form then I suggest you handle everything from there or simply redirect to the eMember’s login form and tell them to try it again there.
adminKeymasterYour server has a restriction on the “CURL” library where it doesn’t allow HTTP POST on the same site. The plugin has an option to go around this. We did the following modification in the plugin to address the issue.
1. Open the “wp_pdf_stamp.php” file and look for the following line of code:
define(‘WP_PDF_STAMP_DO_NOT_USE_CURL’, “0”)
2. Once you find it replace it with the following:
define(‘WP_PDF_STAMP_DO_NOT_USE_CURL’, “1”)
October 5, 2011 at 3:13 am in reply to: User levels and redirects after login suddenly not working #37324adminKeymasterYou can use the contact form here:
https://support.tipsandtricks-hq.com/contact
Mention this forum thread so we can reference the issue.
October 5, 2011 at 3:11 am in reply to: How to add additional fields to Registration Complete email #37264adminKeymasterIf you download a new build of eMember now you will be able to use the above mentioned email tags:
October 5, 2011 at 2:30 am in reply to: User levels and redirects after login suddenly not working #37322adminKeymasterPlease 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).
4. Create a test member account and share the login details of this member so we can jump on your site and test the logout.
5. Post a link to the eMember login page of your site
Please make sure you do not do any code modification after the update (we cannot troubleshoot a customized version of the plugin).
October 5, 2011 at 12:22 am in reply to: User levels and redirects after login suddenly not working #37317adminKeymasterLooks like the cookie somehow got messed up. Can you clear all your cookies from the browser then check it out?
October 5, 2011 at 12:18 am in reply to: Has anyone tried integrating WP Affiliate with Jigoshop / WooCommerce? #37178adminKeymasterThe affiliate plugin has a hook that can be used to integrate it with any WordPress plugin. More details here:
http://www.tipsandtricks-hq.com/wordpress-affiliate/api-awarding-commission-via-wordpress-hook-501
I will send an email to him.
adminKeymasterI sent you an email to get site access so I can check it out.
adminKeymasteradminKeymasterIf you know that the URL is correct then you can ignore the “URL not valid” error as it is only displayed to the admin and has no bearing on anything else.
Regarding “sale not tracking” please read the following post and provide more info so I can help you:
https://support.tipsandtricks-hq.com/forums/topic/clicks-are-tracked-but-not-the-sales
adminKeymasterPlease post a link to the page where you have placed this shortcode. What version of eStore are you using?
October 4, 2011 at 1:05 am in reply to: How to add additional fields to Registration Complete email #37262adminKeymasterOkay, we will add in the following two additional email tags for the registration completion email:
{email} - This tag will be replaced with the members email address
{membership_level} - This tag will be replaced with the member's membership levelOctober 4, 2011 at 1:03 am in reply to: Possible to change appearance and/or position of Authorize.net checkout button? #37304adminKeymasterYou can change any image that comes with the plugin and use your own custom image. simply find the image that you want to change then give the same name to the custom image and overwrite it. All the image files used in this plugin are stored in the “images” directory of the plugin. So look in there and overwrite the ones you want to customize with you own image.
adminKeymasterBear in mind that the search result will only have link to the product details page if you have specified a URL for that product in the “Product Page URL” field of the product in question. So my question to you is, can you verify that you have filled out that field for each of your products?
-
AuthorPosts