Tagged: 

Viewing 12 posts - 1 through 12 (of 12 total)
  • Author
    Posts
  • #952974

    Hello. Please see image for details. This is occurring once you hit the 812px breakpoint.

    Admin credentials provided in private area.

    Thanks!

    #953891

    Hey WP Turned,

    Credentials did not work for me. Could you please update the credentials?

    Best regards,
    Victoria

    #953927

    Please try now, thank you.

    #954622

    Hi,

    Is this the same issue as the following thread?

    // https://kriesi.at/support/topic/header-consistency/#post-954621

    Best regards,
    Ismael

    #954678

    The same? No. Using your code from the other post still produces the padding. Feel free to merge the threads if you think that makes sense.

    #955549

    Hi WP Turned Up,

    Here is the code you can put in Enfold > General Styling > Quick Css,  if it does not work, put into themes/enfold/css/custom.css

    
    @media only screen and (min-width: 768px) and (max-width: 990px) {
      .html_header_transparency #top .avia-builder-el-0 .container {
        padding-top: 0;
      }
    }
    

    If you need further assistance please let us know.

    Best regards,
    Victoria

    #955764

    Closer. The next hurdle is now on pages where the header is not transparent, the burger menu and shopping cart gets lots, because of the CSS needed to make those items White on pages with transparent headers.

    Every time I do a site, I go through this dance. Hopefully, something is in the works (I was told to feature request this a year ago), to make this easier.

    Page example in private area. Please check it out with a media query of 736px and you’ll see the issue.

    #957363

    Hi,

    Did you add this code yourself?

    .av-burger-menu-main.menu-item-avia-special .av-hamburger-inner, .av-burger-menu-main.menu-item-avia-special .av-hamburger-inner::before, .av-burger-menu-main.menu-item-avia-special .av-hamburger-inner::after {
        color: #fff!important;
        background-color: #fff!important;
    }

    It’s in the style.css file. It sets the mobile menu color to #fff or white.

    Best regards,
    Ismael

    #958224

    Yes. If I take that out, on 736px and below media queries, the burger menu turns Black. As I’ve mentioned, there is a crazy dance that needs to occur every time I launch a site that has transparent headers. So much so, that a Featured Request was submitted as recommended by Enfold.

    I submitted a Feature Request over a year ago. That said, this is more of a bug that should NOT require a feature request.

    When transparent headers are used, the value defined in Enfold > Transparency options should be honored. That’s not happening.

    #959222

    Hi,

    Just reported it on our GitHub, exactly like that :)

    Best regards,
    Basilis

    #960513

    Thanks. About to launch another site and getting hit with this…again. The issue is also present in 4.3.2.

    #960607

    Hi,

    This issue is reported to our devs and a patch will be released in a future update.
    Please do let us know if you require any additional help with this issue or we can close this?

    Best regards,
    Vinay

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