-
Author
-
January 27, 2019 at 16:18 #217414msteimannParticipant
Hello,
I am setting up a new website wich relies on GeoDirectory and BuddyPress plugins. On the registration page there ist a name field, which has visibility settings beneath it. I would like to hide this line of text and settings options, because no matter which option I choose, it is not saved and it jumps back to the default value „everyone“. (Really wonder why this is the case and why these visibility options exist in the first place. I definitely want the real names to be shown and not hidden. Real or display names play an important role in a BuddyPress community)
I have searched the BuddyPress forums, and although there are other people with the same requests, no reliable solution seems to exist. Could you please advise me how to hide the line beneath the name field, without losing the ability to adjust the visibility settings for extended xProfile fields under the members profile tab?
Thanks in advance for your help.
Regards, Martin
Attachments:
You must be logged in to view attached files.January 27, 2019 at 16:25 #217417msteimannParticipantSorry, my text comment in attachment 1 should have been:
Can this line of text and field options be hidden?
Attachments:
You must be logged in to view attached files.January 27, 2019 at 16:26 #217420Kieran_SQModeratorHi Martin,
I have accessed your site and applied the below CSS to your KLEO Child theme via WP Admin > Appearance > Editor > KLEO Child > Style.css (line 65).
COPY CODEp#field-visibility-settings-toggle-1 { display: none; }
Please disable maintenance mode again and access your site as a logged out visitor to see the changes. You may need to clear your browsers cache when viewing the register page (Ctrl+F5).
Thanks,
Kieran
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionIf you like the theme or the support you've received please consider leaving us a review on Themeforest!
Custom development requests can be sent to dev@seventhqueen.com, one of the development team will be happy to discuss your needs.
January 27, 2019 at 16:52 #217421msteimannParticipantHello Kieran,
thanks for your immediate feedback! Your solution works, but the line together with the settings options shows up for a split second before they disappear completely. Guess I have to live with that, don’t I?
I have also just noticed, that the settings of the extended xProfile can still be changed (which is a good thing!), but even if the settings are stored („my friends“, for example) the line of text still says:
This field is visible for „Everyone“, Change
Could this be a BuddyPress related bug?
And one more request, if you don’t mind: could the width of the input fields on the left column be set to equal width (fill the width of the column)? Just to even out the design of the registration page.
Regards,
MartinJanuary 27, 2019 at 17:16 #217423Kieran_SQModeratorHi,
The brief flash of the options being hidden will always be shown unfortunately, this is not something I can resolve with CSS for you. BuddyPress requires this field to always be present and for the value to always be everyone – this may indeed be a bug with BuddyPress in general and you’ll need to open a ticket on the BuddyPress support site to address this https://buddypress.org/support/.
You can use the below CSS in your KLEO Child theme’s style.css to even out the width of the WordPress fields on the left
COPY CODE.registration input#signup_email { width: 90%; } .registration input#signup_password { width: 90% !important; } .registration input#signup_password_confirm { width: 90% !important; } .registration div#tandc-checkbox { margin-top: 30px !important; }
The last line, tandc-checkbox, adds a margin to the Terms & Conditions box present on your registration page so that it sits better on the page. If you end up adding more BuddyPress fields to the registration page you may wish to remove this line.
Thanks,
Kieran
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionIf you like the theme or the support you've received please consider leaving us a review on Themeforest!
Custom development requests can be sent to dev@seventhqueen.com, one of the development team will be happy to discuss your needs.
January 27, 2019 at 18:08 #217426msteimannParticipantThank you Kieran, the registration page looks much better now that I have implemented your supplied css.
I will open a BuddyPress support ticket as advised and will report here as soon as I get feedback from them. Maybe we should leave this topic „not solved“ until then.
Have a nice Sunday evening!
MartinJanuary 27, 2019 at 18:09 #217427Kieran_SQModeratorHi Martin,
Great to hear 🙂 I’ll keep this marked as not solved, feel free to keep me updated with the process of the other support ticket.
All the best,
Kieran
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionIf you like the theme or the support you've received please consider leaving us a review on Themeforest!
Custom development requests can be sent to dev@seventhqueen.com, one of the development team will be happy to discuss your needs.
January 28, 2019 at 21:51 #217488msteimannParticipantHello Kieran,
A member of the BuddyPress team advised me to open a ticket and report this issue as a bug. He also offered a temporarily CSS code to hide the line of text on the registration page, but it didn’t work as expected. Yours still does, so I will happily keep it in my Child’s Theme CSS until the BuddyPress team has solved the issue.
Cheers,
MartinJanuary 28, 2019 at 23:28 #217489Kieran_SQModeratorHi Martin,
When you have a link for the ticket would you mind passing it along just for reference?
All the best,
Kieran
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionIf you like the theme or the support you've received please consider leaving us a review on Themeforest!
Custom development requests can be sent to dev@seventhqueen.com, one of the development team will be happy to discuss your needs.
January 29, 2019 at 14:09 #217523Kieran_SQModeratorThank you very much 🙂
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionIf you like the theme or the support you've received please consider leaving us a review on Themeforest!
Custom development requests can be sent to dev@seventhqueen.com, one of the development team will be happy to discuss your needs.
-
AuthorPosts
The forum ‘Bugs & Issues’ is closed to new topics and replies.