Search Results for 'theme'
-
Search Results
-
Version WP: 5.4 multisite
Version BuddyPress : 5.2.0
url http://www.easyrelation.com
Théme child twenty seventeen ( testé avec plusieurs autres thème et problème recurrent )Bonjour !
Je rencontre un petit soucis car il est impossible d’ajouter depuis l’espace membre des groupes ou des citations. les options sont bien cochées dans les options buddypress. Petit soucis avec les citations également impossible d’en ajouter.
Seul moi est en capacité d’ajouter un groupe depuis l’interface wordpress mais pas depuis mon espace membre sur le site . C’est comme si il manquait un lien pour en ajouter.
Voilà cela fait des jours que je bloque dessus si vous pouviez m’aider cela serai génial ! Merci ^^
Topic: Keeping both profiles
Hi, all. I have a theme that I use and would like to keep the profile on the theme. I also installed buddy press for my forum on the same site, and if you view someone profile on the forum it shows their buddy press profile.
Is there anyway to keep both profiles (theme and buddy press) separate from each other? Thanks
Wordpress 5.4
Buddypress 5.2
Theme: Twenty NineteenVersion: 1.5Hi guys
I’m looking to create a custom theme built around BP Nouveau and have dequeued the css, but doing so makes the member and group cover images disappear.
In BP legacy it was possible to follow this tutorial (https://codex.buddypress.org/themes/buddypress-cover-images/), but in Nouveau it doesn’t seem work.
Here’s the old code for it
function mytheme_cover_image_callback( $params = array() ) { if ( empty( $params ) ) { return; } return ' #buddypress #header-cover-image { height: ' . $params["height"] . 'px; background-image: url(' . $params['cover_image'] . '); } '; } function mytheme_cover_image_css( $settings = array() ) { $settings['callback'] = 'mytheme_cover_image_callback'; return $settings; } add_filter( 'bp_before_xprofile_cover_image_settings_parse_args', 'mytheme_cover_image_css', 10, 1 ); add_filter( 'bp_before_groups_cover_image_settings_parse_args', 'mytheme_cover_image_css', 10, 1 ); function your_theme_cover_image_css( $settings = array() ) { $theme_handle = 'bp-parent-css'; $settings['theme_handle'] = $theme_handle; $settings['callback'] = 'mytheme_cover_image_callback'; return $settings; } add_filter( 'bp_before_xprofile_cover_image_settings_parse_args', 'your_theme_cover_image_css', 10, 1 ); add_filter( 'bp_before_groups_cover_image_settings_parse_args', 'your_theme_cover_image_css', 10, 1 );Anyone got an idea?
Thanks for your time!
Hi there,
Got a weird error. In my custom theme header I try to call this function:
bbp_is_single_user_profile()And I got the error:
Uncaught Error: Call to undefined function bbp_is_single_user_profile()After some research this function is correct right? I want to check if you are on a member page, since every page has it’s own source of an header image. This case from the cover image of the member.
I use the latest version of WordPress and BuddyPress. Also there are no other plugins installed since it’s in development.
Thanks in advance.
JustinHi, i’m using the 5.2.0 version with a italian traslation and i’m having some problem changing a title.
after a user register in the page the text is “ACTIVATE YOUR ACCOUNT” with a blu line and some text under; i’ve changed the texnt under but i’m not able to change the “activate your account” text, tryed to find on traslation with loco translate but seems there is no line not translated, tryed to find on file, founded on wp-content/plugins/buddypress/bp-themes/bp-default/registration/activate.php but even if i change it nothing change.
where is that text? i’m going crazy, plis someone can help me? thanksHi there,
I’m breaking my head on this one. I created a custom /theme/buddypress/members/single/home.php in my custom theme. It seems it is working fine, though /theme/page.php is always being loaded above de content of home.php. I don’t understand how this makes sense.
I tried to read everything I could find like: https://codex.buddypress.org/themes/theme-compatibility-1-7/a-quick-look-at-1-7-theme-compatibility/ But I still don’t understand how this is happening.
Screenshot: https://pixelheads.d.pr/Htr16g
I’m using the latest versions of WordPress and BuddyPress have no other plugins installed since it’s early in development.
Can anyone assist me here? All help is appreciated!
Best regards,
JustinI’m using the latest storefront theme with a child theme.
Hi,
I have a problem with the Buddypress menu. The menu of the theme is covering the buddypress profile part. Ctrl + F5 then fixes this for a short moment. Switching to another page leads to the same situation then again though. The theme is OceanWP in actual version.
To have the Buddypress menu half covered by the page menu is a bit unsatisfying. Is this a known issue? Does somebody have an idea how to fix it? Any help is highly appreciated.
Kind regards
ArunderanHere a shot of the problem

Topic: Duplicate Topics and Replies
Hi there,
I am using Activity Stream in Groups.
The filter is showing “Topics” and “Replies” in the filter twice. I have spoken to bbPress who advised to speak to yourselves. I have tried the Twenty Seventeen theme and it still shows.
Can someone please help?