Forum Replies Created
-
AuthorPosts
-
May 7, 2012 at 12:29 am in reply to: WP Lightbox Ultimate – Align Shortcode Anchor to the Center of the Page #44749PeterMember
Hi Brian,
I’ve just had a look at your site and it appears that you have not added the code I recommended in the “wp_lightbox_ultimate_custom.css” file.
Please ftp the “wp_lightbox_ultimate_custom.css” file to your computer and then edit it and add the code (ie, only the block of code in my first response) and then save the file and ftp it back onto your host.
PeterMemberCan you please enable debug and repeat the test purchase you mentioned above and then share the output of ipn_handle_debug.log file.
See this link regarding enabling debug:
https://support.tipsandtricks-hq.com/forums/topic/how-and-when-to-enable-debug-and-what-does-it-do
PeterMemberHi,
Did you make the other fields “required” or mandatory? If not then your members do not have to put an entry in them.
You can specify whether a field is required by checking the appropriate box in the Settings->Pages/Forms Settings page in eMember.
May 6, 2012 at 12:28 am in reply to: pdf stamper, affiliate – can someone do this for me after I've installed? #44769PeterMemberMay 5, 2012 at 1:06 am in reply to: WP Lightbox Ultimate – Align Shortcode Anchor to the Center of the Page #44747PeterMemberHi Brian,
Put this code in your wp_lightbox_ultimate_custom.css file and it should centre the image:
.lightbox_ultimate_image_anchor a img{
display: block;
margin-left: auto;
margin-right: auto
}
May 5, 2012 at 12:57 am in reply to: eStore – You must sign in or register with us to continue with your purchase #44755PeterMemberThe file you are referring to is not an eStore file (this is a file from a different shopping cart). So I am not sure why you are referring to that file.
Anyway, please see admin’s last two responses in this post which maybe what you are looking for:
PeterMemberPlease send a link to the page where I can add an item to the cart and checkout to see what data it is submitting to PayPal.
What is the exact style name that you have given in your PayPal account for this checkout style?
PeterMemberHi,
For your scenario sounds like it would be best if you create two separate products.
For the first product you would use a subscription type button, ie. for your “yes” button. This product would simply have the membership level configured within the product (if you want to hook it with eMember).
See the following links:
How to set up a subscription product:
http://www.tipsandtricks-hq.com/ecommerce/how-to-add-a-subscription-button-for-recurring-payment-400
Integrate eStore with eMember:
The second product would be a Once off payment button (Buy now) which you would represent via the “no” button. When someone makes a payment via this button it will sign the user up to a different membership level that has a 3 day “Membership Duration” so they can access the content for 3 days.
Please see the following doc that explains how to create one off buy now type buttons:
PeterMemberHi, Did you watch the video this page?
The above should cover all of what you need to do to create a membership account after an eStore purchase.
It is likely that you haven’t added the membership level ID in the eStore products “Reference Text” field. All of these is explained in the above documentation so it would be good for you to just double check that.
PeterMemberHi David,
It all depends on what you want to do.
Are you talking about cosmetic changes? ie, CSS stuff? If so you should use firebug to experiment with the CSS and then commit your changes in the eMember_custom_style.css file.
The following is a video about using firebug to make CSS modifications:
PeterMemberHi,
Ok let’s first get you up to the latest version of eStore and then we’ll take it from there.
Please install the latest version by following the instructions here:
https://support.tipsandtricks-hq.com/forums/topic/re-install-or-load-a-fresh-build-of-the-plugins
Regarding the coupon, create a new one and make sure that you leave the “Redemption Limit”, “Redemption Count” and “Expiry Date” blank when saving your coupon.
When configuring the “Automatic Discount Settings” section enter the coupon code of the coupon you just created and ensure that you enable the “Use Automatic Discount Feature” checkbox and then set the other configurations details to suit your needs and then click the Update button within that section.
PeterMemberHi,
Please download the latest version of eStore by following the instructions here:
https://support.tipsandtricks-hq.com/forums/topic/re-install-or-load-a-fresh-build-of-the-plugins
Remember to follow the instructions exactly and delete the old version
PeterMemberHi DWhitt,
Normally a variation will add to the base price which is why you see the “+” symbol.
You could potentially hack the code to remove it but then it would not appear for either case where you are adding or subtracting from the base price.
Are you sure this is what you want?
PeterMemberHi,
1) Regarding the alignment of the buttons, try entering the following code in your wp_eStore_custom_style.css file:
.eStore_fancy8_main .eStore_fancy8_button{
margin-top: -38px;
}
The above should bring the button up to be more in keeping with the other elements.
2) “i would also like to know where to change the short code for audio the fancy8 uses”
I’m not sure I understand what you want to achieve. Do you want to change the audio element? Or do you want to reposition the audio element?
PeterMemberHi Angie,
As far as I’m aware the eMember sidebar widget simply has a link which says “Logout”.
Have you modified the code by any chance?
The text for the logout link is defined in the eng.php file and the variable is called:
EMEMBER_LOGOUT
-
AuthorPosts