Tagged: profile visibility, radio buttons
When a user visits Profile -> Account -> Profile Visibility, he can see the option that was set by the admin – for example the question “List in members directory?” he is also presented by the possible answers – Yes/No, but there is no way to select any of them. It is just plain text, Yes No, no checkbox, or dropdown or any way to select one for the options
The problem is that radio buttons do not show. Please see html below
<form name=”bp-profile-visibility_settings” method=”post” class=”standard-form”>
<div class=”bppv-visibility-settings-block”><label> List in members directory?</label>
<div class=”radio”>
<label><input type=”radio” value=”no” name=”bp_exclude_in_dir” />Yes</label>
<label>
<input type=”radio” value=”yes” name=”bp_exclude_in_dir” checked=’checked’ checked=’checked’ />No </label>
</div><p class=”help-block”> If you select No, You won’t be listed in the members directory.</p>
</div>
Hi,
I am sorry for the inconvenience.
Which version of BuddyBoss platform and theme are you using?
Here is how it should look like.https://i.ibb.co/hYnDQSc/Selection-145.png
If it is not like this, please share the details and we will fix the compatibility.
Regards
BrajeshProblem resolved with custom CSS
.bppv-visibility-settings-block input[type=radio] {
-webkit-appearance: block;
}Thank you
Thank you.
I am glad you have resolved it. I appreciate sharing the solution.Regards
Brajesh
The topic ‘ [Resolved] Profile Visibility with Buddyboss – users not able to set preferences’ is closed to new replies.