Hi,
I’m using buddyboss with profile fields and your plugin. I want to modify the integer-range display. Make the age range two drop-down select boxes instead of two input boxes. I used the code below. Also tried field_4_age_range instead of field_4, but doesn’t work either. Please help!
add_action ('bps_field_before_search_form', 'change_display');
function change_display ($f)
{
if ($f->code == 'field_4' && $f->display == 'integer-range')
{
$f->display = 'range-select';
$range = range (18, 60);
$f->options = array ('' => '') + array_combine ($range, $range);
}
}
]]>
I see the Notice: Menubar no longer requires the Enable jQuery Migrate Helper plugin. But I have javascript errors without it. Also, dropdown items are not reachable. The dropdown disappears as soon as mouse leaves top level item.
]]>Hi Andrea,
thank you a lot for you plugin!
I’ve made a backup of my WordPress site and I noticed that after that all settings in menubar a gone. I’ve tried several backup methods by PHPmyAdmin and with the awesome plugin duplicator. I couldn’t find the reason and had to build the menus again.
Question: Where’re the settings stored?
Suggestion: Export & Import function for the settings could be a nice idea. Especially if you want to use the same menus on other sites
cheers meisterleise
]]>Hello All,
I has get the below error :
“WP Menubar error: Function wpm_display_inove() not found!”
I have already try below solution but could not succeed :
– I have also check, that, ‘inove_vertical’ & ‘inove’ directory should in teampltre/ directory, it was already there !
– set wp_head
– Update plugin and Wp with latest version
Hello…
Is it possible to make the menu sticky? I want the users to be able to always see the menu as they scroll….
Thanks,
Naomi
]]>Hello…
Is possible to hide the desktop menu with css? I know css but I just need the menubar code to hide it.
Thanks
Naomi
]]>Hello…
I love this plugin, but I use BuddyPress for users to login and register, I am trying to figure out which type I could use to put logic “is_user_logged_in() and if true hide login/register and if false hide logout”.
The Registration is visible when I log in so is the log out menu….there is a PHP/link option where I can add PHP code and link in the MenuBar Plugin….but when I copied the code that I already have in place in my function theme file it crashes my site….does any one have a fix for this to hide the Registration menu and login menu …WHEN LOGGED IN
Thanks a bunch
Naomi
]]>thank you If can help me by send any code to make it responsive for mobile. or send me any link can help. thank you so much
]]>Do you have some mode for your navigation to make it looks like sticky sidebar? If not, maybe you have plans to implement it in future releases.
]]>Hi,
I was hoping to use font awesome to add a different icon before each menu item. So, for example the font awesome website suggests something like this for an icon <i class="fa fa-calendar" aria-hidden="true"></i>
Putting this in to the CSS Class field doesn’t work. The nearest I got it to working was adding fa fa-calendar; This resulted in the icon appearing, but unfortunately it then affected the font of the link.
Is it possible to add a font awesome icon using the CSS Class field on the Add Menu Item?
For info, I’m using “Superfish without CSS”.
Thanks.
]]>i’m getting these errors:
Parse error: syntax error, unexpected ‘:’, expecting ‘)’ in /home/pietmall/domains/arnhemshoppingmall.com/public_html/wp-content/plugins/menubar/wpm-db.php(68) : eval()’d code on line 1
Parse error: syntax error, unexpected ‘:’, expecting ‘)’ in /home/pietmall/domains/arnhemshoppingmall.com/public_html/wp-content/plugins/menubar/wpm-db.php(126) : eval()’d code on line 1
Parse error: syntax error, unexpected ‘:’, expecting ‘)’ in /home/pietmall/domains/arnhemshoppingmall.com/public_html/wp-content/plugins/menubar/wpm-db.php(210) : eval()’d code on line 1
Parse error: syntax error, unexpected ‘:’, expecting ‘)’ in /home/pietmall/domains/arnhemshoppingmall.com/public_html/wp-content/plugins/menubar/wpm-db.php(68) : eval()’d code on line 1
Parse error: syntax error, unexpected ‘:’, expecting ‘)’ in /home/pietmall/domains/arnhemshoppingmall.com/public_html/wp-content/plugins/menubar/wpm-db.php(126) : eval()’d code on line 1
Parse error: syntax error, unexpected ‘:’, expecting ‘)’ in /home/pietmall/domains/arnhemshoppingmall.com/public_html/wp-content/plugins/menubar/wpm-db.php(210) : eval()’d code on line 1
I am a beginner in php, so tha is the problem. I get this errors because eval() is not ok on the lines 68, 126 and 210. I’ve placed <?php do_action(‘wp_menubar’,’conculegas’); ?> in top-header.php. I get the errors and under it a blue bar in the right place. But then it goes wrong. Any ideas?
thank you for helping me.
Hi,
I got this JS error :
TypeError: $(…).superfish is not a function /:208
WP is up to date, any idea what’s happening ?
SuperFish is a template of MenuBar
Many thanks !
]]>Hi,
After WP Menu bar update, I got this, how to fix ? Many thanks
WP Menubar error: Folder /homepages/43/d325353548/htdocs/PROD/site1/wp2014/contenu/plugins/menubar/templates/name not found!
WP Menubar error: Folder /homepages/43/d325353548/htdocs/PROD/site1/wp2014/contenu/plugins/menubar/templates/name not found!
WP Menubar error: Folder /homepages/43/d325353548/htdocs/PROD/site1/wp2014/contenu/plugins/menubar/templates/name not found!
WP Menubar error: File pulsi.css not found in /homepages/43/d325353548/htdocs/PROD/site1/wp2014/contenu/plugins/menubar/templates/Superfish!
WP Menubar error: Folder /homepages/43/d325353548/htdocs/PROD/site1/wp2014/contenu/plugins/menubar/templates/name not found
]]>I chose for my site to have the blog on a separate site instead of the homepage. Luckily there is an option just for that in WP. The option can be found under “Settings > Reading > Post Page”.
After I have done this, the active page highlight stops working for this page, and only for this page.
The css in the templates somehow doesn’t apply to this page anymore.
.b-green a.selected,
.b-green a.selected:visited {
}
Maybe it’s because WP gives this page another page-Id or something like that, if you choose this option.
Is there some way to fix this?
]]>Hi
We have just added this menubar into our website. However it doesnt look good on mobile. Do you have any future updates about mobile compatible design? Like switch on/off function for menubar or anything which look good on mobile devices.
I installed and configured the plugin, and since my theme also has a menu (which is ugly, that’s why I installed menubar), now the menus are duplicated.
Doesn’t the plugin automatically hide the existing menu?
]]>Hi, I’m using the Avada Theme here: https://www.littlefoxwebdesignnewbuilds.co.uk/heartbrokeclothing/ but with the header layout that I’m using the Theme options don’t allow me to use the top menu bar where I would like to display the basket/checkout icons. Could I use your plugin to help me to do this? If so, could you help with what I would need to do?
Thank you!
]]>I really want to move my menu bar to the very top of the page. Can I do this?
]]>We are not able to display Datepicker fields. We get the following error:
BP Profile Search: don’t know how to display the datebox field type.
The field is a Datepicker (HTML5 field) type.
We also tried reverting back to version 4.7.1 and that still didn’t work. Please help.
Thank you!
Sarah
Hello,
how to remove a page from your plugin?
Waiting for an answer,
Thank you
How do I get the Search box to display? I have tried it with all the different template options but I still see nothing.
Thanks,
Rhonda
I am trying to align a menubar to the top of my theme but the buttons all top align to the middle. Most of my buttons are about the same size but I made the logo the first button. If I remove the logo, they align to the top. If I add the logo then they align in the middle. I am sure this is most likely an issue with my theme. I am using Zerif for this site. The template I am using is LC1_46 with LC1.css. I have tried all the templates to see if I could get any of them to do this and now would.
Here is a link to the test site:
https://peakentandvoicecenter.com/test/wordpress_zerif/
Thanks,
Rhonda
Hi,
I am currently customizing my company’s website, and have encountered a problem with the roll-down feature in my menubar. It used to be a square with two columns, I deleted unnecessary items and made it a one-column roll-down instead. However, when I hover over the menu items now, the color box behind them shrink into a box that only covers the first two items in the menu.How do I get it to stay behind the text at all times? The title text blends in with the background, so when one is trying to navigate with the menu, you can’t see the text.
]]>Hi
I was wondering, is it possible to have the sub-menus show as columns. Some of my categories have many subcategories which makes them appear off the bottom of the screen in a single column. Ideally I would like the sub-menus to be three columns wide.
Thank you for a great plugin
Natasha
]]>I just tried your menu bar and I would like to center the menu on the page.
https://dev.rosehallmedia.com/
I am using ‘Superfish with ssf-blue.css
How can I do this?
]]>I have setup a test menu, and have a couple “child of” links setup in the menu, I placed the php script for the menu to show.. The menu shows fine, however, it’s not giving any drop down for the child links.
Am I setting this up incorrectly? Or why won’t the sub-links show ?
They are just showing as normal links, with no drop down.
]]>Hi Andrea,
This plugin has been working like a charm for over a year.
Question for you: I’m going to be integrating the Bootstrap framework into my existing theme which uses the menubar plugin. Is there any way to use a nav walker to handle responsiveness? I know this can be done with wp_nav_menu, but wasn’t sure how this would work, if at all, with menubar.
If not, would the best way to handle this to use custom media query CSS for the nav menu with mobile devices?
Thanks,
Chris
Just wanted to let you know that https://dontdream.it/ appears to be down. It was up very briefly this morning but has been down for several hours. I went there to get the instructions for login logout in the menu bar.
Thanks.
Is it possible to edit the searchfield so they only see woocommerce product results?
]]>