• Resolved hejman

    (@hejman)


    Hello. Please help. I want to use Mobile menu with Float to top plugin. Unfortunately, when the mobile menu plugin is active, it hides the float to top plugin in mobile view.

    Thank you for your help in advance.

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

    (@takanakui)

    Hi,

    Try to change the Menu display type to Slideout Over content instead of Slideout Push Content.

    That should do the trick.

    Thread Starter hejman

    (@hejman)

    It doesn’t work either.

    Plugin Author Rui Guerreiro

    (@takanakui)

    I will need the site URL to have a look.
    Thanks

    Thread Starter hejman

    (@hejman)

    beasechoes.hu

    Plugin Author Rui Guerreiro

    (@takanakui)

    Thanks. Can you change the menu display type to Slideout Over content?

    Thread Starter hejman

    (@hejman)

    Fertig.

    Plugin Author Rui Guerreiro

    (@takanakui)

    It’s your theme that is hiding it in the mobile perspective.

    Add the code below to the custom CSS option.

    @media only screen and (max-width: 599px){
    .mob-menu-header-holder {
    #scrollUp {
        display: block!important;
    }
    }

    Clear the cache and test again.

    Thread Starter hejman

    (@hejman)

    Unfortunately still does not appear.

    Plugin Author Rui Guerreiro

    (@takanakui)

    @hejman Your theme is hiding it with javascript when the site is displayed in mobile resolutions.

    Nothing I can do on WP Mobile Menu side, check with your theme support if there is any easy way to avoid that.

    Thread Starter hejman

    (@hejman)

    Thank you very much for your work and your help.

    Plugin Author Rui Guerreiro

    (@takanakui)

    No problem. Thanks.

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

The topic ‘Float button’ is closed to new replies.