Forum Replies Created
-
AuthorPosts
-
PeterMember
Hi,
Regarding the space in the message – this post will help you do that:
https://support.tipsandtricks-hq.com/forums/topic/wp-emember-login-text
Regarding the placement of the popup, you can use to firebug or something similar to find out which element you need to modify. I had a brief look at your site and noticed that something is setting the following which determines your popup position:
element.style {
display: block;
left: 533px;
top: 363.9px;
}
You can override the above by entering the following in the eMember_custom_style.css file:
#signin_menu {
left: 33px !important;
top: 63.9px !important;
}
I used some arbitrary values above but you can simply vary the left and top values to suit your needs.
January 3, 2012 at 2:27 am in reply to: Selling photos in different size/different cost – trouble with URL's.. #40231PeterMemberGood to hear that it’s working
PeterMemberThere was a recent modification which resolved this behaviour.
https://support.tipsandtricks-hq.com/forums/topic/bcc-expired-subscribers-e-mail
If you upgrade to the latest plugin version you should be ok:
https://support.tipsandtricks-hq.com/forums/topic/re-install-or-load-a-fresh-build-of-the-plugins
January 2, 2012 at 10:45 pm in reply to: Selling photos in different size/different cost – trouble with URL's.. #40229PeterMemberHi,
Looks like the following characters might be causing your problem:
“::8”
Try removing the above and see how it goes.
PeterMemberHi,
How did you bulk import the members?
Where are the addresses appearing when the email is sent out?
In the meantime you can temporarily disable the “Enable Auto Expiry Email Notification” in your eMember settings till the problem is resolved.
January 2, 2012 at 10:17 pm in reply to: After Affiliate Sign up: "You must provide at least one recipient email add…" #40233PeterMemberHi,
Can you please enable debug for the Affiliate plugin and reproduce the problem then share the contents of the debug file?
January 2, 2012 at 1:46 am in reply to: Question about JavaScript – Load JavaScript in Footer #39843PeterMemberHi,
Try removing the ‘}’ on the second last line in your code which you pasted above.
PeterMemberHi,
I’m not entirely sure why your site still displays the reset password div but I can suggest a temporary fix until you find out what is causing it.
Try adding the following line to your eMember_custom_style.css file:
#emember_forgot_pass_prompt.emember_modal {display:none;}
The above will at least remove the un-sitely password reset form on every page.
January 1, 2012 at 11:16 pm in reply to: Question about JavaScript – Load JavaScript in Footer #39841PeterMemberHi,
I’m not sure if the above code you pasted reflects the entirety of your changes but on the third line you have a ‘}’ which doesn’t appear to have a matching opening ‘{‘.
PeterMemberHi,
You can test it live with the real PayPal (ie, not sandbox) by setting the price temporarily to say $0.01 or $0.10 and asking your friend to make a test purchase from their paypal account.
As long as you don’t abuse this technique by doing thousands of real test purchases of $0.01 daily, paypal won’t mind.
January 1, 2012 at 5:23 am in reply to: How to make PayPal Email a Required Field for Affiliate Sign-up #25075PeterMemberHi,
Instead of changing the code you can now simply use the new setting as mentioned by admin in the response above.
Just go to the Affiliate settings page and enable the “Make PayPal Email Address a Required Field” checkbox.
If you can’t see this field you will need to upload the newest version of Affiliate plugin:
https://support.tipsandtricks-hq.com/forums/topic/re-install-or-load-a-fresh-build-of-the-plugins
PeterMemberHi,
I know this might sound obvious but I’m assuming you saved the configuration after you unchecked the lastname flag
Ccould you please check that you are not seeing some cached version of your signup page form. Are you using any caching plugin?
PeterMemberHi Dave,
Sorry about the delayed response – I’ve been away recently.
No I’m not one of the PHP architects but your issue sounds like a peculiar problem.
When I went to your site to see it for my self I was unable to reproduce it with the latest version of firefox 9.0.1.
PeterMemberHi Tink,
Yes it is possible.
Firstly create your categories by clicking on the “Categories” link in the eStore menu.
Then you can assign each product to one or more categories simply by clicking on the “Product Category” checkboxes in the “Additional Product Details” section of your product configuration.
PeterMemberHi,
Which of the following two options did you use to set up the pay per view:
http://www.tipsandtricks-hq.com/ecommerce/setting-up-pay-per-view-option-using-wp-estore-plugin-1066
Also are there any errors on the page which shows as blank when viewing it via firebug or something similar?
-
AuthorPosts