• Resolved mcdorand

    (@mcdorand)


    Hey damiroquai,

    it’s a very cool plugin! I have one problem though concerning the color of the menu bar: After scrolling down the menu bar background disappears, it becomes fully transparent. Only the links and the logo can be seen. I tried different background colors but the transparency problem remains. I am using Zerif Lite. Any ideas?

    Tanks a lot,
    Alex

Viewing 5 replies - 1 through 5 (of 5 total)
  • Hey mate,

    The problem is because Zerif theme already using fixed position for menu…

    Anyway to fix it change Sticky Class setting, change “.navbar” to “.navbar .container”

    And thanks for using my plugin 😉

    Thread Starter mcdorand

    (@mcdorand)

    Hello again,

    thanks a lot! Now it works almost perfectly. Only one thing: On the right border a piece of the navigation bar is missing, i.e. the Zerif bar is visible but not the sticky. See here: http://www.coaching-witt.de. How can this be fixed?

    And another question: Is it possible to add a shadow to the bottom of the sticky menu – like on the original Zerif menu bar?

    I really like this plugin, it’s exactly what I was looking for for a long time – especially the option to change the background color after certain pxs. Great work!

    Cheers, Alex

    To center the menu and add shadow put this code to “myfixed CSS class” field -> `.wrapfixed {
    width: 100%;
    -webkit-box-shadow: 0px 5px 11px 0px rgba(50, 50, 50, 0.08);
    box-shadow: 0px 5px 11px 0px rgba(50, 50, 50, 0.08);
    }
    cheers 😉

    And I forgot, if you have some spare time please rate
    plugin at WordPress – https://wordpress.org/support/plugin/mystickymenu/reviews/

    Thread Starter mcdorand

    (@mcdorand)

    Hey damiroquai,

    thanks for your support on the transparency issue – I gave you a five star rating.

    Here’s another quick question: is it possible to change the px after which the menu bar appears for a certain page? For my blog I’d like the bar to appear right at the beginning, for all the others after 450 px.

    Greets, Alex

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

The topic ‘Menu background disappears after scrolling down’ is closed to new replies.