- This topic has 5 replies, 3 voices, and was last updated 5 years, 1 month ago by .
Viewing 6 posts - 1 through 6 (of 6 total)
Viewing 6 posts - 1 through 6 (of 6 total)
- You must be logged in to reply to this topic.
WordPress Membership Plugin
Simple Membership Plugin › Forums › Simple Membership Plugin › Edit the phrase of the registration form when it is hidden
Good morning, could you help me where I can edit the following:
When a subscriber is connected I choose the option in advanced settings that says “Hide the registration form from connected users” then when a user is connected and goes to the option of “Register” the phrase appears: “You are already connected. No you need to create another account. So the registration form is hidden”
This last sentence is the one I need to edit as I need to remove the last part that says” So the registration form is hidden ”
Could you help me where I can edit to remove the mentioned phrase?
Thanks
Thank you for reaching out to us. I have submitted a message to the developers to investigate further your request.
Kind regards.
Solution #1) Add the following custom CSS to your site to hide that entire message using CSS:
.registration_hidden_to_logged_users_msg{
display: none;
}
Solution #2) Create a custom translation file for your site so you can customize all the texts and messages displayed by this plugin. That allows you to also customize that message for your site using that language file. This is suitable for users who want more customization for the text to exactly what they want.
If you want to learn about creating a translation file, the following page maybe helpful:
https://simple-membership-plugin.com/translate-simple-membership-plugin/
My apologies, I just realized I have publish a documentation to achieve this. Sorry about that. Please check the following documentation.
https://mbrsolution.com/wordpress/edit-simple-membership-default-english-strings.php
Kind regards.
Thank you very much, I was able to do the translation with loco transate
I am happy we were able to help you.
Enjoy the plugin.