Viewing 30 posts - 1 through 30 (of 33 total)
  • Author
    Posts
  • #1407005

    Hello guys! I’m trying to obtain my submenu (after click my burger) with some effect like opacity. Now is total black (not transparent).
    Again, I would like to add some effect to do appear my button list….
    Please see my site and my example site..

    #1407082

    Hey Stilecatalini,

    Thank you for the inquiry.

    Adding the following css code should apply transparency to the mobile menu container.

    #top #wrap_all .av-burger-overlay-scroll {
        background-color: #000000c7;
    }
    

    Please make sure to toggle or temporarily disable the Enfold > Performance > File Compression settings afterwards.

    Best regards,
    Ismael

    #1407132

    Don’t work. I want some transparence in the box that appear after click the burger. Understand. I don’t know the exact name; toggle? Submenu? Please look at my site examples….

    #1407328

    Hi,
    To add some transparency to your burger menu try this CSS in your Enfold Theme Options ▸ General Styling ▸ Quick CSS field:

    #top #wrap_all .av-burger-overlay-scroll {
        background-color: rgb(28 28 28 / 60%);
    }

    After applying the css, please clear your browser cache and check.
    Please see the screenshot in the Private Content area of the expected results.

    Best regards,
    Mike

    #1407346

    No. Doesn’t work; no on desktop, no on mobile.

    #1407354

    Please try to entry in my wordpress… (remember that it should works both on desktop and mobile version).

    #1407371

    Hi,
    Thanks for the feedback, but the password to your site doesn’t work, please check.
    Is the transparency in the burger menu in the screenshot that I posted the way you would like it?

    Best regards,
    Mike

    #1407374

    Sorry. I got the password wrong. Please try now..

    #1407377

    The transparency is ok but i would some blurry and some effect:
    -after click, the menu drop down from above, as if the already existing bar collapsed down. The menu items that come from right to left, from the first to the last.
    Please check this website example.
    Again, please check also the header (MOBILE VERSION), the blurry effect is visible also when you open the website: not correct. It should be appear after scrolling down. Please check the desktop version were it works well.

    #1407507

    Hi Stilecatalini,

    Thanks for giving us admin access.
    I have added this CSS code in Enfold Theme Options > General Styling > Quick CSS:

    #top #wrap_all #header_main .av-burger-overlay-scroll {
        -webkit-backdrop-filter: blur(20px) saturate(1.8);
        backdrop-filter: blur(20px) saturate(1.8);
        background: rgba(0,0,0,0.15);
    }

    Please review your site.

    Best regards,
    Nikko

    #1407615

    Hello Nikki! Well! Now I would obtain the blurry effect of the header only after scrolling down; like the transparency. If you look at the header now, it is blurry also when you open the website, so when the page is all up.

    #1407619

    Hi Stilecatalini,

    I’m not sure I understand what you’re trying to achieve, can you give us more context? or maybe provide us with some screenshots, just upload it in savvyify, imgur, dropbox or googledrive and post the link here (or in private content).

    Best regards,
    Nikko

    #1407622

    Ok. I’m trying to explain better.
    Open the website.
    Look at the header. It’s fully transparent. Ok?
    Now look at the blurry effect; it’s already visible.
    Ok. I want that it’s hide. I mean, like the transparency, it start to be visible after scrolling down. Like the transparency.

    #1407624

    Hi Stilecatalini,

    I see, please try to add this CSS code as well:

    #top #wrap_all .av_header_transparency #header_main .av-burger-overlay-scroll {
        -webkit-backdrop-filter: none;
        backdrop-filter: none;
        background: #1c1c1c;
    }

    Best regards,
    Nikko

    #1407631

    Just tried but didn’t work.
    Please try you..

    #1407661

    There is another error. Try to click the burger when the page is all up: the submenu is black and not transparent.

    #1407670

    Sorry. It’s ok! Now miss only about blurry effect when the page is up. Please try you,, Thanks

    #1407684

    Hi Stilecatalini,

    When you said “when the page is up”, do you mean the overlay is shown when the burger menu is clicked?

    Best regards,
    Nikko

    #1407718

    No. Just opened the website you should see nothing, only the logo and the burger. So not blur.

    #1407721

    I’m talking about the only mobile version!
    On the desktop it’s ok!

    #1407728

    Hi Stilecatalini,

    This is what I see on mobile (screenshot link in private content).

    Best regards,
    Nikko

    #1407732

    I don’t know how can i send you an image here. Anyway form me is not like you. I see the header blur.

    #1407734

    Hi Stilecatalini,

    You can upload it in savvyifyimgur, dropbox or googledrive and post the link here (or in private content).
    Best regards,
    Nikko

    #1407736

    Look!

    #1407793

    Hi Stilecatalini,

    Thanks, that blur is caused by these codes:

    #top #header .header_bg {
        background-color: rgba(20, 21, 23, 0.3);
        backdrop-filter: blur(15px);
    }

    and this code inside @media only screen and (max-width: 767px):

    #header.header_color > .header_bg {
        background-color: rgba(20, 21, 23, 0.3);
        backdrop-filter: blur(15px);
        -webkit-backdrop-filter: blur(15px);
    }

    Best regards,
    Nikko

    #1407806

    Did you solve it now? In my phone doesn’t work.

    #1407807

    Are the others moderators disappeared?!
    I should solve other problems! The question about edit my theme to obtain the popup light box and the curtain eff te of the footer. I’m not joking..

    #1407810

    So how can I solve?! Those codes was to blur on mobile. Tell me..

    #1407813

    Hi Stilecatalini,

    Please remove this code inside @media only screen and (max-width: 767px):

    #header.header_color > .header_bg {
        background-color: rgba(20, 21, 23, 0.3);
        backdrop-filter: blur(15px);
        -webkit-backdrop-filter: blur(15px);
    }

    Then replace this code:

    #top #header .header_bg {
    background-color: rgba(20, 21, 23, 0.3);
    backdrop-filter: blur(15px);
    }

    with:

    @media only screen and (min-width:1080px) {
      #top #header .header_bg {
        background-color: rgba(20, 21, 23, 0.3);
        backdrop-filter: blur(15px);
      }
    }

    Best regards,
    Nikko

    • This reply was modified 1 year, 5 months ago by Nikko.
    #1407816

    Ok! Please help me also to fix the others..

Viewing 30 posts - 1 through 30 (of 33 total)
  • The topic ‘Toggle burger menu (sub) opacity’ is closed to new replies.