Comments on: Creating a Mobile Menu Using Responsive Design in Genesis http://youneedfat.com/genesis-responsive-design-menu/ WordPress Internet Marketing Experts Sat, 17 Aug 2013 04:08:00 +0000 hourly 1 http://wordpress.org/?v=3.6 By: Davood Dehnavifar http://youneedfat.com/genesis-responsive-design-menu/#comment-139 Davood Dehnavifar Sat, 17 Aug 2013 04:08:00 +0000 http://youneedfat.com/?p=576#comment-139 For anyone who wants to use this but hide the menu when the page loads here are the steps:

Use this JS code in general.js instead of the show/hide code that is above
$(‘.menu-toggle’).click(function() { $(‘#menu-top-navigation’).toggle(); })

then add this to the CSS under @media only screen and (max-width: 680px
#menu-top-navigation { display: none; }

note that #menu-top-navigation is the correct id for my site it will likely be different for you.

]]>
By: Davood Dehnavifar http://youneedfat.com/genesis-responsive-design-menu/#comment-138 Davood Dehnavifar Thu, 15 Aug 2013 23:02:00 +0000 http://youneedfat.com/?p=576#comment-138 I did not copy the CSS correctly! Everything works great now that I got the CSS correct! Thanks for the code!

]]>
By: Davood Dehnavifar http://youneedfat.com/genesis-responsive-design-menu/#comment-137 Davood Dehnavifar Thu, 15 Aug 2013 20:29:00 +0000 http://youneedfat.com/?p=576#comment-137 Hello, I just followed this and the button does not do anything at all.

Edit: Just to note I am using Genesis 2.0 and WP. 3.5.1

]]>
By: FAT Media http://youneedfat.com/genesis-responsive-design-menu/#comment-131 FAT Media Sun, 11 Aug 2013 00:11:00 +0000 http://youneedfat.com/?p=576#comment-131 I’ve updated the style.css portion so everything will work with Genesis 2.0. Everything else in the tutorial should still work fine with both 1.9x and 2.0+. If anyone has any trouble with it, let me know!

]]>
By: Justin Meier http://youneedfat.com/genesis-responsive-design-menu/#comment-130 Justin Meier Mon, 05 Aug 2013 20:12:00 +0000 http://youneedfat.com/?p=576#comment-130 Is this updated for Genesis 2.0 and HTML5?

]]>
By: Mark Buskbjerg http://youneedfat.com/genesis-responsive-design-menu/#comment-127 Mark Buskbjerg Tue, 23 Jul 2013 14:07:00 +0000 http://youneedfat.com/?p=576#comment-127 Hi

I’m trying to make the elements in the ul turn up under each other, like you have on fat media…
I simply can’t figure it out.
Right now my normal menu is horizontal lined up, but I want it to be vertical in the mobile menu.
I’m running on genesis, and everything else about the menu is working out great. Thanks for a great guide!

]]>
By: Managing Files in Genesis http://youneedfat.com/genesis-responsive-design-menu/#comment-125 Managing Files in Genesis Sun, 21 Jul 2013 16:07:09 +0000 http://youneedfat.com/?p=576#comment-125 [...] reading a great tutorialĀ on how to create a mobile menu in Genesis. I devised a great way to manage what scripts or [...]

]]>
By: Melissa Shanhun http://youneedfat.com/genesis-responsive-design-menu/#comment-82 Melissa Shanhun Tue, 09 Jul 2013 05:55:00 +0000 http://youneedfat.com/?p=576#comment-82 I’ve used the #nav ul.nav,

#nav ul.menu,

#subnav ul.nav,

#subnav ul.menu

:)

]]>
By: Melissa Shanhun http://youneedfat.com/genesis-responsive-design-menu/#comment-81 Melissa Shanhun Tue, 09 Jul 2013 05:46:00 +0000 http://youneedfat.com/?p=576#comment-81 Me too!

]]>
By: Melissa Shanhun http://youneedfat.com/genesis-responsive-design-menu/#comment-80 Melissa Shanhun Tue, 09 Jul 2013 05:28:00 +0000 http://youneedfat.com/?p=576#comment-80 So where would you place this code? In the theme-js.php?

]]>