Forum Replies Created
-
AuthorPosts
-
November 25, 2013 at 10:39 pm in reply to: eMember – a new user can't log in: "this account is pending approval" #59209
admin
KeymasterThat means you have enabled the “Manually approve members” feature in the settings. Turn it off if you don’t want it.
November 25, 2013 at 10:38 pm in reply to: sidebar information appears for all visits in the pages protected with WPeMember #59205admin
KeymasterThis post has some details for you:
https://support.tipsandtricks-hq.com/forums/topic/hide-protected-content
November 25, 2013 at 10:20 pm in reply to: The language of the Country Section cannot be modified by language files #59196admin
KeymasterYou mean the actual name of the countries?
November 25, 2013 at 10:19 pm in reply to: The City and Country information adds comma's to the stamped files #59202admin
KeymasterWhatever you send via the “customer_address” field to the stamper API will be stamped as is. Have you checked in your script that you are sending the address that way you want to stamp it?
admin
KeymasterYou have complete control over each membership level’s protection settings. So lets say you have two levels called “Silver” and “Gold”. Now, the gold level can give access to everything the silver level does plus more. This way when you change a user’s level to a higher one, he/she will have access to previous level’s content.
Alternatively, you can use the secondary membership level feature in eMember which allows you to stack the membership levels.
If you want the membership levels to stack (meaning when a member gets put to a new level then the old level should still be attached to that user’s profile) then go to eMember settings and enable the secondary membership level feature. Read the help text for it which will explain what it does.
November 25, 2013 at 10:01 pm in reply to: eStore – using Lightbox Ultimate styles with product popup images #59184admin
KeymasterLightbox ultimate is not suppose to take over the lightbox rendering of eStore product images.
admin
KeymasterI will have to take a look at your setup for this. I have sen you an email.
November 25, 2013 at 2:34 am in reply to: eMember – Profile Extend – User Details, Field Names #59174admin
KeymasterPlease download a new copy of the profile extended addon now. It will now say “Membership” instead of the word Alias. The other issue with apostrophe is also fixed.
November 24, 2013 at 11:04 pm in reply to: eStore – displaying license key on the "Thank You" page #46086admin
Keymaster@uktel, Have you done the following?
http://www.tipsandtricks-hq.com/ecommerce/wp-estore-instant-digital-product-delivery-499
The license key will get displayed (if any) along with the product download link on the thank you page when you do that.
admin
KeymasterThank you. I will need to take a look inside your site for this one. I have sent you an email.
Update: I have applied the 2nd option from this documentation and that looks good on your site:
http://www.tipsandtricks-hq.com/wordpress-affiliate/setting-up-the-affiliate-viewarea-315
November 24, 2013 at 10:56 pm in reply to: eMember – Profile Extended Addon – Show only Active, Asc #59177admin
KeymasterWhat version of the profile extended addon are you using?
At the moment there is no option to short the list on page load. The user can sort the list by clicking the column heading.
I am investigating your other post on profile extended addon too.
November 24, 2013 at 10:26 pm in reply to: eMember – unexpected output error message after upgrading #59182admin
KeymasterDon’t upload it via FTP. If you don’t have binary transfer mode on, then during the transfer files can get corrupted.
Upload it via the WordPress plugin uploader interface. Watch the installation video tutorial here (after you delete the plugin it is the same process):
admin
KeymasterI just checked that URL and it is not locked, I can see it fine.
November 24, 2013 at 4:38 am in reply to: Apply bulk membership levels & search for custom field #58625admin
KeymasterWe have completed our search feature improvement. Also there is now a feature to bulk change membership levels of users. I have sent you an update via email.
admin
KeymasterYou can use the condition like the following to check for multiple levels
<?php
if(wp_emember_is_member_logged_in('1') || wp_emember_is_member_logged_in('2'))
{
//Show content if the user's level ID is 1 OR 2
}
?> -
AuthorPosts