Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #393400

    Really hoped this issue would be addressed in 3.0.8 but immediately following the update to 3.0.8 when viewing in Chrome the color sections with background images on my homepage get all chopped up. Running latest version of WP as well. Why is this a recurring issue via Chrome only? All other browsers render it fine. Have completed all debugging scenarios, turning off plugins as well as disabling caches purging cdn, clearing browser caching as well. etc. http://gawebdev.com

    home screenshot

    • This topic was modified 9 years, 9 months ago by GaWebDev.
    #393942

    Hey Mark!

    Thank you for using Enfold.

    You have this css modification:

    #wrap_all {
    position: relative !important;
    }

    Please remove it.

    Regards,
    Ismael

    #393947

    Thank you sir! Much appreciated. Seems to have cleared it up Ismael. I think we put that in there to resolve mobile menu issue showing on right side of page or something. I assume that’s resolved in this latest update? Thanks again!

    • This reply was modified 9 years, 9 months ago by GaWebDev.
    #394291

    Hi!

    It will has not resolved yet but it will in upcoming update. You can try changing the code to following one

    @media only screen and (max-width: 990px) {
    #wrap_all {
    position: relative !important;
    }}

    Best regards,
    Yigit

    #394498

    Thanks Yigit. Will try that. Much appreciated.

Viewing 5 posts - 1 through 5 (of 5 total)
  • The topic ‘Full Section Background With Images Loading Issue In Chrome’ is closed to new replies.