• Skip to primary navigation
  • Skip to main content
  • Skip to primary sidebar
Appfinite

Appfinite

Premium WordPress Themes for The Genesis Framework

  • Themes
  • Blog
  • Tutorials and Resources
  • Forums
  • Contact Us

Dropdown Menu

Home › Community Forums › Classik Theme Support › Dropdown Menu

Tagged: dropdown menu

  • This topic has 6 replies, 2 voices, and was last updated 10 years, 8 months ago by Wes.
Viewing 7 posts - 1 through 7 (of 7 total)
  • Author
    Posts
  • May 27, 2012 at 5:19 am #1011
    danrippon
    Customer

    Hi there!
    Building a site using the theme, and I noticed that the WordPress Menu Name is presented as an option in the Dropdown Menu when viewed on a smartphone / tablet / resized browser. Any way to prevent this from showing?

    Cheers
    Dan

    May 27, 2012 at 3:48 pm #1012
    Wes
    Moderator

    Yes you can. Here is the plugin that is being used – http://wordpress.org/extend/plugins/dropdown-menus/ The documentation is in the read-me file inside of your lib folder of the theme, and can also be found on the plugin site as well. The code/function was added in the functions.php file so you can customize it however you would want it to be displayed.

    /** Dropdown Menu */
    add_action( 'genesis_after_header', 'drop_menu');
    function drop_menu() {
    	echo '<div class="drop-menu">';
    	dynamic_sidebar( 'dropdown-menu' );
    	echo '</div><!-- end .drop-menu -->';
    }
    May 27, 2012 at 9:52 pm #1013
    danrippon
    Customer

    Yep that worked a treat, thanks Wes!

    Cheers
    Dan

    May 27, 2012 at 9:53 pm #1014
    Wes
    Moderator

    You’re Welcome!

    May 28, 2012 at 12:36 pm #1016
    Wes
    Moderator

    Also, to answer your other question (from the email)

    I mistakenly added a “clear: both;” to “entry-content p” on line 942 in the style.css file. If you remove the “clear: both;” it will work properly.

    .entry-content p {
    clear: both;
    }

    Let me know if that works.

    May 29, 2012 at 10:21 pm #1018
    danrippon
    Customer

    Hi Wes,
    Yup, that fixed it. ๐Ÿ™‚

    Thanks!
    Dan

    May 29, 2012 at 10:28 pm #1019
    Wes
    Moderator

    You’re Welcome

  • Author
    Posts
Viewing 7 posts - 1 through 7 (of 7 total)
  • The topic ‘Dropdown Menu’ is closed to new replies.

Primary Sidebar

Search Forums

Affiliate Program

Looking to earn some money? Join our Affiliate program and earn 35% of every sale you refer. Top referrers earn 40-50%.

Join Now โ†’

The Genesis Framework

All of our themes are designed for the Genesis Framework. You will need to purchase Genesis in order to use any of our themes.

Purchase Genesis

Hire a Web Developer

Need help setting up or customizing your website?

Contact Us โ†’

Search Full Site

  • Buy Genesis!
  • Shopping Cart
  • Themes
  • My Account
  • Support Forums
  • Tutorials and Resources
  • Privacy Policy
  • Contact Us
  • Follow Us on Twitter

Copyright © 2023 ยท Appfinite ยท Built With The Genesis Framework