Search Results for 'wordpress'
-
Search Results
-
Right now I have a problem My wordpress site only allows admins to set the privacy of groups. Can I change this setting?
Hello, i have created a wordpress social website with buddypress, but when i try to show the social icons on user profile header, only facebook twitter behance dribbble instagram and youtube can be shown.
i’m using xprofile fields and i can’t add more social icons like Linkedin Twitch etc.. so after i searched on this error i managed to find some codes but it didn’t work this is the code that i added to my Bp-custom.php :
//Social Media Icons based on the profile user info
function member_social_extend(){$dmember_id = $bp->displayed_user->id;
$twitch_info = xprofile_get_field_data(‘twitch’, $dmember_id);
echo ‘<div class=”socialv-profile-left col-lg-4″>’;
echo ‘<ul class=”class=”item-social list-inline””>’;if ($twitch_info) {
echo ‘<li class=”Phone”><i class=”icon-phone”></i>‘;
}
echo ‘‘;
echo ‘</div>’;
}
add_filter( ‘bp_before_member_header_meta’, ‘member_social_extend’ );i will be grateful for any kind of help
thanks.Hello and thank you for your work on this plugin!
I use Buddypress with a theme, Neve, which requires a few display settings, for example centering the values (Newest, Oldest, Alphabetical) in the filters (for directories of members, groups, in groups, etc. .). To do this, I take the element ID and apply text-align:center to it in Additional CSS and it works. When looking for the ID of one of these elements in a group, for the group member list, I realized that there was none. So, on the one hand I can’t center it, on the other hand, as mentioned in the post “Sort function in groups not working”, this filter does not work, maybe because of this missing ID.
In my configuration, I had not activated the Activity part, and by doing so, the ID appears (groups_members-order-by), it is only without the Activity feed (and therefore when the Home page of the group contains the members) that the ID is missing and therefore inoperative.
I just updated to 10.5.0 and it still does.
WordPress 6.0.3
Wish there is a way to fix this and keep Activity disabled 🙂PS: topic already posted but blocked/deleted because of links and images (?)
Topic: Register Form missing???
Hi,
I am using an Uncode theme, Buddy Press Version 10.4.0 and WordPress 6.0.3. We’ve setup a Two empty pages ‘Register’ & ‘Activation’ and assigned them through the BuddyPress and it’s been working fine up until now. However, we can no longer see a Registration form and not sure what can be the issue, could you please help us solve this issue.
The page we need help with is: https://qrs-research.com/register/
Thanks in advance.
Speak soon.
Topic: Unable to Display All Forums
I have a new Site
Wordpress 6.0.3
WPBakery 6.9.0
BuddyPress 10.4.0I have 4 top level forums
only 3 will display, the 4th will show up in a menu, but not in the static display on the forums front page.
I have been through all settings but do not find anything that would effect this display