• Resolved nixiemartyn

    (@nixiemartyn)


    Hi!

    Is there a way to use Mobile Menu on all screen sizes, but still keep the primary/secondary navigation for a site (I am using the Genesis Framework).

    By default the plugin disables the primary and secondary navigation at the width trigger.

    I want to have the hamburger icon from this plugin for a more detailed list of navigation and at the same time use my primary navigation for just a few categories: Both of these for all screen sizes.

    Thank you for your help.
    Nixie

Viewing 5 replies - 1 through 5 (of 5 total)
  • Plugin Author Rui Guerreiro

    (@takanakui)

    Hi,

    Try to add this to the custom css option field.

    .nav{
      display:block!important;
    }

    Let me know if it worked.

    -Takanakui

    Thread Starter nixiemartyn

    (@nixiemartyn)

    Hi!

    I put in the css in the custom css option field for the plugin and set the width trigger to 2000. What happened was that the navigation menu disappeared.

    Plugin Author Rui Guerreiro

    (@takanakui)

    To discuss this further, can you send me an email to takanakui at gmail dot com
    Need to ask a couple things in private.

    -Takanakui

    Thread Starter nixiemartyn

    (@nixiemartyn)

    I checked my code and figured out the navigation was nav-secondary (instead of primary navigation).

    This code works.

    .nav-secondary {
    display:block!important;
    }

    Thanks for your help and the tips you sent me on email!!

    Plugin Author Rui Guerreiro

    (@takanakui)

    No problem. Glad I could help.

    -Takanakui

Viewing 5 replies - 1 through 5 (of 5 total)

The topic ‘Keep primary navigation when using plugin’ is closed to new replies.