Viewing 6 replies - 1 through 6 (of 6 total)
  • Thread Starter Nick van de Veerdonk

    (@nmvdvjr)

    Mike you can find my site here now: https://wordpressmultisite.net/

    Plugin Author MikevHoenselaar

    (@mikevhoenselaar)

    Is the ubermenu-sticky a plugin you use?

    Try taking the css from the headroomjs/css/headroom.css file and placing it in your theme’s custom.css file.

    Plugin Author MikevHoenselaar

    (@mikevhoenselaar)

    Did you get this to work, I see the domain isnt working anymore.

    MikevHoenselaar, let me answer that question.

    Just installed your Plugin, set the html selector (header.site-header in my case) but also nothing showed up/was hiding.

    Than like gnewton said, i just dropped the whole content of the plugin’s headroomjs/css/headroom.css into the (child) theme’s custom.css and it’s working just fine!

    So now that i don’t have to implement headroom.js by hand, i’ll give this here a good rating! thanks, Mike!

    Thread Starter Nick van de Veerdonk

    (@nmvdvjr)

    Hi Mike, no I didnt get it to work but gave it another shot today. I didnt have to move the CSS, just add the following CSS to get it to work:

    .animated.headroom--not-top.slideDown {
      position: fixed;
      width: 100%;
      top: 0;
    }

    I’m using Genesis Framework.

    Thanks,

    Nick

Viewing 6 replies - 1 through 6 (of 6 total)
  • The topic ‘Fantastic concept; cant get it to work?’ is closed to new replies.