Viewing 10 posts - 1 through 10 (of 10 total)
  • Author
    Posts
  • #390406

    Hey there,

    I’ve read a number of threads from people who hadn’t upgraded their Enfold about how full section backgrounds were broken in Chrome. My site still has this bug, it seems.

    (links below)

    The last section of all of these pages has a malfunctioning background. Using the latest version of WP and Enfold.

    The changelog says that layout.css and grid.css were changed to fix this – what was that particular fix? Maybe some of our extensive custom CSS rules are conflicting?

    #390438

    Hi
    seems I have same problem in my website here is the link: http://www.vancosys.com

    #391038

    Hello? Can I get some support on this issue?

    #391228

    Hi!

    Do you mind creating a temporary admin login and posting it here privately?

    Regards,
    Yigit

    #391728
    This reply has been marked as private.
    #392076

    Hi!

    Can you please try de-activating all active plugins and check if that helps? Please do not forget to flush cache as well

    Regards,
    Yigit

    #392291

    Cleared cache, both on the website and in my browser.

    Disabled every single active plugin.

    Viewed in normal and incognito mode.

    Same problem. Not resolved this way.

    Other ideas? Again, curious what the specific changes were in layout.css and grid.css that were made, in case my custom CSS rules are conflicting and causing the issue.

    #392351

    Hi Jan,

    is that your problem same as mine ? did you check my website ? can I have your website address.

    #392929

    Hey!

    Add this on Quick CSS to fix the background:

    @media only screen and (min-width: 768px) {
    #wrap_all {
    position: static;
    } }

    Cheers!
    Ismael

    #393360

    That did the trick. Thanks, Ismael!

Viewing 10 posts - 1 through 10 (of 10 total)
  • The topic ‘Full section backgrounds still broken in 3.0.8’ is closed to new replies.