Viewing 28 posts - 1 through 28 (of 28 total)
  • Author
    Posts
  • #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.
    Thanks

    #1412649

    Hey 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,
    Ismael

    #1412714

    Ok, 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.

    #1412912

    Hi,

    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,
    Ismael

    #1412957

    So you don’t know which css to add to stretch the hide bar after clicking the burger?!

    #1413005

    Hi 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_2

    Best regards,
    Nikko

    #1413118

    Is 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?

    #1413131

    Hi 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,
    Nikko

    #1413134

    Check!

    #1413139

    Hi 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,
    Nikko

    #1413169

    No. This is my website.

    #1413178

    Hi 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,
    Nikko

    #1413215

    Nono.
    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.

    #1413224

    About 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

    #1413233

    Ok. It works on mobile but the shadow should disappear (like the header bar) when the screen is all up. Check!

    #1413322

    Hi 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,
    Nikko

    #1413483

    Hello Nikko!
    Can you make disappear the header bar shadow when the page is all up?

    #1413674

    Hi Stilecatalini,

    Please try adding this CSS code:

    #header.av_header_transparency {
        box-shadow: none !important;
    }

    Hope it helps.

    Best regards,
    Nikko

    #1413696

    Ok. 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.

    #1413778

    Hi 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,
    Nikko

    #1413832

    Could you try to do something?!

    #1413892

    Hi 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,
    Nikko

    #1413932

    Also if you can easily..
    Otherwise that’s fine.
    Thanks.

    #1414284

    Hi 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,
    Nikko

    #1414361

    No Nikko. Already tried that. I don’t like. I would the header bar fall down….
    Review the private link of this website example..

    #1414454

    Hi 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,
    Nikko

    #1414559

    Thank you all the same.

    #1414601

    Hi Stilecatalini,

    Thanks as well for using Enfold and for your patience.
    Have a great day!

    Best regards,
    Nikko

Viewing 28 posts - 1 through 28 (of 28 total)
  • The topic ‘Header fall down’ is closed to new replies.