Forum Replies Created
-
AuthorPosts
-
PeterMember
Yes. In the manage members page you can sort by “Account State”. Just click the little arrow to sort the entries.
PeterMemberNo it can’t be done via admin panel.
March 16, 2012 at 11:08 pm in reply to: Membership Level "xxxxxxxxx" couldn't be created due to error. #43092PeterMemberHi,
Please try deactivating and then reactivating the plugin to see if that fixes it.
PeterMemberHi,
The short standard answer is no. eMember (or any WP plugin) only knows about WP pages and content……but…there are things you can do such as:
https://support.tipsandtricks-hq.com/forums/topic/any-way-to-protect-html-pages-not-in-wordpress
PeterMemberHi,
This may answer your question:
https://support.tipsandtricks-hq.com/forums/topic/upgrade-options-for-subscribers
PeterMemberPlease enable debug and share the contents.
See this link for how to do this:
https://support.tipsandtricks-hq.com/forums/topic/how-and-when-to-enable-debug-and-what-does-it-do
PeterMemberHi, If you want to customize the CSS then look in the CSS file of the plugin (wp-eMember/css/eMember_style.css).
PeterMemberHi,
I suspect your theme might be screwing up the alignment.
Can you try these tests to see if there is a conflict:
https://support.tipsandtricks-hq.com/forums/topic/test-to-identy-a-conflicting-theme-or-plugin
March 15, 2012 at 10:51 pm in reply to: 'Please click the update button' warning always shown with shipping variables #38067PeterMemberHi,
I’ve just visited your site and added a product to the cart and I don’t see any problem.
Is this issue still occurring for you?
PeterMemberHi,
So just to confirm something – are you manually approving members or using the “Free Members Must Confirm Email Address” checkbox in eMember?
Either way, if a member has been approved correctly their account status will show up as “active” otherwise it will show as “inactive”.
Therefore you might be best placed to pull the data from the table “wp_wp_eMember_members_tbl” using phpMyAdmin from which you can sort by column name “account_state”.
PeterMemberHi,
You have a few options.
1) Use eStore to deliver protected content via an encrypted link to a page which contains the embedded videos. You can use special shortcodes on the page containing the videos to protect content so only your buyers can see it when they click on the encrypted link.
See this for more info:
http://www.tipsandtricks-hq.com/ecommerce/using-wordpress-permalinks-as-digital-products-apr-1217
2) Use eMember together with eStore and protect your video pages using the membership level from eMember.
see this for more info:
PeterMemberHi,
In the eStore product configuration there is a field called “Reference Text”. Place the membership ID for that particular product in this field.
Also see Option B in this page for more info:
PeterMemberHi,
Regarding your questions:
1)I need BOTH to require manual approval….. By adding [wp_eMember_registration_form_for level=3], it automatically approved the user and said they could login (we need to verify they are actually a GP first)
Check your member’s status and I think you’ll find that they should be “inactive”. As long as you have enabled the “Manually Approve Member Registration” checkbox then this should work.
I think the email which is sent which says that registration is complete is a bit misleading and I will talk with Admin see if this can be modified.
2) can you edit the questions asked in a registration?
If by this you mean can you add custom fields and other fields – then yes you can.
See this post:
PeterMemberHi,
Your page appears to have a few javascript errors when viewing it in firebug most probably caused by a badly designed plugin or theme:
======
event.layerX and event.layerY are broken and deprecated in WebKit. They will be removed from the engine in the near future.
/estore/#:398Uncaught ReferenceError: toggleInitiliaze is not defined
2event.layerX and event.layerY are broken and deprecated in WebKit. They will be removed from the engine in the near future.
PopUpFad.js:52Uncaught ReferenceError: shw is not defined
2event.layerX and event.layerY are broken and deprecated in WebKit. They will be removed from the engine in the near future.
======
Can you please do the tests below to see what is conflicting with eStore:
https://support.tipsandtricks-hq.com/forums/topic/test-to-identy-a-conflicting-theme-or-plugin
PeterMemberHi,
See the extra shortcodes pdf document which will show you the shortcode you can use:
http://www.tipsandtricks-hq.com/ecommerce/wp-content/uploads/extra-eStore-shortcodes.pdf
eg,
[wp_eStore_category_products_fancy id=1 style=3 order=1]
You can modify “order=1” parameter to customize the display order. You can use one of the following values for the “order” parameter: 1: Sort by product ID in ascending order 2: Sort by product ID in descending order 3: Sort by product name (a-z) 4: Sort by product name (z-a)
-
AuthorPosts