Viewing 15 posts - 1 through 15 (of 15 total)
  • Author
    Posts
  • #1046992

    Hi There,

    I am trying to design my burger menu so it has an image behind. Here is what we want it to look like: https://imgur.com/a/ipChBX0

    I was trying this code I found, but the results didn’t work well (the image becomes the background of the page, not the flyout menu).

    .html_av-overlay-side-classic #top .av-burger-overlay {
    background-image: url(“https://laurenhardy.ca/wp-content/uploads/2018/12/deanna7.jpg”);
    opacity: 1 !important;
    }

    Log in details in private content.
    Any help would be appreciated, thanks!

    #1048595

    Hey Deanna,

    The burger flyout is this small. Do you want to add an image to it?

    Best regards,
    Victoria

    #1086295

    Any answer on how to do this as I need the same thing please?

    #1086298

    Hey Steve,

    Please add a link to the site/page in question so we can look into this issue further.

    Best regards,
    Jordan Shannon

    #1086300

    Jordan, I simply need to add a background image to the overlay menu on this site: link in private section

    • This reply was modified 5 years, 7 months ago by Steve.
    #1086726

    Hello???

    #1086792

    as the header the burger menu got an extra bg container: .av-burger-overlay-bg
    something like this:

    .av-burger-overlay-bg {
        background-color: #efefef;
        background-image: url("https://laurenhardy.ca/wp-content/uploads/2018/12/deanna7.jpg");
        background-repeat: no-repeat;
        background-size: cover;
        background-position: bottom center;
        alpha(opacity=30);
        opacity: 0.3;
    }

    the extra container is nice to have because you can do here opacity too!
    for better advice i have to see the site

    #1086800

    Hi,

    Thanks for sharing @guenni007, did you try that out @steve?

    Best regards,
    Rikard

    #1086844

    Thanks one and all, just tried adding that to the QUICK CSS area in admin, and not working unfortunately.

    #1087349

    Hi Steve,

    Please try this instead:

    #top #wrap_all .av-burger-overlay-scroll {
        background-color: transparent;
        background-image: url("https://laurenhardy.ca/wp-content/uploads/2018/12/deanna7.jpg");
        background-repeat: no-repeat;
        background-size: cover;
        background-position: bottom center;
    }

    Best regards,
    Rikard

    #1087353

    Thank you, but again, it does not work.

    I am just adding this into the QUICK CSS section, which should be all I need to do correct?

    • This reply was modified 5 years, 7 months ago by Steve.
    #1087396

    do you have on enfold options – performance – CSS file merging and compression : enabled ?
    Then you have to : Delete old CSS and JS files? at the bottom of that page. After that refresh even browser cache.

    so last chance to take the inner container: ( i do not see your site – so i’m gonna take a guess )

    .av-burger-overlay-inner {
        background: url(https://laurenhardy.ca/wp-content/uploads/2018/12/deanna7.jpg);
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center bottom;
        opacity: 0.3;
    }

    looks on my page like this:

    But in case of a more complex wallpaper I would recommend you to use the option “Fullpage Overlay Menu”

    #1087411

    THANK YOU! Yes it was enabled, as it is by default because I have not changed it previously. It now works, thank you very much for your patience and persistence, greatly appreciated..

    • This reply was modified 5 years, 7 months ago by Steve.
    #1087615

    Hey Steve,

    I’m glad this was resolved. If you need additional help, please let us know here in the forums.

    Best regards,
    Jordan Shannon

    #1087616

    Cheers, thank you.

Viewing 15 posts - 1 through 15 (of 15 total)
  • You must be logged in to reply to this topic.