-
AuthorPosts
-
July 6, 2023 at 3:43 pm #1412617
Hello guys!
I would like to have the header bar that fall down after click the burger. (Instead of to come from the right. Right now.)
So all the button come from right.
Hope exaplained..Look at the site example.
ThanksJuly 7, 2023 at 3:46 am #1412649Hey Stilecatalini,
Thank you for the inquiry.
Adding the following css code should adjust the transition of the menu overlay, starting from the top to bottom.
.html_av-overlay-side .av-burger-overlay-scroll { -webkit-transform: translateY(-100%); transform: translateY(-100%); } .html_av-overlay-side.av-burger-overlay-active-delayed .av-burger-overlay-scroll { -webkit-transform: translateY(0); transform: translateY(0); }
Please toggle or temporarily disable the Enfold > Performance > File Compression settings in order to ensure that the changes take effect.
Best regards,
IsmaelJuly 7, 2023 at 10:32 pm #1412714Ok, it works but don’t like!
I would like this effect: after clicking the burger, the header bar fall down or stretch down and all the words (buttons) come from the right one by one.
Check my website example again.
Again, i would have a little shadow for the header bar; little.
Thanks.July 10, 2023 at 3:58 am #1412912Hi,
and all the words (buttons) come from the right one by one.
Unfortunately, achieving the customization you described would require a significant amount of time and modifications to the theme. Regrettably, this level of customization is not covered by our support. However, if it is crucial for you to have this functionality implemented, you have the option to hire a freelancer who can assist you with the customization. You can find freelancers who specialize in theme customization by visiting our customization page.
If you have any other questions or require further assistance, please feel free to let us know.
Best regards,
IsmaelJuly 10, 2023 at 2:21 pm #1412957So you don’t know which css to add to stretch the hide bar after clicking the burger?!
July 11, 2023 at 2:21 am #1413005Hi Stilecatalini,
The customization that you would like to have requires a significant amount of time to do the modifications as Ismael mentioned.
Please check the scope of our support: https://kriesi.at/support/register/#av_section_2Best regards,
NikkoJuly 12, 2023 at 12:19 pm #1413118Is it possible to have a little shadow under the transparent header bar?
Is it possible to have an overlay (all the words/buttons) little transparent instead of full black?July 12, 2023 at 3:01 pm #1413131Hi Stilecatalini,
Is it possible to have a little shadow under the transparent header bar?
Please add this CSS code:#header { box-shadow: 0 2px 4px rgba(0,0,0,0.2); }
Is it possible to have an overlay (all the words/buttons) little transparent instead of full black?
I think it’s possible, but the CSS code may depend on the current settings, the link you posted doesn’t seem to be using Enfold and we’d like to inspect it, to make sure the code is accurate.Best regards,
NikkoJuly 12, 2023 at 3:05 pm #1413134Check!
July 12, 2023 at 3:13 pm #1413139Hi Stilecatalini,
Thanks for the login credentials, is the link in private content the correct site? if not, please add the login page link as well.
Best regards,
NikkoJuly 12, 2023 at 7:17 pm #1413169No. This is my website.
July 13, 2023 at 5:50 am #1413178Hi Stilecatalini,
Thanks, I have checked it and the header overlay uses transparency, are you referring to the header? or is it other element like a Color Section? if it’s the color section then there’s an option for Overlay Opacity.
Best regards,
NikkoJuly 13, 2023 at 10:29 am #1413215Nono.
Click the burger.
The background is transparent too.
Please check my picture.
I want that the background of each single button (word) is little transparent and not full black.July 13, 2023 at 11:45 am #1413224About the shadow:
1. the shadow should disappear (like the header) when is all up.
2. the shadow doesn’t work on mobile (as always!!)CHECK
July 13, 2023 at 2:46 pm #1413233Ok. It works on mobile but the shadow should disappear (like the header bar) when the screen is all up. Check!
July 15, 2023 at 12:28 am #1413322Hi Stilecatalini,
Thanks for the screenshot, for the overlay, please add this CSS code in Quick CSS:
.html_av-overlay-side #top #wrap_all div .av-burger-overlay-scroll #av-burger-menu-ul a:hover { background-color: rgba(0,0,0,0.3); }
just adjust the opacity value 0.3 to increase or decrease transparency.
As for the shadow, I can’t seem to see the shadow when the header goes up and hidden, can you provide a screenshot on how it looks on your end?
Best regards,
NikkoJuly 17, 2023 at 12:23 pm #1413483Hello Nikko!
Can you make disappear the header bar shadow when the page is all up?July 19, 2023 at 9:13 am #1413674Hi Stilecatalini,
Please try adding this CSS code:
#header.av_header_transparency { box-shadow: none !important; }
Hope it helps.
Best regards,
NikkoJuly 19, 2023 at 11:15 am #1413696Ok. It works. Thanks. I would like to have the header bar that fall down after clicking the burger…..and the buttons come from right but you told me that is not possible……..damn.
July 20, 2023 at 1:54 am #1413778Hi Stilecatalini,
I think it’s possible but it’s beyond our scope as a support since it would take a lot of time for creating and testing it.
Best regards,
NikkoJuly 20, 2023 at 1:36 pm #1413832Could you try to do something?!
July 21, 2023 at 3:15 am #1413892Hi Stilecatalini,
We are trying to help you as much and I actually tried to make a solution of what you asked on my end but the level of complexity of what you are trying to achieve would take a lot of time for my skill level and also beyond the scope of our support.
Best regards,
NikkoJuly 21, 2023 at 11:17 am #1413932Also if you can easily..
Otherwise that’s fine.
Thanks.July 25, 2023 at 1:44 am #1414284Hi Stilecatalini,
I found a simpler solution which does not require much coding, please try to add this CSS code and see if it helps:
.html_av-overlay-side .av-burger-overlay-scroll { transform: translate(0, -100vh); } .html_av-overlay-side.av-burger-overlay-active-delayed .av-burger-overlay-scroll { transform: translate(0, 0); }
Best regards,
NikkoJuly 25, 2023 at 11:28 am #1414361No Nikko. Already tried that. I don’t like. I would the header bar fall down….
Review the private link of this website example..July 26, 2023 at 1:41 am #1414454Hi Stilecatalini,
I apologize I did not know that was already suggested but it’s the simplest form we can achieve that, I guess javascript is the only way we could achieve that type of animation and unfortunately, would take much time.
Best regards,
NikkoJuly 26, 2023 at 7:33 pm #1414559Thank you all the same.
July 27, 2023 at 3:59 am #1414601Hi Stilecatalini,
Thanks as well for using Enfold and for your patience.
Have a great day!Best regards,
Nikko -
AuthorPosts
- The topic ‘Header fall down’ is closed to new replies.