takemasa
Forum Replies Created
-
Forum: Themes and Templates
In reply to: [Restaurant] Menu button does not work at Mobile viewHi Andrew,
I just solved this problem.
This is caused by the modification change of “twentytwelve” theme.
The “menu” button was defined as H3 in old theme and I am using new one on wordpress 4.0.
They changed H3 to button tag in new theme so javascript can not find the elements.How I solve is change the H3 tag in header.php in restaurant theme to button tag.
Thank you so much for giving me the trigger to the solution!
Takemasa
Forum: Themes and Templates
In reply to: [Restaurant] Menu button does not work at Mobile viewHi Andrew,
I have not changed any kind of javascript file.
When I checked the site below, I see what you said about “toggled-on” class.
http://www.designpromote.co.uk/wp2012/restaurant/
This site is working and has different versions of Javascript file.
I am not sure that is the reason or not.I tried to change the html source code in Chrome developer console like below then
<ul id=”menu-main” class=”nav-menu”>
to
<ul id=”menu-main” class=”nav-menu toggled-on”>the menu item came out. As you said this is because javascript problem but I could not find the way to fix it so far.
Forum: Themes and Templates
In reply to: [Restaurant] Menu button does not work at Mobile viewThans for the reply!
Here’s the link to my site.