-
Varun Dubey replied to the topic Paid help! in the forum Miscellaneous 5 years, 9 months ago
@whoam7i7 feel free to paste them here.
-
Varun Dubey replied to the topic Personal message form in the forum How-to & Troubleshooting 5 years, 9 months ago
it might be possible, the theme has inbuilt support for legacy template files and that’s why not working well with nouveau.
-
Varun Dubey replied to the topic UPLOADED AVATAR SIZE FROM MOBILE VIEW = POOR QUALITY in the forum How-to & Troubleshooting 5 years, 9 months ago
Hi @wegosi you can use following codes inside child theme functions.php or bp-custom.php
You can change the values as per your requirementif ( ! defined( 'BP_AVATAR_THUMB_WIDTH' ) )
define( 'BP_AVATAR_THUMB_WIDTH', 50 ); //change this with your desired thumb widthif ( ! defined( 'BP_AVATAR_THUMB_HEIGHT' ) )
define(…[Read more] -
Varun Dubey replied to the topic Groups not Working after migration in the forum How-to & Troubleshooting 5 years, 9 months ago
@designcornerdev Multisite database has lots of tables which are not covered by site-specific search and replace plugin in most of the cases. You can try https://interconnectit.com/products/search-and-replace-for-wordpress-databases/. Make sure you have a database backup before doing any real changes inside the database.
-
Varun Dubey replied to the topic Email templates missing !! in the forum Installing BuddyPress 5 years, 10 months ago
@teleworm1337 try to repair the email template files
Tools >> BuddyPress >> Reinstall emails (delete and restore from defaults).https://drive.google.com/file/d/1w7Ji76WDerpHqYin8kd-j5hCDtq6HU2j/view?usp=drivesdk
Also, make sure email deliveries are working fine.
-
Varun Dubey replied to the topic Show name recipients on private messages after submit in the forum How-to & Troubleshooting 5 years, 10 months ago
@billysgtr with BuddyPress Nouveau template files you will have all participants avatars.
https://drive.google.com/file/d/1KqvtKjjvgU2XK9c3S40fuL0aOTSk9j86/view?usp=drivesdk -
Varun Dubey replied to the topic Gutenberg breaks BuddyPress in the forum Installing BuddyPress 5 years, 10 months ago
🙂 Glad it helped to figure it out.
-
Varun Dubey replied to the topic BuddyPress on hosted shared server in the forum How-to & Troubleshooting 5 years, 10 months ago
@vivekmathur1969 you can migrate site or upgrade to VPS anytime just like regular WordPress website migration.
-
Varun Dubey replied to the topic Gutenberg breaks BuddyPress in the forum Installing BuddyPress 5 years, 10 months ago
@jamescushing seems working fine without using classic editor plugin
TinyMCE use a different approach to get included in the classic editor and wp_editor
https://drive.google.com/a/wbcomdesigns.com/file/d/1LthC0Wq9eiJCmz1hHh_ConggF73tJN6v/view?usp=drivesdk
Try to disable other plugins for debugging purpose to isolate the possible conflict. -
Varun Dubey replied to the topic Remove Profile Visibility Subnav in the forum How-to & Troubleshooting 5 years, 10 months ago
You can use following custom css
.buddypress-wrap .standard-form .field-visibility-settings-header {
display: none;
} -
Varun Dubey replied to the topic Buddypress Tab names in the forum How-to & Troubleshooting 5 years, 10 months ago
@lunarayven You can check following codes and use them with Snippet plugin
Change “Activity” component’s name and slug to something else.
Other references of “activity” string at the frontend can be translated using Loco Translate
-
Varun Dubey replied to the topic Styling the BP profile tabs in the forum How-to & Troubleshooting 5 years, 10 months ago
@dwl003 no need to copy buddypress.css or min file inside the child theme.
You should be able to override the tab specific CSS with !important tags and writing codes inside appearance >> customizer >> additional CSS
http://prntscr.com/m8dj7t -
Varun Dubey replied to the topic Custom Notifications in the forum How-to & Troubleshooting 5 years, 10 months ago
-
Varun Dubey replied to the topic adsense in the forum How-to & Troubleshooting 5 years, 10 months ago
@emmanuel1234 you can check wpadvancedads.com/ads-on-buddypress-pages
-
Varun Dubey replied to the topic The Nouveau template issue with stops displaying BuddyPress nav menu in the forum How-to & Troubleshooting 5 years, 10 months ago
@flowta with default 2017 theme you have horizontal menu http://prntscr.com/m7mamo and you can also try with the vertical menu as well. As per theme specific support most available theme in the market have legacy template files, that’s why you get a suggestion to switch to legacy first.
@ssmalli3 you can also check one more Reign Demo
-
Varun Dubey replied to the topic notification email in the forum How-to & Troubleshooting 5 years, 10 months ago
Hopefully, it will help you https://buddydev.com/plugins/bp-group-activities-notifier/
-
Varun Dubey replied to the topic In which database table are email notifications settings stored? in the forum How-to & Troubleshooting 5 years, 10 months ago
@datenfresser You can find them inside user meta
http://prntscr.com/m7gdur
To set default values you can check previous thread -
Varun Dubey replied to the topic Change the avatar of group in buddypress in the forum Installing BuddyPress 5 years, 10 months ago
It’s an inbuilt feature
Click on the manage tab inside a single group and
From Photo tab, you can change group avatar -
Varun Dubey replied to the topic Remove Profile Visibility Subnav in the forum How-to & Troubleshooting 5 years, 10 months ago
Hi @sedmikraska You can use following code
function profile_visibility_subnav() {
global $bp;
bp_core_remove_subnav_item( 'settings', 'profile' );
}
add_action( 'bp_setup_nav', 'profile_visibility_subnav',999 ); -
Varun Dubey replied to the topic Review ALL pending group requets in the forum How-to & Troubleshooting 5 years, 10 months ago
@jamesmct I do not think BuddyPress have any current option to manage all pending membership for all private group at single location.
- Load More
@vapvarun
Active 3 weeks, 3 days ago