abhashdc
Forum Replies Created
-
Hi @doronzamir,
To hide the admin bar for any user except administrator, please paste the code below to your functions.php file. This file will be present in your active theme’s folder.
add_action( 'after_setup_theme', 'remove_admin_bar' ); function remove_admin_bar() { if ( ! current_user_can( 'administrator' ) ) { show_admin_bar( false ); } }The feature to customize my-account for different user role is not possible right now. We will think about it.
Regards
Hi @kosmas,
If the entries are trashed then it will appear in your form stating the status as “Thrash”. But if it deleted from the trash then it will not appear. Is it appearing in your entries after being trashed or after being deleted from trash?
Regards
Hi @tbronson,
We do not have such a feature. You can show/hide different fields depending on what the users have filled in the input fields or what they have selected in checkbox/dropdown.
Regards
Do you mean the profile detail page? If you check your login page after being logged in, it will show your profile details.
Thanks!
Hi @bikram00,
That is strange. There should not be any problem to login using the login form for the admin. Does it throw any kind of error?
We do not have profile details available for those users who have not registered using our form. They will be able to log in but they won’t be able to see their profile.Regards
Hi @chefnelone,
We do not have a smart tag for user id. We have listed the available smart tag in our documentation here:
https://docs.wpeverest.com/docs/user-registration/email-settings/smart-tags/Regards
Hi @mothpre,
You can use this shortcode
[user_registration_my_account form_id="40"]to display both of your login form and registration form on the same page. The form_id should be your registration form’s ID.Regards!
Hi @imran3may,
Did you change the lost password email? In any case, please go to User Registration> Settings> Emails> Reset Password Email and change the link kept in the email to this:
{{ home_url }}/wp-login.php?action=lostpassword
It should solve your problem now.Regards!
Hi @christineclem,
You can redirect users to a different page using this shortcode:
[user_registration_my_account redirect_url=”sample-page”]
Replace your previous code with this and then change the redirect_url. “sample-page” refers to the page slug of the page that you want to redirect to after user login.Regards!
Hi @joycejyl,
To display the registration page you need to add the User Registration shortcode to a page and then display that page. To add a registration link you to your login form, you need to go to User Registration> Settings> login options. Now keep “/registration” as the registration URL, granted that you already have a page by that name. By doing so you will be able to see a link that will send the user to the registration page.
Let me know if you have any more confusion.
Hi @rachguiatel,
That is strange! If you are an admin then you should be able to add users and plugins. First of all, please deactivate ALL your current active plugins, and change your current theme with a default one, like Twentyseventeen, then try to add a new user from your dashboard.
If these actions solve your problem, then it will be probably a plugin that is not compatible with another one or is not well coded. Activate them one by one to find which one is causing the mistake.
Please let me know if this solves your issue.
Forum: Themes and Templates
In reply to: [Flash] Everest FormsHi @athinakis,
That is a strange issue. If it is redirected to home then it should not go to the site of Themegrill. Can you try setting the redirect option to external URL and then set something new. If it still forwards you to Themegrill then can you contact us at help@wpeverest.com?
Thanks!
Hi @sten360,
If you have a moment to spare then we would really appreciate your review for our plugin https://wordpress.org/support/plugin/user-registration/reviews/
Thanks!