Search Results for 'theme'
-
Search Results
-
Under the users profile picture on their profile page the latest post appears. Why?? I want to remove this. Every time I post a comment in the activity stream under my profile picture on my profile page the comment appears. The creators of my theme told me they do not help with customization.
Hello,
I installed buddypress for a few months and it is he who manages the registrations to my site. When a person registers, he does not appear systematically in the members page. Did I forget a setting? However in the profiles the members who do not appear are well: Role on the site = Subscriber and Roles on this forum = Participant
My version is WordPress 5.4.1 with the Divi theme, the Learndash plugin and the version 6.0.0 of BuddyPress.
I had installed the BuddyPress for LearnDash plugin which I uninstalled because it caused bugs. Here is my site https://terresdesavoirs.fr/members/Do you have any idea where this display concern can come from?
I had been using this code to show profile fields on a member’s card in the directory. It was working perfectly until the last BuddyPress update. After the update it disappeared. (even with all other plugins disabled and on the Twenty-Twenty theme)
Is there a fix for this or should I change something in my code?
function add_city_to_members_loop() {
$field_content = bp_get_member_profile_data( ‘field=City’ );
if( $field_content != false )
echo ” – ” . $field_content;
}
add_action( ‘bp_directory_members_item’, ‘add_city_to_members_loop’ );Topic: Masterstudy – Buddypress
Hi, I installed Buddypress plugin on my WordPress site, together with the Masterstudy theme.
My problem is that I don’t know how to set the pages that ask me in the settings pages section (Members, Activity Flow, Register and Activate), to make Buddypress interact with Masterstudy. I tried from the drop-down menu next to Members, Activity Flow, Register and Activities, he has to choose them but the pages are not there, there are only those of Masterstudy and I would not want to confuse. Buddypress should create a community with Mesterstudy members I think.
Thank you if you can help me.
WordPress version 5.4.1.
BuddyPress version 6.0.0
Link website https://hairbeauty.trainingDear all,
I had theme Agama Version 1.5.5 by Theme Vision runnig on WordPress Version 5.4.1 when I installed and activated BuddyPress, then installed and activated BuddyMeet.
When I realised than some of the menues were missing, I tried setting the BuddyPress Style from “nouveau” to “old” and it worked, the missing menues were visible.
I changed the theme to Agama Blus Version 1.1.1 by Theme Vision and set the BuddyPress Style back to “nouveau”.
When I changed the theme back to Agama again, I reveived this error on every page:
Warning: preg_match(): Compilation failed: quantifier does not follow a repeatable item at offset 1 in /homepages/5/d742650060/htdocs/app821701390/wp-includes/class-wp.php on line 223
Warning: preg_match(): Compilation failed: quantifier does not follow a repeatable item at offset 1 in /homepages/5/d742650060/htdocs/app821701390/wp-includes/class-wp.php on line 224The lines within calss-wp.php contain:
if ( preg_match( “#^$match#”, $request_match, $matches ) ||
preg_match( “#^$match#”, urldecode( $request_match ), $matches ) ) {I tried several simple themes, deactivated/reactivated BuddyPress and BuddyMeet, deinstalled/reinstalled BuddyPress and BuddyMeet, nothing helped.
I compared the file class-wp.php with an older version from my backup, but they are similar.
Anyone got any idea what to do?
Kind regards,
Mirko