in Issues/Bugs by ansgar-bredenfeld (120 points)
After migrating from TT6 to TT7 I observed that the Hamburger Menu in the mobile view does not show up in the code generated by TT7. This worked in TT6. A hint may be the following code difference in page.tpl.php. Adding the <span> directives fixed the problem. Doing it manually is not the perfect solution.

TT6:

<div id="navigationmenu">
<div class="navbar-header">
<button id="nav-expander" data-target=".navbar-collapse" data-toggle="collapse" class="navbar-toggle" type="button">
<span class="sr-only">
</span>
<span class="icon-bar">
</span>
<span class="icon-bar">
</span>
<span class="icon-bar">
</span>
</button>
</div>

 

TT7:

<div id="navigationmenu">
<div class="navbar-header">
<button id="nav-expander" data-target=".navbar-collapse" data-toggle="collapse" class="navbar-toggle" type="button">
</button>
</div>

1 Answer

by lisa-west (35.1k points)

We have resolved this issue in latest build of TemplateToaster v7, please download and use latest version of TemplateToaster i.e version 7.0.0.15474 from the link: http://templatetoaster.com/downloads/TemplateToaster.exe

Interested in localizing/Translating TemplateToaster Software in your native language in exchange of a Pro License ? Contact Us
...