Detailed Description:
Hi Nicoss, i am using 1.11.4 and its not working when you add {cmsfoundation} to
menu template, but it works if you add {menu template="responsive_menu"} to
your template. But there is a problem which i could not recover :
if menu has three or more levels html does not close <li class="has-dropdown">
and <ul class="dropdown">. So the next first level menu shown as previous menus
second level child.
Sample Code:
<li class="has-dropdown" id="css_tags"> <a href="">Tags</a>
<ul class="dropdown">
<li id="css_tags-in-the-core"><a
href="http://www.sercotec.net/demo/arti/index.php?page=tags-in-the-core">Tags in
the core</a></li>
<li id="css_user-defined-tags"><a
href="http://www.sercotec.net/demo/arti/index.php?page=user-defined-tags">User
Defined Tags</a></li>
-----> and we need to write </ul></li> here which i could not manage by playing
with the code
Thanks in advance...