Forum Replies Created
-
AuthorPosts
-
PeterMember
Hi,
There are a number of possible reasons that you might be getting blank log files. Please check the following items in the link below:
What to do if the Debug file is empty or New Debug info is not getting added
ps: regarding the paid setup service, if you’d like to know more please use the contact form on my site and I can email you back.
PeterMemberThe error you are getting is usually attributed to an incorrect value which you are sending and which PayPal doesn’t like.
I’ve looked at your button and data associated with it and at first glance the data looks ok.
The error you’re getting can also be caused by an incorrect paypal email address. Please check that you have correctly entered this address.
January 4, 2012 at 8:08 am in reply to: Conflict between 'Order Processing Lightbox' and WP Theme #40312PeterMemberThis behaviour is most likely caused by your theme or other plugins not related to eStore.
If this is the case, then there’s nothing much that can really be done from the eStore standpoint and you will have to consult your theme developer to fix up his/her theme.
Please try the following tests to see if this is the case:
https://support.tipsandtricks-hq.com/forums/topic/test-to-identy-a-conflicting-theme-or-plugin
PeterMemberHi,
1) I would prefer to use the product approach with eStore but there doesn’t appear to be a way to implement a subscription button… Is it possible?
Yes of course you can display a subscription button with eStore. It’s actually very simple. Once you’ve configured your product correctly with the subscription details you can display a subscription button using the following shortcode:
[wp_eStore_subscribe:product_id:1:end]
(where 1 is an example product ID)
You can change the button image too by specifying your own button file in the “Button Image URL” field of the product configuration.
See this for more info:
http://www.tipsandtricks-hq.com/ecommerce/how-to-add-a-subscription-button-for-recurring-payment-400
2) Is my problem related to using a subscription button with a $0.00 for 1st 30 days, model?
No this shouldn’t be causing any problems.
PeterMemberHi,
Yes you can add your own banner.
This post explains more:
https://support.tipsandtricks-hq.com/forums/topic/paypal-to-autoforward-to-thank-you-page
January 4, 2012 at 7:43 am in reply to: Conflict between 'Order Processing Lightbox' and WP Theme #40310PeterMemberHi,
What sort of problem are you having?
I looked at the page you provided in the link above and I can’t see a problem.
It is very important when submitting a question about a problem that you include as much information as possible.
This not only saves us time from having to ask you again but it also helps the fellow forum readers with similar problems to quickly find an answer to their question.
PeterMemberHi,
Can you please try the following tests to eliminate the possibility that other plugins or your theme could be interfering with the functionality of eMember:
https://support.tipsandtricks-hq.com/forums/topic/test-to-identy-a-conflicting-theme-or-plugin
PeterMemberHi,
Let’s try the simplest check first – can you please de-activate and then re-activate the eMember plugin and see if that resolves the problem.
PeterMemberHi Heather,
The gap appears to be produced by the NextGen Gallery.
In the NextGen Gallery CSS file (ngg_shadow2.css) there is the following code which is responsible for the gap you are seeing:
.ngg-gallery-thumbnail img {
margin: -6px 6px 6px -6px;
background-color:#FFFFFF;
border:1px solid #A9A9A9;
display:block;
padding:4px;
position:relative;
}
To shorten the gap you can modify the above code to the following:
.ngg-gallery-thumbnail img {
margin: -6px 6px -20px -6px;
background-color:#FFFFFF;
border:1px solid #A9A9A9;
display:block;
padding:4px;
position:relative;
}
NOTE: I’ve changed the third parameter in the margin property from 6px to -20px.
I’m not sure if NextGen Gallery includes a custom CSS file (similar to eStore and eMember) but if so you can use that file to enter the above change otherwise take a backup of the original ngg_shadow2.css file and modify it.
PeterMemberHi,
Have you double checked the ID of your membership level – ie, have you entered the correct value in the “Advanced Variables” section?
I can see you have entered “4” which is the same as the example given in the eMember documentation page but yours may be different.
PeterMemberHi,
Can you please try setting the coupon limit to a large number – say 9999 or greater and try again.
PeterMemberHi,
Just thought I’d ask a seemingly obvious question
Does the product id of the item you’re selling have a value of 1 or some other value? If it’s some other value then you’ll need to replace the “1” with the correct value in your hyperlink.
PeterMemberHi
The following threads may answer your question:
January 3, 2012 at 3:16 am in reply to: After Affiliate Sign up: "You must provide at least one recipient email add…" #40235PeterMemberHi,
You can find it in here:
wp-content/plugins/wp-affiliate-platform/wp_affiliate_debug.log
PeterMemberHi there,
These posts may answer your question:
The link you have used to enter the PayPal system is invalid
-
AuthorPosts