Find Answers and Get Support › Forums › Armadon – Gaming Community WordPress Theme › Website Setup › Pages › Duplicate fields in members only area.
- This topic has 3 replies, 2 voices, and was last updated 4 weeks, 1 day ago by
Manathan.
-
AuthorPosts
-
juanbaamParticipant@juanbaa
- 2 Topics
- 3 Posts
Hello, first of all, thank you for all the great work you do, and I apologize if this topic has already been created or does not belong in this section.
My problem is the following:
I have restricted member areas, they can only be seen if you are logged in to the website.
When a non-registered visitor to the website tries to access the members list, a message appears on the screen indicating that this area is only for members and gives you the option to log in with your username or register to access it.
The problem is that the “forgot your password” link is duplicated and the “registration” link is also duplicated. Apart from that, the “registration” button is totally different from the rest of the buttons on the website.
If we had an “additional CSS” to solve this problem it would be of great help.
Attached image.
Greetings and thank you very much!January 17, 2025 at 10:05 #48936@themodactyl- 0 Topics
- 6695 Posts
Hi Juanbaam,
Thank you for buying our theme. We’re glad to read you’re happy with it! 🙂
To change this, simply add the following code snippet to your website:
/** * FIX : Hide Duplicated login Button on PMPro form when Logged out */ .wp-block-bp-login-form .bp-login-widget-register-link, .wp-block-bp-login-form .bp-login-widget-pwd-link{ display:none !important; } .wp-block-bp-login-form .login-footer{ margin-top:1rem; display:flex; gap:1rem; } .wp-block-bp-login-form .login-footer .login-lostpassword{ border-left:1px solid CurrentColor; padding-left:1rem; }
To add this code snippet to your site, we recommend that you paste it to the Custom CSS panel of your WordPress Customizer. Just go to your dashboard and navigate to “Appearance > Customize > Additional CSS”.
Pasting your code snippet there should do the trick for you.Also, it’s important to remember that we share snippet only to solve issues with our theme. Any further request for CSS snippets will have to be part of a defect that needs to be fixed urgently. No snippets will be shared otherwise.
If you want to go further with the customization of your website, we advise that you require customization work.
Regards,
January 17, 2025 at 10:52 #48937 -
AuthorPosts
Hi there,
This topic has been inactive for a while now so we will be closing it to keep the forum tidy. Don't hesitate to create a new topic if you still need help and we'll be glad to help you!
Best regards,
The Themosaurus team.
The topic ‘Duplicate fields in members only area.’ is closed to new replies.