Forum Replies Created
-
AuthorPosts
-
PeterMember
Hi,
Please see the following links which might be able to help you with time/date related behaviour:
PeterMemberHi,
This page explains what you’re looking for:
February 11, 2012 at 10:19 pm in reply to: A change in "Paypal Email Address/Secure Merchant ID" does not take effect #41778PeterMemberHi,
For starters your current paypal account is not clearing the funds.
This is something you need to check with Paypal.
The following post may help:
https://support.tipsandtricks-hq.com/forums/topic/reasons-for-a-pending-paypal-payment
February 11, 2012 at 10:09 pm in reply to: Member level not showing up, so all content is unaccessable #41845PeterMemberHi Steve, Make sure you have a membership level with level ID 2.
Please see the following link and read all the sections and posts carefully and then check your settings appropriately:
February 11, 2012 at 10:03 pm in reply to: is the WP emember plugin can help to change the member user roles to author? #41851PeterMemberHi,
Yes it’s quite straight forward to do.
In the eMember settings page enable “Automatically Create WordPress User”.
Then create a membership level and set the “Default WordPress Role” to “Author”.
Now whenever anyone pays for that membership they will automatically get a wordpress account with “author” role permissions.
PeterMemberI don’t see any link. The link you tried to share before doesn’t actually have the target URL. You don’t have to make a HTML link here. Simply paste the URL of the page and I will be able to go there.
PeterMemberHi,
Please show a link to an unmodified example of what you are referring to and we can take a look at it with firebug.
February 10, 2012 at 10:54 pm in reply to: A change in "Paypal Email Address/Secure Merchant ID" does not take effect #41773PeterMemberHi,
Can you please enable debug as per the link below and then share the output of the ipn_handle_debug.log
https://support.tipsandtricks-hq.com/forums/topic/how-and-when-to-enable-debug-and-what-does-it-do
February 10, 2012 at 10:48 pm in reply to: How to prevent customers from downloading wp-eStore from their server? #41817PeterMemberHi,
I don’t understand the question.
Downloading what exactly?
February 9, 2012 at 10:46 pm in reply to: A change in "Paypal Email Address/Secure Merchant ID" does not take effect #41770PeterMemberHi,
Are you using a caching plugin of any kind?
February 9, 2012 at 10:45 pm in reply to: Can not manually generate working downloadlink by eStore admin functions #41788PeterMemberHi Taika,
Firstly please go through this checklist:
Downloaded file size is 0 (Zero) byte or 404 error or Other file download error
Then do what this post says and share the “download_manager_debug.log” debug file’s content here:
PeterMemberHi,
No this is not possible. You will need to create another eStore product for this and use that one.
PeterMemberHi,
You can set any button style you want using an image of your choice by defining it in the product configuration page using the “Button Image URL” field.
February 8, 2012 at 10:33 pm in reply to: Products not showing up on Theme with a black background #41762PeterMemberI forgot to add the color of the input text is being controlled by your theme however you can add the following code in the file called:
wp_eStore_custom_style.css
The code you should add is this:
.eStore_text_input {
color: #444 !important;
}
February 8, 2012 at 10:28 pm in reply to: Products not showing up on Theme with a black background #41761PeterMemberHi,
For starters you have a JQuery error on that page:
“Uncaught ReferenceError: jQuery is not defined”
The above is coming from jscolor.js line 844.
Regarding your product:
If it is a free download you should not be using [wp_eStore:product_id:2:end].
You only need the [wp_eStore_free_download:product_id:2:end].
See this link for more info about how to set up free download or squeeze-page form:
-
AuthorPosts