Search Results for 'theme'
-
Search Results
-
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.
Topic: Cant Crop User Avatar
I see many people seem to have this problem and the site I am writing for a client certainly does – when a user loads a new Avatar picture, the result is a tiny dot and it is impossible to crop.
This is a deal-breaker for using BuddyPress – does anyone have a work around?
I am using Avada theme but have tested it with 2020 and still no luck.
I am using buddypress, extented profile field paid membership pro for matrimony website and using sweetdate theme. i dont want to show component on profile page for that i started to deactivate component from setting->buddypress from bottom to top when i deactivate profile then my site sudden goes in critical section so how i can enabled the component again later i will hide it by using css.
please help me.I have a plugin for LDAP/AD integration on my site that maps to the user’s buddypress profile fields including profile picture. The profile picture shows up on the profile page, directory, forum. It even shows up on the membership list in groups. However, it doesn’t show up for the administrators of the group listed above the group name or on the invite page. We are using the Woffice theme, which buddypress is integrated with. Any suggestions are greatly appreciated.
I want to create a community website, so I install BuddyPress and Olympus theme and youzer plugin. After I finish the setup, I want to make it a paid membership community. I use “ultimate membership pro ” plugin. But my problem is that whenever I go to the register page and choose a subscription plan it takes me to the old BuddyPress registration page, not the ultimate membership pro one. In The BuddyPress register page, anyone can register and there’s no payment process. I need to replace it with the new one. I set all the settings correctly but nothing happens. maybe I need to edit the code. Can you help with that?
I want to create a all black Twenty Twenty theme but when i change the colors everything works and the text is white (like i want it) but when i go to the BuddyPress part of my site and go to activity my activityposts are invisible but when i highlight them they are still there does someone know a fix

Homepage

Buddypress socialTopic: default url not working
Hi,
In the past I’ve been able to use /me as a link for member pages, eg if the member is Ana, when Ana clicks mysite.com/members/me, it automatically redirects to mysite.com/members/Ana. This has stopped working this week, such that the /me URLs don’t update when clicked, leading to page not found errors. Does anyone know what could be causing this? I’ve checked for theme and plugin conflicts but everything seems to be fine there. Any help would be much appreciated.
Hello,
is is possible to customize parent theme’s buddypress folder into child theme and edit the templates in child theme to send customized notifications to users when these events happen:
a. a new account has been created
b. a post from user moves up to a higher voting threshold
c. a user gets a new voting score¿is there any limitation to get the plugin not to work this way?
thank you!
I have to hide some nav menus of bp users’ profile page from other users. I using the following function to do so. That was working fine.
/* BuddyPress profile nav menu restrictions */
function bpex_hide_profile_menu_tabs()
{if (bp_is_active(‘xprofile’)) :
if (bp_is_user() && !bp_is_my_profile()) {
// BP’s profile main menu items. Comment those to show.
// bp_core_remove_nav_item( ‘activity’ );
// bp_core_remove_nav_item(‘profile’);
bp_core_remove_nav_item(‘friends’);
bp_core_remove_nav_item(‘groups’);
// exist only if you use bbPress
bp_core_remove_nav_item(‘forums’);
// bp_core_remove_nav_item(‘activity’);
bp_core_remove_nav_item(‘following’);
bp_core_remove_nav_item(‘followers’);
bp_core_remove_nav_item(‘bookmarks’);
bp_core_remove_nav_item(‘activity’);// BP’s profile main menu items. Comment those to show.
bp_core_remove_subnav_item(‘activity’, ‘personal’);
bp_core_remove_subnav_item(‘activity’, ‘friends’);
bp_core_remove_subnav_item(‘activity’, ‘groups’);
bp_core_remove_subnav_item(‘activity’, ‘following’);
bp_core_remove_subnav_item(‘activity’, ‘feed’);
}
bp_core_remove_subnav_item(‘activity’, ‘mentions’);
bp_core_remove_subnav_item(‘activity’, ‘favorites’);endif;
}
add_action(‘bp_init’, ‘bpex_hide_profile_menu_tabs’, 15);I have this navigation menu for the bp user on the header by default. When I am viewing other’s profiles the nav menus inside the user’s header menu also get hidden.
Is there any other ways to do this.
I am using the latest version of WordPress 5.4.2, BuddyPress 6.0.0, and BuddyX Theme 1.3.7.