Search Results for 'theme'
-
Search Results
-
Is there anyway to switch themes on Buddy press from front end, I used theme switcha plugin but after switching the activity posts disappeared.
Your Help Is Appreciated
Hi, I am a buddypress starter and have version 6.1 installed, and I am facing the problem of ajax front end not loading content for members, groups, activity listings pages.
Once a member is logged-in everything works, but not for logged-out users.
I also get a ‘page not found’ notice for members, groups and activity pages, although they actually load but miss ajax content as I mentioned.I have made some readings of old similar issues, but I could not get a solution. Any help appreciated.
I already tried changing theme and deactivating plugins, but no success.My website: diff-coworking.es
Thanks!
I have this site: https://prodicallearning.com/
When a user registers this site he gets an activation email with activation URL and key.
But when the user enters the key it shows Error: “COULD NOT CREATE USER”.
And when I try to register again with the same email it shows “Email Already exists”.
When I try to login by the same credentials it shows ” There is a problem with the username and password”.
When I again visit the activation page it shows user already activated. But the users are not listed anywhere.
Current WordPress version: 5.4.2
Buddypress version: 2.6.5
Theme using : WPLMS by Mr.VibeI don’t know what is happening with the site. I am really stuck at this. A quick response will be appreciated.
Have a good day.Hey Guys,
Wordpress version: 5.4.2
Buddypress Version: 6.1.0(Themes and plugins are all up to date. All the buddy press features are working fine except the below two issue)
Yes I face the same issue with twenty, twenty themes.
Website URL: gooalgenie.comIssue
I am Facing the issue with Cover Image and Profile Pic looking Blur
Solution Tried did not affect:
Tried following Code for CSS:
#buddypress #item-header-cover-image #item-header-avatar img.avatar {
image-rendering: -moz-crisp-edges;
image-rendering: -o-crisp-edges;
image-rendering: -webkit-optimize-contrast;
image-rendering: crisp-edges;
-ms-interpolation-mode: nearest-neighbor;Â
}
#buddypress #header-cover-image {
image-rendering: -moz-crisp-edges;
image-rendering: -o-crisp-edges;
image-rendering: -webkit-optimize-contrast;
image-rendering: crisp-edges;
-ms-interpolation-mode: nearest-neighbor;Â
}Even tried each Image rendering values but no luck.
image-rendering: auto;
image-rendering: crisp-edges;
image-rendering: pixelated;/* Global values */
image-rendering: inherit;
image-rendering: initial;
image-rendering: unset;Topic: Nav and Sub Nav Ajax
WordPress: 5.4.2
BuddyPress: Version 6.1.0
Theme: Buddyapp
https://ecodominicana.comHello, I’m having a small issue, and can’t figure out how to fix it. Already read a lot of threads and documentation, but It seems I’m missing something.
Yesterday this error appeared:
PHP Deprecated: bp_before_xprofile_cover_image_settings_parse_args is deprecated since version 6.0.0! Use bp_before_members_cover_image_settings_parse_args instead. in /var/www/wptbox/wp-includes/functions.php on line 5088And it appears only on profile pages, like this one:
https://ecodominicana.com/members/ecodominicana/profileSo I created a buddypress.css in my child theme’s CSS folder: wp-content\themes\buddyapp-child\buddypress\css
And added this code:
$theme_handle = 'bp-parent-css'; $settings['theme_handle'] = $theme_handle; /** * Then you'll probably also need to use your own callback function * @see the previous snippet */ $settings['callback'] = 'bp_legacy_theme_cover_image'; 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 );Here is the the code in main functions.php
function kleo_load_files_plugin_compat() { //enqueue child theme style only if activated if ( is_child_theme() ) { if ( is_rtl() ) { wp_enqueue_style( 'kleo-rtl' ); } wp_enqueue_style( 'kleo-style' ); }Any help would be very appreciated. Sorry, I’m a noob in programming, we are a non-profit botanical project, so we can’t afford a programmer…😔
Hey Team,
Really love your plugin with great Features and extension, forum solutions available.
Wordpress version: 5.4.2
Buddypress Version: 6.1.0(Themes and plugins are all up to date. All the buddy press features are working fine except the below two issue)
Yes I face the same issue with twenty, twenty themes.
Website URL: gooalgenie.com
Issue URL: https://tinyurl.com/y43gqshzIssue 1:
I am facing issue with Making Menu/Nav Tabs and Subnav Ajax (pages to load without loading the complete page) – How can I achieve the same?
I researched a lot on various buddy press forums but could not figure out the solution for the same. One of the solutions I tried:
https://buddypress.trac.wordpress.org/ticket/6507 – add the code provided here on bp-custom.php and even on themes functions.php file but made no effect.
Is there any other forum that I can try.
Note: I have bp-custom.php file in mu-plugins directory and in child theme childtheme/buddypress/members/single/group.php file.
Issue 2:
Avatar and cover images look blur whereas they look fine in media library.
Hello friends. I was unable to correct the error. When I allow users to register, emails don’t go out for them to activate with the code. I need them to activate their account through the email that is sent to them with the code. But this email never arrives. I have searched the whole wordpress and I have not achieved anything. Install WP Mail SMTP integrating with Gmail and it works, but Buddypress doesn’t work. Identify in “site health” this: https://prntscr.com/tiqdms
I hope to have your support.
Topic: Buddypress Menus Not Showing
I had Buddypress installed recently, and all appeared fine. Today I was in the Widgets section making some changes, and dragged the ‘Events’ widget into the Buddypress Member’s Home box on the right, which previously was empty. When I checked my main Buddypress account page, the menus that were previously showing had disappeared, and the sign up form boxes were out of alignment. I undid this change, and menus have not re-appeared, nor has the sign up form corrected to be completely even.
I have changed the theme to the Old version, instead of new, and that did make the menu come back, but I do not like this style. How can I fix my page?
Thank you.
Buddypress 6.1.0 and “BuddyPress Nouveau” template.
Theme suffusion child.JS error on page: /members/me/messages/
Uncaught SyntaxError: Unexpected token ‘;’
at new Function (<anonymous>)
at Function.v.template (underscore.min.js?ver=1.8.3:formatted:954)
at i.template (wp-util.min.js?ver=5.4.2:2)
at i.render (wp-backbone.min.js?ver=5.4.2:2)
at i.render (buddypress-messages.min.js?ver=6.1.0:formatted:576)
at i.setPreview (buddypress-messages.min.js?ver=6.1.0:formatted:584)
at p (backbone.min.js?ver=1.4.0:2)
at f (backbone.min.js?ver=1.4.0:2)
at l (backbone.min.js?ver=1.4.0:2)
at i.n.trigger (backbone.min.js?ver=1.4.0:2)and no massages displayed.
Help, please.
The previous buddypress theme used actions, for example do_action( ‘bp_after_profile_content’ ).
Now there’re hooks instead, for example bp_nouveau_xprofile_hook( ‘after’, ‘loop_content’ );And I cannot find any information how these hooks can be used.
What function do I have to use instead of add_action now?