• Resolved wickensworth

    (@wickensworth)


    Hi Rui, I’m a big fan of this plugin. It’s extremely convenient and works exactly as desired.

    However, I would ideally like to unstick the mobile menu so that it does not scroll down along with the page.

    I’ve reviewed previous forum topics but have been unsuccessful in implementing the recommended solution, which is the js code:

    jQuery( document ).ready(function() {
      jQuery( 'body' ).after( jQuery( '.mob-menu-header-holder' ).detach() );
    });

    and the custom css:

    .mob-menu-header-holder {
      position: absolute!important;
    }

    Are there any other workarounds?

    The page I need help with: [log in to see the link]

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

    (@takanakui)

    Hi @wickensworth,

    I’m glad you are enjoying the plugin, good to hear that.

    Well I think it’s just some cache issue on the CSS because the JS part is ok.

    Check if you have any cache plugin or something that minifies the CSS, if you have purge the cache and delete the minified css so it can regenerated again.

    If that doesn’t work, place the CSS in the Theme customizer. Appearance-> Customize-> Additional CSS

    Let me know how it goes.

    Thread Starter wickensworth

    (@wickensworth)

    Thanks, this appeared to work!

    Plugin Author Rui Guerreiro

    (@takanakui)

    That’s great.

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

The topic ‘Unstick mobile menu?’ is closed to new replies.