• devriesmotoren

    (@devriesmotoren)


    Hello,

    I have a problem with my website.
    A couple weeks ago, I added a plugin called: myStickymenu.
    Now my website is complete, I would like to delete this plugin. But when I deactivate and delete the plugin. The menu keeps sticky on the desktop version, and when you scroll down and up on the home menu the menu disappears.

    I have no problem when I visit the website on my smartphone.
    I hope someone can tell me what te problem is…

    Thanks!

    Yours Sincerely,
    Richard de Vries
    De Vries Motoren

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

Viewing 1 replies (of 1 total)
  • Howdy_McGee

    (@howdy_mcgee)

    Hello,

    this might be part of the theme or maybe there is a theme setting to disable this. I do not think that it has anything to do with the myStickymenu plugin at all. You can see in their demo that it also has a sticky menu as you scroll down:

    https://fasterthemes.com/demo/rider-wordpress-theme/

    You can create a new thread asking the Theme Authors via their support forums.

    There’s also some CSS you might be able to add, though, I wouldn’t recommend doing so as it might break other theme features, use are your own risk. You can paste the following into Appearance > Customizer > Additional CSS:

    .scroll-header {
        position: static !important;
        padding: 0 !important;
    }
    
    .royals-container {
        display: block !important;
    }
Viewing 1 replies (of 1 total)
  • The topic ‘Sticky menu problem’ is closed to new replies.