Forum Replies Created
-
AuthorPosts
-
March 21, 2022 at 4:33 pm in reply to: Hiding the WordPress admin bar for all WP eMember users but Administrators #84268
wzp
ModeratorPlease refer to this thread, and see if it helps.
wzp
ModeratorOnly solution I can figure is to use a “content only” page template for that page so that it prints in 1 or 2 pages instead of 4 or 5.
You’re getting close… You could do 2 things:
- Create your printable “content page” and display specific profile information, using these shortcodes.
- If you are trying to provide them with a printable “proof of membership,” consider using the Printable Membership Card Add-On.
March 19, 2022 at 5:57 pm in reply to: Error when I manually click on Generate and Email the Reg completion link #84260wzp
ModeratorWhat is the EXACT (complete) error message???
You might also try downloading and reinstalling a fresh copy of the plugin.
wzp
ModeratorThe developer has been notified.
wzp
ModeratorThere is an action hook, that can send the admin an email, whenever a profile is updated. HOWEVER, the granularity is limited; as it is impossible to discern WHAT was updated.
Alternatively, you could have one of your site developers create a Cronjob, that would run like… once a week and force-sync the email addresses in the eMember profile table to “everywhere.”
wzp
ModeratorYour options are to either use phpMyAdmin to manually copy fields (in bulk) from the Gravity Forms tables into the corresponding eMember custom profile fields, or to request a custom work order quote, and have someone here do it for you.
March 4, 2022 at 4:10 pm in reply to: Change Font In Username/Password Boxes & Registration Input Text Boxes #84235wzp
Moderator- Is the issue affecting the ability of members to correctly type information, or just “see” what they are typing?
- What font is your theme using?
- What “character encoding” and CHARSET is your MySQL database using? Is it UTF-8 and Latin1?
If you are comfortable, that none of the above is the issue; you can affect CSS changes to input boxes with:
.eMember_text_input{ font: Arial; }
You can add the CSS tweak to the following interface of your site:
Appearance -> Customize -> Additional CSS
wzp
ModeratorWhat specific custom field name(s) are you using, and what happens when the email is received?
wzp
ModeratorOkay. Have you been following these instructions, to do manual approvals? If you did, an “account approved” email will be sent, when the account is approved.
February 23, 2022 at 3:36 pm in reply to: New Membership Site/Temporary Domain/ Error trying to login members #84221wzp
ModeratorDo you think I need to set it up differntly, that my login/register screen is causing the problem.
Have you done any in-person usability testing with the client, to determine if they understand your screens?
February 18, 2022 at 4:25 pm in reply to: New Membership Site/Temporary Domain/ Error trying to login members #84216wzp
ModeratorLet’s try something new… instead of opening a new browser on the same computer, how about a new browser on a separate computer?
February 17, 2022 at 7:53 pm in reply to: New Membership Site/Temporary Domain/ Error trying to login members #84211wzp
ModeratorDid you activate the “Login Restriction by IP Address” option? Multiple browsers on the same computer use the same IP address.
February 16, 2022 at 2:16 pm in reply to: Password Reset Feature Does not work… does not provide new password #84200wzp
ModeratorThere DOES seem to be “something” going on…
[02/16/2022 2:00 PM] - SUCCESS :Authenticating login request for username: eleina@eswebsitedesign.com. Request came from IP Address: 73.28.227.169 [02/16/2022 2:00 PM] - SUCCESS :Member password reset email sent to : eleina@eswebsitedesign.com [02/16/2022 2:26 PM] - SUCCESS :Authenticating login request for username: Reanderson1956. Request came from IP Address: 162.225.219.41 [02/16/2022 2:26 PM] - SUCCESS :Authentication completed for username: Reanderson1956. IP Address: 162.225.219.41 [02/16/2022 2:26 PM] - SUCCESS :Redirecting member to the after login redirection page. [02/16/2022 2:34 PM] - FAILURE :Could not retrieve member record using the given field value. Field: NuEHlJWcXQwk, Type: 0
I will refer this to the developer.
February 15, 2022 at 4:12 pm in reply to: Password Reset Feature Does not work… does not provide new password #84196wzp
ModeratorI tried resetting my member password again, but I do not receive an email at all now, nothing from wordpress but nothing from WP Emember either.
Please enable the debug logs and see if the reset email is being sent.
February 15, 2022 at 2:38 pm in reply to: Password Reset Feature Does not work… does not provide new password #84191wzp
ModeratorWhen you log into your system; are you doing so using the regular WordPress or the eMember login dialog? And are you trying to use the “automatically log into eMember” or “automatically log into WordPress” options?
- Create your printable “content page” and display specific profile information, using these shortcodes.
-
AuthorPosts