Forum Replies Created
-
AuthorPosts
-
admin
KeymasterUpdated the min requirements document.
admin
KeymasterYou will need some CSS adjustment. Remove the image URL from the “Button Image URL” field and then post a link to the page where you are using it so I can check the HTML.
You can use the following code to center the add to cart button on a page.
<div style="text-align: center;">[wp_eStore_add_to_cart id=2]</div>
admin
KeymasterYou are correct on the compact login widget usage.
“What do I do with the existing “Login/Register” link?” – I can only tell you that it is not coming from eMember so what you do with it is really upto you.
admin
KeymasterI checked it on Chrome and it works fine for me. Clear cookies in your Chrome browser and test it again. You can also get another friend to test it for you for peach of mind.
admin
KeymasterThe satellite plugin is not a copy of the main plugin. It has very limited functionality as to what it can do. Manually enter that URL in the S2Member’s (the one you have in the sub-domain) options ->API/Notifications to point to the main affiliate plugin.
admin
KeymasterYou have the following code in your custom style sheet of eStore (wp_eStore_custom_style.css):
.eStore-thumbnail img, .eStore-thumbnail a img {
margin: 4px 0 4px 5px;
padding: 4px;
max-width: none !important;
}Change it to the following which will change the background color from white to black:
.eStore-thumbnail img, .eStore-thumbnail a img {
margin: 4px 0 4px 5px;
padding: 4px;
max-width: none !important;
background-color: black;
}I also noticed that you have another lightbox plugin active which is also putting lightbox effect on those images. You can turn off the lightbox option eStore settings and only use the lightbox of that other plugin.
January 30, 2012 at 3:39 am in reply to: About Notifications throughout the Membership process #41286admin
KeymasterAWeber has finally enabled the ability to add contact via their API. We are in the process of updating our plugins to use this API. As soon as this is done we will introduce a feature in eMember that will allow you to automatically unsubscribe the user from the autoresponder when the membership expires.
admin
KeymasterAre you using the “After login redirection” feature?
admin
KeymasterIf you want to apply a fixed tax to the shipping amount we will be able to custom code something for you. Please use the contact form on our site to get in touch.
admin
KeymasterYou have specified ‘0’ in the “Item Specific Tax” field of this product which is making it tax exempt. Edit this product and remove ‘0’ (make it empty) then save the product.
admin
KeymasterUse a value of “7” or “8” for the order parameter to sort by price. Example:
[wp_eStore_category_products_fancy id=1 style=1 order=7]
[wp_eStore_category_products_fancy id=1 style=1 order=8]January 29, 2012 at 5:53 am in reply to: Referencing more than one membership level in a product #41345admin
KeymasterYou can’t put “2,3” in the reference text field. You can only put one membership level ID there. Create another membership level that has access to content that you were going to offer with level 2 and 3 and use the ID of that level in the reference text field.
If you have enabled “Enable Secondary Membership” feature in eMember then when a member purchase a new level he will have access to both the old level and the new level.
January 29, 2012 at 5:32 am in reply to: How do I ensure that an affiliate gets credit no matter which product a visitor #41342admin
KeymasterThis happens by default. Once a visitor lands on your site following an affiliate link, any purchase from them (that are linked to the affiliate platform) will generate commission.
admin
KeymasterThis video should help:
You will need to import it into the “XX_affiliates_sales_tbl” table (XX is your WordPress database prefix).
admin
KeymastereMember doesn’t automatically place any “Login/Register” link the top menu of your site. It maybe coming from your theme. Post a link to the page so I can verify.
This is what eMember offers:
http://www.tipsandtricks-hq.com/wordpress-membership/using-a-compact-login-and-join-us-message-203
-
AuthorPosts