Replies
Hi,
I am sorry, for the delay.Please add the following to your Additional Styles Section(Dashboard->Appearance->Customize->Additional Styles)
.sticky-header { position:relative; top: 0; }That will disable the fixed header.
For the forum page, Please add the following php code (you can use any code snippet manager plugin)
/** * Make the forums page single column in Community Builder Theme. */ add_filter( 'cb_page_layout', function ( $layout ) { // BuddyPress or bbPress is not active. if ( ! function_exists( 'bp_is_user' ) || ! function_exists( 'is_bbpress' ) ) { return $layout; } //makr bbPress pages as single column. if ( is_bbpress() && ! bp_is_user() ) { $layout = 'page-single-col'; } return $layout; } );Regards
Brajesh- Brajesh Singh on January 25, 2022 at 10:53 pm in reply to: BuddyPress Multi Network – Data disappears after registrations #42819This reply has been marked as private.
- Brajesh Singh on January 25, 2022 at 10:52 pm in reply to: BuddyPress Multi Network – Data disappears after registrations #42818
Hi Issam,
Thank you.
I will be looking at it within next 2 days and getting back to you.Regards
Brajesh - Brajesh Singh on January 25, 2022 at 10:46 pm in reply to: [Resolved] Diffenrent profile menu for different profile type #42817
Hi Simon,
Thank youYou may be able to remove nav items using cusotm code.
Please have a look at the following topic for examples.https://buddydev.com/support/forums/topic/hide-nav-item-function-only-works-for-core-bp-items
https://buddydev.com/support/forums/topic/hide-tabs-and-profile-for-custom-roles/
The plugin, BuddyPress User profile Tabs Creator does allow you to remove by roles. It does not support member types currently.
Regards
Brajesh - Brajesh Singh on January 25, 2022 at 10:32 pm in reply to: Can not edit posts, MediaPress plugin gallery function not showing, and more… #42816
Hi Rob,
I had a look at your site and I am not seeing TinyMCE on the forum posts.The theme or even bbPress doe snot provide TinMCE support (bbPress does support a few bb codes if you have the setting “Add toolbar & buttons to textareas to help with HTML formatting” enabled.).
Were you using anything custom to enable tinyMCE(I can see that in your screenshot).
I will suggest using either the cusotm bb codes that you are using or TinyMCE not both as the author of bb code says they may not be compatible.
Regards
Brajesh - Brajesh Singh on January 25, 2022 at 11:28 am in reply to: MediaPess – Error Unable to upload. You have used the allowed storage quota. #42806
Hi Chris,
Please see my reply to your post here
https://buddydev.com/support/forums/topic/unlimited-storage/#post-42805Regards
Brajesh Hi Chris,
Thank you for using the plugin.I am sorry, there is no way to remove the limit completely as there is always the limits on resources a server can offer and in normal circumstances, we expect admins needing to limit the use.
Still, You can set a very high limit (say 20 TB) and then disable the message that sows the quota from the settings. That should solve it partially.
Regards
Brajesh- Brajesh Singh on January 25, 2022 at 11:23 am in reply to: BuddyPress Multi Network – Data disappears after registrations #42804
Hi Issa,
I had another look at your video
https://screencast-o-matic.com/watch/crf3XvVejjX1. The user is registering on the sub site
2. You are testing their profile on main siteThe problem is, if a user registers on the sub site, their profile will have data on sub site. They won’t have any data on your main site. This is the expected behaviour.
can you please visit the profile on sub site and confirm that the data is not visible?
Regards
Brajesh - Brajesh Singh on January 25, 2022 at 11:21 am in reply to: BuddyPress Multi Network – Data disappears after registrations #42803
Hi Issam,
Welcome back.Normally, we need members to purchase support package for this plugin but it has been a long time that you have waited, so I will troubleshoot it on your site.
Please share the following details for temporary access:-
1. FTP account(to check and verify configurations as well as to allow me put any update if needed in the plugin).
2. WordPress network admin account
3. Database access(if you are using phpmyadmin, I will need access to that to check that the tables are being created and the changes are there).Thank you
Brajesh - Brajesh Singh on January 25, 2022 at 12:13 am in reply to: [Resolved] Pay Per Post by selling access with WooCommerce #42797
Hi Niculae,
Thank you for reporting the issue with GamiPress point.
@ravisharma will test with it and let you know.Regards
Brajesh