Forum Replies Created
-
AuthorPosts
-
Enabling follow up email notification …
July 19, 2017 at 6:39 pm in reply to: Enabling "Header Title and Breadcrumbs" on small screens #824105Enabling follow up email notification …
I already read the topic
and I am aware that I can use margins etc. but it looks like a dirty hack … is there a better way to do it?
I will try to implement the code from here
https://kriesi.at/support/topic/hide-logomenu-header-on-scroll-down/
I do not understand you guys, why you are so reluctant of helping me … ;/ when I was buying the theme the support was in the price.
The code pasted by me is working when the ‘Shrinking Header’ is ENABLED … it stops working when I disable it. I am using the same computer, system and browser so your answers are any of help … so my question is how the ‘Shrinking Header’ affects the behavior?
Thank you for your help.
MD
+ your code will remove the logo without any animation … and I would like to have the fade out of the logo then the user scrolls down and fade in when the user scrolls up to the top.
- This reply was modified 7 years, 4 months ago by midudek1.
Thank for the prompt reply!
Mike unfortunately your code does not work.
I have noticed that the code for ‘.header-scrolled’ stopped working when I have DISABLED the ‘Shrinking Header’ in the header behavior configuration.
Can you help me please?
MD
Dear Support,
I would like to fade out the logo from the header when the page is scrolled down. The CSS code below USED TO work, but after DISABLING Enfold -> Header -> Header behavior tab -> Shrinking Header the logo appears all the time..logo { overflow: visible; margin-left: -70px; } .logo a { overflow: visible; } .logo img { max-height: 200px !important; } /* logo fade in and out */ .header-scrolled .logo img { visibility: hidden; opacity: 0; transition: visibility 0s 0.5s, opacity 0.5s linear; }
When NOT scrolled it should look like in the link nr 1 … and when scrolled the logo should disappear … like in the link nr 2.
Thank you for your help,
MD- This reply was modified 7 years, 4 months ago by midudek1.
Actually I managed to find the solution on this forum … and it is possible … and the solution was posted by you … ;-)
https://kriesi.at/support/topic/how-to-make-logo-overlap-the-header/
Can you please help me with one more thing … instead of having the resizing logo animation I would like to have the fade in and fade out … how can I achieve this?
Thank you for your help,
MD -
AuthorPosts