• Resolved kernkraftx360

    (@kernkraftx360)


    My desktop Mega Menu is not showing on desktop, when I select FullScreen Mobile Menu to be mobile only. My main idea is I want my Mega Menu to show on desktops, and FullScreen Mobile menu on mobile only. Why does it hide my Mega Menu when I select FS Mobile to be mobile only? Please advise, cheers.

    Website with problem:

    [ redundant link removed ]

    Love your work on the plugin! <3

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

Viewing 5 replies - 1 through 5 (of 5 total)
  • Plugin Author Samuel Silva

    (@samuelsilvapt)

    Thank you for using FS Menu. I’m glad my plugin is working as a solution for you!

    FS Menu will appears at <= 1024 px width screen (if you selected only mobile device option).
    So you need to hide Mega Menu with CSS (do you know how to do?)

    Use that CSS:

    @media only screen and (max-width: 1024px) {
    .navigation-button{
    display: none;
    }
    }

    Plugin Author Samuel Silva

    (@samuelsilvapt)

    @kernkraftx360 let me know if it solve your problem

    Thread Starter kernkraftx360

    (@kernkraftx360)

    The code did not help with my issue. The plugin works very well on mobile now. But when on desktop, I don’t know why when FullScreen plugin is activated, it hides my Megamenu. When I turn FullScreen plugin off, it works as expected on the desktop, but not on my mobile. I need Mega Menu to be on desktop and FS to be on mobile.

    Picture 1 is when I turn off FullScreen plugin, and Picture 2 is when I turn on FullScreen plugin. I hope you would understand what I am trying to say ??

    https://imge.to/i/vTaQUq <– I want it to be like this when FullScreen mobile is turned on.
    https://imge.to/i/vTazuO <– Instead when FullScreen mobile is turned on, my desktop menu is hidden.

    My mobile menu works well when FullScreen mobile is enabled ??
    Thank you once again for the reply and assistance. Will be waiting for your advice and I love your work.

    Thread Starter kernkraftx360

    (@kernkraftx360)

    Thank you so much to the creator of this plugin, Mr. Samuel Silva, for his assistance and pristine support for this plugin. 5 star and world class! Solves all the issues I have faced, with a new software update 1.9.7 that solves all the previous issues I have encountered. Cheers, and all the best!

    Thread Starter kernkraftx360

    (@kernkraftx360)

    Just a quick question, does this menu plugin support PHP 7.3? It seems to be conflicting on my version of the latest WordPress, had to deactivate for WordPress to function properly. Do let me know? Cheers, Mr. Silva.

    Thank you.

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Desktop Menu does not display when FullScreen Mobile Menu is mobile only’ is closed to new replies.