ThemeAwesome / WP-Forge

WP-Forge - A Foundation for Sites WordPress Theme
https://themeawesome.com/wp-forge-wordpress-foundation-for-sites-theme/
85 stars 28 forks source link

Mobile menu doesn't display. #4

Closed vitaligent closed 10 years ago

vitaligent commented 10 years ago

This is the best F5 WP theme, but the latest version breaks mobile menus. The hamburger displays, but it won't slide out when clicked or tapped.

tsquez commented 10 years ago

Hi vitaligent,

Glad you think WP-Forge is the best F5 theme, I really appreciate that. i did notice that as well. As you know Foundation updates all of their code constantly and the Off Canvas menu is no different. I think I may have found the answer. If you open up the content-off_canvas.php file and find the following line towards the very top:

<div class="off-canvas-wrap">

and change it to this:

<div class="off-canvas-wrap" data-offcanvas>

it should work. I applied it to the demo site: http://wpforge.themeawesome.com and it works just fine.

I also applied the fix to ThemeAwesome.com, unfortunately, I was working with speeding up my site using W3 Total cache and Google Page Speed, and the the content is still being served by the two even though I have completely removed them both.

Try that and let me know how it goes.

vitaligent commented 10 years ago

It works! Thanks for the great response time. I really love this theme.

iamra commented 10 years ago

I just wanted to come in here and second vitaligent's statement that this is the BEST F5 WP-theme :)

tsquez commented 10 years ago

Hi ramielbarsoum,

Greatly appreciated, that means a lot ;o)