Forum Replies Created
-
AuthorPosts
-
admin
KeymasterYou recently loaded a fresh build of the plugin right?
https://support.tipsandtricks-hq.com/forums/topic/re-install-or-load-a-fresh-build-of-the-plugins
Can you please try placing the following shortcode on the registration page (make sure to add it in the HTML view so hidden characters don’t automatically get added)?
[wp_eMember_registration]
admin
KeymasterTranslate one of the language files into Chinese then use that language:
https://support.tipsandtricks-hq.com/forums/topic/plugin-language-translation
December 15, 2011 at 6:22 am in reply to: Paypal not auto returning customers to thank you in my site. #39594admin
KeymasterSomething is failing on the “Thank You” page verification. Most likely the PDT token is incorrect (sometimes people make typo when entering the token. I have sent you an email to get site access so I can look in the debug and check it out.
admin
KeymasterOn each sub-site you will be able to select a language for that site so simply select the language you want for the sub-site. There are more than 6 language files in the plugin already so that gives you the option to use 6 languages in 6 of your sub-sites. You need more than that?
admin
KeymasterYou have a few JavaScript errors that is coming from a few difference sources (Ecwid seems to be one of those). When you have JavaScript error on the page it can prevent other JavaScript on the page from working correctly. You can see which exact plugin(s) or theme is contributing to the plugin by doing this test:
https://support.tipsandtricks-hq.com/forums/topic/test-to-identy-a-conflicting-theme-or-plugin
As long as those JavaScript errors are there this plugin will have trouble with the signup. I would recommend you try the standalone method of affiliate area (option 1) if you cannot fix the JavaScript errors on your site:
http://www.tipsandtricks-hq.com/wordpress-affiliate/setting-up-the-affiliate-viewarea-315
admin
KeymasterYou can customize the welcome email (after registration email) to say whatever you want from the email settings menu of the plugin. Will look into adding an option to send an email at approval.
December 14, 2011 at 9:21 am in reply to: eMember lockdown page javascript error and customizing #39518admin
KeymasterSearch for the following line of code in the “emember_lockdown_popup.php” file and change the color code to what you want:
color: '#ebecff'
There are multiple occurrences of the above so change them all.
admin
Keymasteradmin
KeymasterUse a custom image for each button? You can use a custom button image for each of your products. You can create a yellow button image and use that for product 1 then create a green one and use that for product 2.
December 14, 2011 at 7:01 am in reply to: WP eStore Encrypted Links Fail With WP PDF Stamper Encrypted Downloads #39192admin
KeymasterThere is most likely a race condition occurring on this site. Can you please reply to the site access email that we sent to you before and I will investigate this further.
December 14, 2011 at 6:19 am in reply to: Field Label: Any way to specify maximum characters? #39605admin
KeymastereStore doesn’t have an option for limiting characters there. You could customize the code to add a “maxlenght” property to that text input field. To do this open the “eStore_button_display_helper.php” file and search for the following line of code:
<input type="text" name="custom_input" value="" class="eStore_text_input" />
Once you find it change it to the following:
<input type="text" name="custom_input" value="" class="eStore_text_input" maxlength="16" />
There will be two occurrences of the above so change them both.
You could also do something similar using JavaScript but that requires more code changes.
admin
Keymasteradmin
KeymasterEdit your Registration page then view it in the “HTML View” of the WordPress editor and make sure there is no paragraph (
<p>
) or other hidden HTML tags around the registration shortcode (sometimes if you edit the page and add content to it, WordPress automatically adds paragraph tags around the shortcode and IE9 doesn’t like it (for some strange reason).admin
KeymasterYeah the plugins should work fine with WordPress 3.3 (we tested them during the WP3.3 beta phase).
December 14, 2011 at 5:29 am in reply to: Does the affiliate plugin work with WordPress 3.3 ? #39596admin
KeymasterYeah the plugins should work fine with WordPress 3.3 (we tested them during the WP3.3 beta phase).
-
AuthorPosts