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

abelb’s picture

Assigned: Unassigned » abelb
Status: Active » Fixed

The 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.

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.