[Resolved] Sticky Menu (or Anything!)

Home Forums Support [Resolved] Sticky Menu (or Anything!)

Home Forums Support Sticky Menu (or Anything!)

Viewing 13 posts - 1 through 13 (of 13 total)
  • Author
    Posts
  • #106002
    Franz

    Hey Tom,
    I use Sticky Menu (or Anything!).

    On my landingpage I would like to disabel the Primary Navigation.
    But the Navigation showes up left on the header.

    http://www.klavierspiel.com/blog/klavierunterricht-in-muenchen/ihr-geschenk-die-8-magischen-uebe-tipps/

    Do you have a solution?

    #106101
    Tom
    Lead Developer
    Lead Developer

    Ah, the plugin is overwriting the CSS hiding the navigation.

    Try adding this CSS:

    .page-id-898 .main-navigation {
          display: none !important;
    }
    #106102
    Franz

    Still not working. I used custom css.

    Do you have another idea?

    #106103
    Tom
    Lead Developer
    Lead Developer

    Hmm, the CSS is there, but not being read.

    This usually means there’s a syntax error in the CSS above it.

    Can you try moving the above CSS to the top of the file and see if it works?

    #106105
    Franz

    It’s working, great. Tank you very much.

    How can I find the mistake?

    #106106
    Tom
    Lead Developer
    Lead Developer

    Paste your CSS in here and validate: https://jigsaw.w3.org/css-validator/#validate_by_input

    #106113
    Franz

    28 mistakes! Thank you, you have the best support, I’ve ever seen!

    What about this “warnings”?

    Warnungen (8)

    URI : TextArea
    210 Die Eigenschaft -webkit-border-radius ist eine unbekannte Erweiterung des Herstellers.
    211 Die Eigenschaft -moz-border-radius ist eine unbekannte Erweiterung des Herstellers.
    220 Die Eigenschaft -webkit-box-shadow ist eine unbekannte Erweiterung des Herstellers.
    221 Die Eigenschaft -moz-box-shadow ist eine unbekannte Erweiterung des Herstellers.
    224 Die Eigenschaft -webkit-gradient(linear,left bottom,left top,color-stop(0,#b30000),color-stop(1,#b30000)) ist eine unbekannte Erweiterung des Herstellers.
    225 Die Eigenschaft -ms-linear-gradient(bottom,#F3C459,#FFD86B) ist eine unbekannte Erweiterung des Herstellers.
    226 Die Eigenschaft -moz-linear-gradient(center bottom,#F3C459 0%,#FFD86B 100%) ist eine unbekannte Erweiterung des Herstellers.
    227 Die Eigenschaft -o-linear-gradient(#FFD86B,#F3C459) ist eine unbekannte Erweiterung des Herstellers.

    #106114
    Tom
    Lead Developer
    Lead Developer

    Don’t worry about those – they’re using CSS3 which isn’t technically valid yet (it will be one day).

    Happy to help! πŸ™‚

    #106115
    Franz

    Thank you, I think that’s it for today. πŸ™‚

    #108927
    xdaniel

    Hello Franz,
    Hello Tom,

    how did you make the menu sticky? Is it a special plugin?

    Best wishes

    Daniel

    #109006
    Tom
    Lead Developer
    Lead Developer

    You have a few options!

    1. http://generatepress.com/forums/topic/keep-menus-visable-with-scroll/#post-54453

    2. A user on this forum (Jean Paiva) created this tutorial: http://jeanpaiva.com/blog/generatepress-sticky-menu/

    Hopefully one of the above helps πŸ™‚

    #109141
    xdaniel

    Yes, I used mystickymenu and that works. thx again!

    #109154
    Tom
    Lead Developer
    Lead Developer

    Awesome πŸ™‚

Viewing 13 posts - 1 through 13 (of 13 total)
  • You must be logged in to reply to this topic.