Closed (fixed)
Project:
Zoundation
Version:
7.x-4.x-dev
Component:
User interface
Priority:
Normal
Category:
Bug report
Assigned:
Reporter:
Created:
1 Apr 2013 at 22:32 UTC
Updated:
18 Apr 2013 at 18:10 UTC
I am having an issue using a custom page.tpl.php in my sub theme. As soon as I add the page.tpl.php to my sub theme the toggle in<li class="toggle-topbar"><a href="#"></a></li>
that toggles the top bar no longer works. To test simply create a sub theme of 7.x-4.x and copy the page.tpl.php from zoundation/templates to subtheme/templates
Thanks and I am really excited to get into this theme more, it looks like a great start
Comments
Comment #1
abelb commentedThe error was in the original page.tpl.php code. I have pushed the update and added helper text.
I modified it to be:
<li class="toggle-topbar menu-icon"><a href="#"><span>Menu</span></a></li>The .menu-icon puts in the icon style.
<span>Menu</span>Puts in the word "Menu"Remove the class "menu-icon" to get rid of menu icon. Take out "Menu" to just have icon alone.