Search Results for 'theme'
-
Search Results
-
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.
When changing the profile picture, I get a 1×1 pixel box to choose the area of the image that I want to show. I have Buddypress installed in the Avada theme.
Is there any solution to be able to choose the profile photo area correctly?
My Buddypress version is 6.1.0 and my Avada theme version is 6.2.3
Crop image part of the bp-core-cssjs.php file in the / wp-content / plugins / buddypress / bp-core folder
“// Get avatar full width and height.
$ full_height = bp_core_avatar_full_height ();
$ full_width = bp_core_avatar_full_width ();// Calculate Aspect Ratio.
if (! empty ($ full_height) && ($ full_width! = $ full_height)) {
$ aspect_ratio = $ full-width / full-height;
} else {
$ aspect_ratio = 1;
} ”Thank you very much
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?Topic: Changing Permalinks
Hello
A link from my website: https://7tabu.org/uyeler/bilgeadam/achievements/earned/as you can see I am not using English but my permalinks are English
If I change in theme wp-config.php file these it works:
define ( ‘BP_ACTIVITY_SLUG’, ‘streams’ );
define ( ‘BP_BLOGS_SLUG’, ‘journals’ );
define ( ‘BP_MEMBERS_SLUG’, ‘users’ );
define ( ‘BP_FRIENDS_SLUG’, ‘peeps’ );
define ( ‘BP_GROUPS_SLUG’, ‘clubs’ );
define ( ‘BP_MESSAGES_SLUG’, ‘notes’ );
define ( ‘BP_WIRE_SLUG’, ‘pinboard’ );
define ( ‘BP_XPROFILE_SLUG’, ‘info’ );define ( ‘BP_REGISTER_SLUG’, ‘signup’ );
define ( ‘BP_ACTIVATION_SLUG’, ‘enable’ );
define ( ‘BP_SEARCH_SLUG’, ‘find’ );
define ( ‘BP_HOME_BLOG_SLUG’, ‘news’ );BUT I also need to change “leader-board”, “achievements” ,”submissions” etc. etc.
Can you help me?
I am using the Youzer theme of BuddyPress. I am hoping to add tags or categories to the images users will upload in the portfolio portion of their profiles, so those results can be sorted into results in a search. Is this possible in BuddyPress, Youzer or is there a third party plugin that would help to that end?
I just installed the child theme customizer for karuna the second time, and changed the colors only. this time when installing, the buddypress groups stopped working and giving error 404. I deactivated and reactivated both bb press and buddypress plugins, removed and added back group feature, but still cannot add or use them them even from within the admin session. using up to date buddypress noveau and plugins, and never had issues with groups before. website is dailyyogi.world
I’ve got Woocommerce, Shop Isle Theme and a vew assorted plugins including bbpress and buddypress.
Everything works great until I try to install ANY plugin involving newsletter features. Then I get an error that’s ONLY in the WP Admin area, usually involving running out of memory (even though my limits are nearly maxxed out).
So installing the following ALL break just the backend:
Mailpoet
Newsletter
Icegram
MailChimpThese things were all playing together nicely until the most recent update to Buddypress, now all of it breaks every time I’ve got the following switched on:
Woocommerce
ANY of the Newsletters above
bbpress
BuddypressCan anyone advise on what I can do? Or is there a way to roll back to the previous version before everything started breaking?
Cheers.