Hi,
I'm using the lovely marinelli theme on my site.
I'm using the 2 level navigation.
1 primary link is : Ons bedrijf
3 secondary links ( parent = Ons bedrijf ) : Onze aanpak, onze naam and ons team
I'm getting 6 errors in total :
Line 124, Column 664: end tag for "li" omitted, but OMITTAG NO was specified
…"><a href="/nl/team">Ons team</a></div><div class="closepanel"><span class="cl…
✉
You may have neglected to close an element, or perhaps you meant to "self-close" an element, that is, ending it with "/>" instead of ">".
Line 124, Column 569: start tag was here
… naam</a><ul class="megamenu-section"><li class="menu-section-title" id="menu-…
Line 124, Column 664: end tag for "ul" omitted, but OMITTAG NO was specified
…"><a href="/nl/team">Ons team</a></div><div class="closepanel"><span class="cl…
✉
You may have neglected to close an element, or perhaps you meant to "self-close" an element, that is, ending it with "/>" instead of ">".
Line 124, Column 540: start tag was here
…-586"><a href="/nl/naam">onze naam</a><ul class="megamenu-section"><li class="…
Line 124, Column 664: end tag for "li" omitted, but OMITTAG NO was specified
…"><a href="/nl/team">Ons team</a></div><div class="closepanel"><span class="cl…
✉
You may have neglected to close an element, or perhaps you meant to "self-close" an element, that is, ending it with "/>" instead of ">".
Line 124, Column 449: start tag was here
…anpak</a><ul class="megamenu-section"><li class="menu-section-title" id="menu-…
Line 124, Column 664: end tag for "ul" omitted, but OMITTAG NO was specified
…"><a href="/nl/team">Ons team</a></div><div class="closepanel"><span class="cl…
✉
You may have neglected to close an element, or perhaps you meant to "self-close" an element, that is, ending it with "/>" instead of ">".
Line 124, Column 420: start tag was here
…"><a href="/nl/aanpak">onze aanpak</a><ul class="megamenu-section"><li class="…
Line 124, Column 664: end tag for "li" omitted, but OMITTAG NO was specified
…"><a href="/nl/team">Ons team</a></div><div class="closepanel"><span class="cl…
✉
You may have neglected to close an element, or perhaps you meant to "self-close" an element, that is, ending it with "/>" instead of ">".
Line 124, Column 325: start tag was here
…Wrapper"><ul class="megamenu-section"><li class="menu-section-title" id="menu-…
Line 124, Column 664: end tag for "ul" omitted, but OMITTAG NO was specified
…"><a href="/nl/team">Ons team</a></div><div class="closepanel"><span class="cl…
✉
You may have neglected to close an element, or perhaps you meant to "self-close" an element, that is, ending it with "/>" instead of ">".
Line 124, Column 296: start tag was here
…ree-col"><div class="megamenuWrapper"><ul class="megamenu-section"><li class="…
Is this a bug or am I doing something wrong?
Greets, Niels
Comments
Comment #1
niels.sterckx@gmail.com commentedComment #2
cerr commentedI'm wondering the same, have you ever made any progress on this?
Thanks!
Comment #3
djsagar commentedHi,
These are REQUIREMENTS
------------
This theme has the following requirements:
* The 7.x-2.x branch of the hoverIntent module
(https://www.drupal.org/project/hoverintent) and jQuery Plug-in
(http://cherne.net/brian/resources/jquery.hoverIntent.html):
For the mouse-over-drop-down menus.
* The 7.x-2.x branch of the Cycle module (https://www.drupal.org/project/cycle)
and jQuery Cycle Plugin (with Transition Definitions)
(http://jquery.malsup.com/cycle/):
For the rotating banners system.
* The Modernizr module (https://www.drupal.org/project/modernizr) and
JavaScript library (http://www.modernizr.com):
For the progressive enhancement with CSS3 features.
* The Libraries API module:
To use the above modules and libraries.
Try those steps they will resolved your problems.
Thanks!