Community Forums › Forums › Archived Forums › General Discussion › No responsive menu in my blog
Tagged: menu
- This topic has 7 replies, 2 voices, and was last updated 10 years, 5 months ago by
frobn.
-
AuthorPosts
-
August 13, 2015 at 4:27 pm #162313
glauco
MemberHi!
I can see that people who installs Genesis in their blog automatically have a responsive menu.
My blog uses Genesis (and News Pro theme) since early 2014. Untill now, I do not have a responsive menu.
Why? It's all the same thing, right?
I really need a responsive menu. My menu has many items. I've just tried the famous plugin WP Responsive Menu, but it did not work well here. Well, the responsive menu appears in my smartphone, but it does not SUBSTITUTE the regular menu. In my smartphone, I see both the responsive menu AND the regular menu. Nonsense.
My blog should have a responsive menu too. Right? What am I doing wrong?
Thank you.
http://viagemfantastica.com/August 13, 2015 at 4:40 pm #162316glauco
MemberOK, I really have a problem here.
I've tried two responsive menu plugins. My regular menu always appear in my smartphone, even when the responsive menu also appears there.
There's something wrong in my theme. Any ideas, plase?
In fact, I'd like to use Genesis responsive menu, the original one. Not a plugin.
August 13, 2015 at 5:07 pm #162320glauco
MemberWhy the standard Genesis responsive menu is not available in my theme?
I have two blogs. The other one is new, so it features the responsive menu. But my blog from early 2014 does not have it, and it was not updated.
August 13, 2015 at 7:33 pm #162325frobn
MemberYour site is not loading responsive-menu.js which came with News-Pro.
Check if you have the following code in your functions.php. If not put it in.
wp_enqueue_script( 'news-responsive-menu', get_bloginfo( 'stylesheet_directory' ) . '/js/responsive-menu.js', array( 'jquery' ), '1.0.0' );If you don't have it in your js directory you can get it here: https://gist.github.com/RRWD/e248ca84ef680c5341f1
You also may want to update the footer on your site. Easiest way to do it is with Genesis Simple Edits plugin.
August 13, 2015 at 8:06 pm #162327glauco
MemberThank you, frobn!
I believe I should find a js directory in my theme's folder. There's no such directory there.
Where should I create this directory? => themes => news-pro => js ?
August 13, 2015 at 8:23 pm #162328glauco
MemberOK, responsive-menu.js is there.
But I don't have the styles. Please, where could I get this?
This is very strange. I supposed there was a standard for all Genesis and themes installations. My blog should have a responsive menu already.
August 13, 2015 at 8:29 pm #162329glauco
MemberSearching my Style.css, I found no match for "responsive-menu". Nothing related to MENU, only to SLIDER. I don't understand WHY my theme lacks this.
August 14, 2015 at 6:40 am #162356frobn
MemberYour style.css is verison 3.0.1 which does not include the responsive menu, you need to update it to version 3.0.2. Once you do check your functions.php to make sure dashicons are enriqued.
-
AuthorPosts
- The forum ‘General Discussion’ is closed to new topics and replies.