Hi There,
I have just installed your theme, however I am unable to remove the dropdown menu feature without the whole main menu going blank
I have tried
-
Diasabled children, and setting parent mennu item - Show as expanded to disabled
-
When I do this, the whole main menu dissapears
-
-
The theme seems to be forcing me to use a dropdown menu item
How do I fix this so that the menu appears with no dropdowns, just main parent headings
I had to do a visibility: hidden hack via bootstrap.css for the ui dropdown and caret, but it would be good if you could make it a nicer degrade
Can you please advise how I chnage the following jump-to selector
want to change it from /#team to /#services
Hi,
Please send us your site url, asmin account and FTP account to [email protected] (also this forum link)
Hi Cindy, I have exactly the same problem: I need the menu to appear with no dropdown but it desapears. How can I do? Thanks in advance.
Hi Jordi Cobo,
Could you send us your site url, admin and FTP accounts (forum link as well) via email: [email protected]?
We would like to check for you.
The menu also disappears if I disable the "home" link. Please tell us how to fix this. Thanks
Hi Pibity,
Could you send us your site url, admin and FTP accounts (forum link as well) via email: [email protected]? We would like to have a check.
Hi there.
Same thing here for me.
Disable show as expanded option, disable menu link under home and disable home link... the main menu is disappearing.
Any suggests how to fix this?
Thanks
Jan
Chefkoch,
Could you send us your site url, admin account and FTP account (forum link as well) via email: [email protected]?
We would like to fix it for you.
Hi.
Sent you required stuff via e-mail.
regards, Jan
We received already
We will work on this issue and feedback you asap
Hi,
I also have the same issue... could you post the answer to the problem to help everyone ?
regards, fab
Hello,
Please open template.php file(sites/all/themes/md_springspray), then comment out this code:
if (strpos($variables['tree'], '<ul') === FALSE) {
return '<ul class="dropdown-menu">' . $variables['tree'] . '</ul>';
}
and replace:
return '<ul class="nav navbar-nav navbar-right">' . $variables['tree'] . '</ul>';
by
return '<ul class="nav navbar-nav navbar-right">' . str_replace("nav navbar-nav navbar-right","dropdown-menu",$variables['tree']) . '</ul>';
Thanks!
thanks !