- This topic has 13 replies, 2 voices, and was last updated 6 years, 6 months ago by
Tom.
-
AuthorPosts
-
May 21, 2016 at 8:25 pm #195788
Markus
Hello.
I use GeneratePress with the Mantle Child Theme, because I liked the transparent sticky main menu below the header.
Then I installed GP Premium and adjusted some values.
I have no idea why – but the transparency of the menu is gone.
Any idea how to fix this?Thank you very much.
May 21, 2016 at 8:27 pm #195789Markus
Maybe it is helpful to check the site at https://insoguide.de
May 21, 2016 at 11:56 pm #195823Tom
Lead DeveloperLead DeveloperHi there,
Give this CSS a try:
.navigation-stick { opacity: 0.8; }
Adding CSS: https://generatepress.com/knowledgebase/adding-css/
Documentation: http://docs.generatepress.com/
Adding CSS: http://docs.generatepress.com/article/adding-css/
Ongoing Development: https://generatepress.com/ongoing-developmentMay 25, 2016 at 2:34 pm #196739Markus
Tom,
thank you, this works fine.
May I be curious? Bug or Feature? Did I break the Mantle theme with some settings?
Have a nice day.
Markus
May 25, 2016 at 2:55 pm #196740Markus
Tom,
sorry to bother you again: is there language pack for “German (formal)” available?
Markus
May 26, 2016 at 12:20 am #196852Tom
Lead DeveloperLead DeveloperNo bug – Menu Plus doesn’t have the transparency feature, but I may add it soon.
That language isn’t complete, but you can contribute to it if you like?: https://translate.wordpress.org/locale/de/formal/wp-themes/generatepress
Documentation: http://docs.generatepress.com/
Adding CSS: http://docs.generatepress.com/article/adding-css/
Ongoing Development: https://generatepress.com/ongoing-developmentSeptember 15, 2016 at 4:35 pm #226774Markus
Hi Tom.
I was wondering how to add opacity to a mobile header as well.
My guess was.mobile-header-navigation.is_stuck { opacity: 0.8; }
Do you have a better idea?
September 15, 2016 at 10:56 pm #226814Tom
Lead DeveloperLead DeveloperThat should work, then you can set it back to 1 when you hover:
.mobile-header-navigation.is_stuck:hover { opacity: 1; }
Documentation: http://docs.generatepress.com/
Adding CSS: http://docs.generatepress.com/article/adding-css/
Ongoing Development: https://generatepress.com/ongoing-developmentSeptember 16, 2016 at 1:59 am #226870Markus
Tom.
Thank you for the fast answer, but sorry.
This one does not do it:
.mobile-header-navigation.is_stuck { opacity: 0.8; }
But I cannot find out why.
Any idea, please?September 16, 2016 at 9:07 am #226995Tom
Lead DeveloperLead DeveloperCan you link me to your site with that CSS added?
Documentation: http://docs.generatepress.com/
Adding CSS: http://docs.generatepress.com/article/adding-css/
Ongoing Development: https://generatepress.com/ongoing-developmentSeptember 19, 2016 at 3:19 am #227628Markus
Yes, sure.
here we go: http://forderungsaufstellung-367.deSeptember 19, 2016 at 9:11 am #227726Tom
Lead DeveloperLead DeveloperAh I see, try making it more specific:
#mobile-header.mobile-header-navigation.is_stuck { opacity: 0.8; }
Documentation: http://docs.generatepress.com/
Adding CSS: http://docs.generatepress.com/article/adding-css/
Ongoing Development: https://generatepress.com/ongoing-developmentSeptember 19, 2016 at 1:33 pm #227819Markus
Yeah. That’s it.
Thank you again.
Also for the hint to make it solid on hoover.
Makes sense.September 19, 2016 at 11:06 pm #227856Tom
Lead DeveloperLead DeveloperNo problem! Glad I could help 🙂
Documentation: http://docs.generatepress.com/
Adding CSS: http://docs.generatepress.com/article/adding-css/
Ongoing Development: https://generatepress.com/ongoing-development -
AuthorPosts
- You must be logged in to reply to this topic.