I developing at the moment my homepage and see that on homepage two main menu items are active. See here http://neofelis.de

Comments

markhalliwell’s picture

Category: bug » support
Status: Active » Closed (works as designed)

That is because you have linked the first two top level menu items to the front page. See the href attribute for these top level items. This isn't a bug, marking as "works as designed".

  • <a data-target="#" data-toggle="dropdown" class="dropdown-toggle active" title="Einblick" href="/">Einblick <span class="caret"></span></a>
  • <a data-target="#" data-toggle="dropdown" class="dropdown-toggle active" title="Überblick" href="/">Überblick <span class="caret"></span></a>
  • <a data-target="#" data-toggle="dropdown" class="dropdown-toggle" title="Einblick" href="/einblick">Einblick <span class="caret"></span></a>