Forum Replies Created
-
AuthorPosts
-
adminKeymaster
There are available functions that can help you with custom protection. You can protect any content displayed from your theme by wrapping the content inside a function.
This document will help:
http://www.tipsandtricks-hq.com/wordpress-membership/wp-emember-miscellaneous-tweaks-248
adminKeymasterI will add this to the plugin (hopefully tomorrow).
adminKeymasterThis does look like a database column out of sync type issue. Usually this happens when you update the plugin without following the update instruction. This can also happen if you change database related code in the plugin without properly changing the table structure.
Please do the following to fix this:
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. Update the plugin following the appropriate update instruction for the plugin in question:
https://support.tipsandtricks-hq.com/plugin-installation-and-upgrade-instructions
September 1, 2011 at 3:57 am in reply to: Buyer Email and Seller Email Body cannot show Chinese #35975adminKeymasterOkay, I sent you an email to get site access so I can checkout the settings again.
adminKeymasterWordPress itself has a feature to control who can leave a comment so eMember just uses that option if you want to use it.
WordPress Settings -> Discussions -> Users must be registered and logged in to comment
If you enable the following feature then you should be all set:
adminKeymasterGo through the video tutorials and it will show you (the 5th video will cover what you are after):
adminKeymasterPlease post a link to your products page so I can check out the behavior.
September 1, 2011 at 3:03 am in reply to: Thumbnails are showing on product management page inside #36058adminKeymasterLooks like you have a value in the “Button Redirect Target URL” field of the product? Please read the help text of that field to understand what it does. In your case you shouldn’t have anything there since you are selling your own product and you want the customer to be able to add the item.
Regarding the thumbnails, do you have the “Enable Smart Thumbnail Option” option checked?
adminKeymasterPlease 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. Now reset the debug log files of eStore from the settings menu
5. Do a live test transaction
6. Share the content of the “ipn_handle_debug.log” file
This will give me a clear picture.
Regarding the manual checkout… do you have the “Automatically Award Affiliate Commission ” field checked in the manual checkout settings?
adminKeymasterLots of membership plugin offers drip content features (any of those will do).
eMember can do the following:
adminKeymasterLook inside the following function in the “shortcode_include.php” file of the extra shortcodes plugin:
show_wp_eStore_fancy5
adminKeymasterYes, your understanding is correct.
September 1, 2011 at 1:34 am in reply to: Can I disable the account upgrade email for members? #36053adminKeymasterAre you using a Plain PayPal button or eStore for the membership payment?
September 1, 2011 at 12:31 am in reply to: How Do You Protect A Page AND A Section At The Same Time? #34052adminKeymasterYou don’t need to protect the full page in this scenario.
You just do it like the following (Assuming free membership level Id 1 and Premimum membership level ID is 2):
Page Structure Example:
Teaser content goes here… this teaser content is visible to anyone
[emember_protected for=1-2]
Free Member content goes here…
This content is accessible to both free and premium members
[/emember_protected]
[emember_protected for=2]
Premium Member content goes here….
This content is accessible to premium members only
[/emember_protected]
September 1, 2011 at 12:24 am in reply to: can not add products in WP estore after Multiblog installation #36051adminKeymasterThis does look like a database column out of sync type issue. Usually this happens when you update the plugin without doing a reactivation or you change database related code in the plugin without properly changing the table structure.
Get a fresh build of the plugin from here and then do a “Network Activate” and try it:
-
AuthorPosts