Replies
- Brajesh Singh on March 3, 2018 at 12:34 am in reply to: [Resolved] Can I remove the email address (required) from reg (I have autologin plugin) #13665
You are welcome 🙂
Hi Alex,
Thank you for posting.Allow me to look at it next week and get back to you.
Thank you
Brajesh- Brajesh Singh on March 2, 2018 at 11:56 pm in reply to: [Resolved] Can I remove the email address (required) from reg (I have autologin plugin) #13662
Please make sure that you copy the code from the topic here and not from the mail.
The code sent on email notification is entity encoded and will cause issue.
Please check if copying from here works or not?
Regards
Brajesh - Brajesh Singh on March 2, 2018 at 11:54 pm in reply to: buddypress conditional profile fields not working in custom profile group fields #13661
Hi Allan,
May I Request you to please open a new topic with the following details:-
1. BuddyPress Version
2. WordPress Version
3. Conditional Profile field plugin version.
4. Using any custom xprofile field ? if yes, please link to the plugin.Thank you
Brajesh Hi Ethan,
Thank you for the update.Sure, I will be glad to assist when needed.
Regards
BrajeshHi Ethan,
It seems there are some confusion on the way menus work. My apologies if we were unable to clarify it in the documents.The main menu is not used on mobile screens.
The mobile screen menu is your left panel menu. Try to add nested elements on the WordPress menu assigned to the left panel location.
About the screenshot, It is not possible to upload here, please use an upload service like imgur to upload and link here.
Also, Here is the primary menu generation code
/** * Primary Menu block * * Generate Primary Menu */ function cb_primary_menu() { // if a nav menu is not assigned to the primary menu, do not show anything. if ( ! has_nav_menu( 'primary' ) ) { return; } $menu_class = 'main-nav-' . cb_get_option( 'main-nav-alignment', 'left' ); wp_nav_menu( array( 'container' => false, 'menu_id' => 'nav', 'menu_class' => 'main-menu ' . $menu_class, 'items_wrap' => '<div id="%1$s" class="%2$s"> <ul>%3$s</ul></div>', 'theme_location' => 'primary', 'fallback_cb' => 'cb_main_nav', ) ); }We attach the function ‘cb_primary_menu’ to various actions for showing menu in top or secondary header.
I don’t see anything special. It is normal WordPress Menu generation code.Are you using any custom code or plugin for menu handling.
PS: – You may use the “Set as private reply” in the forum to link me to your site where the problem is and I can quickly assist you.
It is possible to have some css conflict causing it.
Regards
BrajeshHi Ethan,
Thank you for posting.1. No, community builder does not have any specific implementation for the main menu.,
For the left and Right panel, we are using custom Walker(CB_TreeView_Navwalker) for showing the tree menu.
If you are trying to do something with the left/right panel menu, the walker may override.
You can overcome that by copying/creating the panel the child theme.
I am still not sure what is happening but the theme does not contain any code for restricting nav items.
Can you please provide more context(which of the menu) and how is it happening. Any link to screenshot will be also very helpful.
Thank you
Brajesh- Brajesh Singh on March 2, 2018 at 5:31 am in reply to: [Resolved] BuddyBlog – head title and redirect problem #13648
Thank you too for the patience.
@ravishrma,
Thank you for updating.Best Regards
Brajesh - Brajesh Singh on March 2, 2018 at 5:30 am in reply to: [Resolved] BuddyPress Member Types Pro #13647
You are welcome 🙂
PS:- We are adding this control in next version to select the member visibility by member type.
- Brajesh Singh on March 2, 2018 at 5:29 am in reply to: [Resolved] Critical bug with join blog widget 1.0.1 #13645
Here is the updated join blog widget plugin that allows showing the signup link for visitors.
https://buddydev.com/plugins/join-blog-widget/
You may want to delete the widget from widget are and add it again(It will automatically pick the signup url in that case).
Regards
Brajesh