Replies
Hi Daniel,
I am assuming it is related to BuddyBlog Pro ? Can you please tell me on which screen this is happening?Is it the user profile posts screen? If possible, Please link me to a screenshot of the page having issue.
That will help us get an idea about it.
Regards
Brajesh- Brajesh Singh on August 19, 2021 at 10:04 am in reply to: [Resolved] Error updating Group Tabs Creator Pro #40149
I am glad it is resolved.
Have a great day.
Regards
Brajesh - Brajesh Singh on August 18, 2021 at 6:42 pm in reply to: [Resolved] Error updating Group Tabs Creator Pro #40138
Hi Nick,
I am sorry for the issue.have you configured BuddyDev API keys using BuddyDev dashboard plugin?
Regards
Brajesh - Brajesh Singh on August 18, 2021 at 12:44 pm in reply to: [Resolved] Remove Profile Tabs Dropdown Menu #40135
Hi Lisa,
I am sorry, I had used incorrect filter for the directory tabs that had no effect.Please remove the old code and use this instead.
/** * Disable greedy nav for single item as well as directory tabs in Community Builder */ function cb_bp_disable_greedynav_css_class( $classes ) { $classes[] = 'no-greedy-nav'; return $classes; } add_filter( 'cb_bp_single_item_tabs_classes', 'cb_bp_disable_greedynav_css_class' ); add_filter( 'cb_bp_dir_item_tabs_classes', 'cb_bp_disable_greedynav_css_class' );Regards
Brajesh - Brajesh Singh on August 18, 2021 at 11:43 am in reply to: Controlling Default Email Preferences for Users #40132
Hi,
Thank you for using the plugin.
We have been planning to add more options but it got delayed.I will make sure to prioritize and release it within next 2 days.
Regards
Brajesh Hi Carsten,
Thank you for reporting.
@ravisharma will be assisting you with it. Please do let us know which template pack are you using?Regards
Brajesh- Brajesh Singh on August 18, 2021 at 11:37 am in reply to: Shortcode inside groups tab in buddyboss looking different than the theme #40130
Hi,
I am sorry, I missed to release the update earlier. Have released it now. Pleease upgrade to 1.2.0Regards
Brajesh - Brajesh Singh on August 17, 2021 at 5:11 pm in reply to: Response time for the Add Friend button is extremely slow #40117
I am guessing that Email sending can be one of the issues. Do you have any code or plugin for sending email/customizing it?
Regards
Brajesh - Brajesh Singh on August 17, 2021 at 3:46 pm in reply to: Response time for the Add Friend button is extremely slow #40115
Hi Carsten,
I am not sure what could be the possible reason. Please try disabling plugins one by one to see if it improves. In general, it should not be slow(Depends on server load, plugins, themes though).
Regards
Brajesh - Brajesh Singh on August 17, 2021 at 3:44 pm in reply to: [Resolved] BuddyCommerce: Payment Methods page not working #40114
Hi Dave,
Welcome to BuddyDev.I am glad you found the issue. Thank you for sharing it with our community. I am sure it will help others.
Regards
Brajesh