- This topic has 12 replies, 3 voices, and was last updated 8 years, 4 months ago by
Tom.
-
AuthorPosts
-
May 6, 2015 at 12:47 am #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.Do you have a solution?
May 6, 2015 at 11:16 am #106101Tom
Lead DeveloperLead DeveloperAh, the plugin is overwriting the CSS hiding the navigation.
Try adding this CSS:
.page-id-898 .main-navigation { display: none !important; }
May 6, 2015 at 11:22 am #106102Franz
Still not working. I used custom css.
Do you have another idea?
May 6, 2015 at 11:27 am #106103Tom
Lead DeveloperLead DeveloperHmm, 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?
May 6, 2015 at 11:35 am #106105Franz
It’s working, great. Tank you very much.
How can I find the mistake?
May 6, 2015 at 11:36 am #106106Tom
Lead DeveloperLead DeveloperPaste your CSS in here and validate: https://jigsaw.w3.org/css-validator/#validate_by_input
May 6, 2015 at 11:49 am #106113Franz
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.May 6, 2015 at 11:51 am #106114Tom
Lead DeveloperLead DeveloperDon’t worry about those – they’re using CSS3 which isn’t technically valid yet (it will be one day).
Happy to help! π
May 6, 2015 at 11:54 am #106115Franz
Thank you, I think that’s it for today. π
May 19, 2015 at 10:13 am #108927xdaniel
Hello Franz,
Hello Tom,how did you make the menu sticky? Is it a special plugin?
Best wishes
Daniel
May 19, 2015 at 3:03 pm #109006Tom
Lead DeveloperLead DeveloperYou 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 π
May 20, 2015 at 9:22 am #109141xdaniel
Yes, I used mystickymenu and that works. thx again!
May 20, 2015 at 10:25 am #109154Tom
Lead DeveloperLead DeveloperAwesome π
-
AuthorPosts
- You must be logged in to reply to this topic.