Hello,
Thank you for your plugin
it’s Absolutely Fine in my localhost but i upload this in my server it;s give an error
Warning: Invalid argument supplied for foreach() in /home/usapol2/public_html/wp-content/plugins/wp-bootstrap-navmenu/wp-bootstrap-navmenu.php on line 24
you can check my site https://usapoli.com/
Waiting for your response….
Thank You
Rahul
Same problem as others submenus are not working when using hover. HTML output of submenu is not displayed in page. https://dabliiss.com/
for the top menu I am using click and that is working fine but the main navigation I want to use hover and its not working.
Can you please tell me exact solution for this ?
]]>you know when you view the page in mobile you should get a dropdown of your navbar.
i cant get a dropdown of my navbar here is the code i am using. is there something i need to add?
<div class=”navbar navbar-inverse navbar-static-top”>
<div class=”navbar-inner”>
<div class=”container”>
<ul class=”nav”>
<?php if (function_exists(‘getNavMenu’)): ?>
<?php echo getNavMenu(‘mainmenu’,’hover’); ?>
<?php endif; ?>
</div>
</div>
</div>
is there a way to change the color from white to black?
]]>When i am try to click on the submenu it hides and moved to next menu (Sub Menu gets Collapsed in Mobile or Tab version)
here is the link where i am geting the error just check out in mobile or tab
https://iquest.co.in
This plugin doesn’t work under 3.8 because they’ve changed the format the menu object.
To fix it, globally replace:
array_push($objectID_stack, $list->object_id);
with:
array_push($objectID_stack, $list->ID);
That should fix it.
]]>Hi…
Not sure if i have induced this one or have only just noticed it.
When a post does not exist and defaults to 404.php i get the following notice.
Notice: Trying to get property of non-object in /home/denmorc/public_html/wp-content/plugins/wp-bootstrap-navmenu/wp-bootstrap-navmenu.php on line 60
I currently have 5 links in the menu and the notice occurs 5 times.
No errors when site is being navigated as normal.
I added this styles to my styles.css and it does not work because I do not use the class “navbar” for the div holders in my menu.
My menu uses the class “header-menu” and “menu” – I did not know how to recongigure the css to make the submenu work and I tried this with no results.
.dropdown-menu .sub-menu {
left: 100%;
position: absolute;
top: 0;
visibility: hidden;
margin-top: -1px;
}
.dropdown-menu li:hover .sub-menu {
visibility: visible;
}
.dropdown:hover .dropdown-menu {
display: block;
}
.nav-tabs .dropdown-menu, .nav-pills .dropdown-menu, .menu .dropdown-menu {
margin-top: 0;
}
.menu .sub-menu:before {
border-bottom: 7px solid transparent;
border-left: none;
border-right: 7px solid rgba(0, 0, 0, 0.2);
border-top: 7px solid transparent;
left: -7px;
top: 10px;
}
.menu .sub-menu:after {
border-top: 6px solid transparent;
border-left: none;
border-right: 6px solid #fff;
border-bottom: 6px solid transparent;
left: 10px;
top: 11px;
left: -6px;
}
It didnt work.
This is the current state of the wordpress menu with the bootstrap plugin https://sharibetty.com/clients/bostonpads/nextgenrealty-wp/boston-apartment-rentals/
This is what the menu should be with sub-menu and hovers https://sharibetty.com/clients/bostonpads/nextgenrealty/
]]>I need to give an id or class to an specific item of the menu.
]]>When I try to have links from the menu open in a new tab it doesn’t work. Any idea how I can fix this?
]]>Hi, any plan to bring version 3 of BS compatibility?
]]>I’m having trouble getting the sub menu working with the product categories WooCommerce uses. Before installing the plugin everything worked great.
Any suggestions what might have gone wrong?
]]>I’m using Bootstrap 2.3.2 version…
my code:
<div class="navbar">
<div class="container">
<button type="button" class="navbar-toggle" data-toggle="collapse" data-target=".nav-collapse">
<span class="icon-bar"></span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
</button>
<div class="nav-collapse collapse">
<ul class="nav navbar-nav">
<?php if (function_exists('getNavMenu')): ?>
<?php echo getNavMenu('headermenu','hover'); ?>
<?php endif; ?>
</ul>
</div><!--/.nav-collapse -->
</div>
</div>
html
<div class="navbar">
<div class="container">
<button type="button" class="navbar-toggle" data-toggle="collapse" data-target=".nav-collapse">
<span class="icon-bar"></span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
</button>
<div class="nav-collapse collapse">
<ul class="nav navbar-nav">
<li><a href="https://localhost/devilsin/home/">Home</a></li><li><a href="https://localhost/devilsin/the-band/">The Band</a></li><li class="dropdown"><a class="dropdown-toggle" data-toggle="dropdown" href="#">Media<b class="caret"></b></a><ul class="dropdown-menu"><li><a href="https://localhost/devilsin/photos-2/">Photos</a></li></ul></li><li><a href="https://localhost/devilsin/donwloads/">Donwloads</a></li><li><a href="https://localhost/devilsin/devilswag/">DevilSwag</a></li><li><a href="https://localhost/devilsin/faq/">FAQ</a></li><li><a href="https://localhost/devilsin/calendar/">Calendar</a></li><li><a href="https://localhost/devilsin/partners-in-crime/">Partners in Crime</a></li><li><a href="https://localhost/devilsin/criminal-backgrounds/">Criminal Backgrounds</a></li><li><a href="https://localhost/devilsin/contact/">Contact</a></li> </ul>
</div><!--/.nav-collapse -->
</div>
</div>
SubMenu item Photos does not display.. any help?
]]>As others have said, I too will echo that I think that this is a useful plugin.
I am having a problem with the drop down menus, mine aren’t displaying (I have the base line pages, but if i hover over my services selection or Gallery (Blog), etc the submenus do not display.
I’d very much appreciate it if you could help me. Once i get them working, I’ll write a review of my expereinces and I’m hoping to say many super awesome things as this is a great plugin.
My site url is: https://scc.maxworks.org/_classes/_298wp/wp_portraitStudios/
https://www.ads-software.com/extend/plugins/wp-bootstrap-navmenu/
]]>Hi, great great plugin but on my case, the only thing that is not working are the sub menu items, just placed the menu hook up and the top level items were working wonderfully but not the sub ones, any idea what’s missing on my end?
Thanks so much!
Arturo
https://www.ads-software.com/extend/plugins/wp-bootstrap-navmenu/
]]>Good update but…
When I add a page with 2nd level menu items the active class works but dropdown does not.
If I add a custom menu with 2nd level menu items the dropdowns works but the active class does not.
Anyone else experiencing this?
https://www.ads-software.com/extend/plugins/wp-bootstrap-navmenu/
]]>i need to add an “active” class to the active menu item. what do you suggest?
thanks
https://www.ads-software.com/extend/plugins/wp-bootstrap-navmenu/
]]>Thaks for this useful plugin,
I’m working on a boostrap based theme. And I try to use your plugin, but when I set sub-menu in WP, they are not display as sub element (noting display in fact). There is a setting to display sub-menu ?
Thanks,
Mike
https://www.ads-software.com/extend/plugins/wp-bootstrap-navmenu/
]]>This is the error I am getting.
Warning: Invalid argument supplied for foreach() in C:\xampp\htdocs\alliance\wp-content\plugins\wp-bootstrap-navmenu\wp-bootstrap-navmenu.php on line 22
Can someone please help!
https://www.ads-software.com/extend/plugins/wp-bootstrap-navmenu/
]]>Hey Sajjad,
Thanks for this awesome plugin. I used the code to create code needed for jquerymobile menus and it worked perfectly.
I have an issue that I could use help with, How do I customize the output for 3rd level menu ?
For example
Sample Link
Sample Link
— 2nd Level Link
— 2nd Level Link
——— Third Level
— 2nd Level Link
Sample Link
Sample Link
Can you point me in the right direction possibly ?
https://www.ads-software.com/extend/plugins/wp-bootstrap-navmenu/
]]>First off. Very nice plugin. However there is an problem.
When I add menu items it al works fine but when I add the submenu. The links are added thw right way only the link anchors stay empty. This is what I get:
<ul class="nav nav-pills">
<li><a href="https://www.domein.com/link1/">Link 1</a></li>
<li><a href="https://www.domein.com/link2/">Link 2</a></li>
<li class="dropdown"><a class="dropdown-toggle" data-toggle="dropdown" href="#">Link 3<b class="caret"></b></a>
<ul class="dropdown-menu">
<li><a href="https://www.domein.com/link4/"></a></li>
<li><a href="https://www.domein.com/link5/"></a></li>
</ul>
</li>
</ul>
What is going wrong?
https://www.ads-software.com/extend/plugins/wp-bootstrap-navmenu/
]]>