Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #26058

    When i have a color section with a fixed background and above the layer slider with a video in it.

    Then the color section with fixed background is not visable in Google Chrome browser.

    In Safari it works. but not on google chrome browser.

    check the page: http://viro.astheysay.nl/over-viro/

    Do you have a fix for this?

    #129150

    Hi,

    I tested this on Google Chrome and it works on my end. Do you have Enfold 1.7? Please upgrade the theme.

    Regards,

    Ismael

    #129151

    Hello there, i have kind of the same Problem using the latest Chrome Version.

    Enfold is upgraded to 1.71.

    IE, Firefox etc work.

    The fixed-background-images are visible in chrome above a screenwidth of 1024, but when i resize below 1024 pixels, the background-images won´t show.

    Hope you can help us,

    Regards,

    Hannes

    UPDATE: Using the Crome Web Developer tools i noticed, that nearly everything is fine, when you remove the “position:relative” for the container_wrap class in the grid.css file (starting at line 25 i think). But then the Logo disappears in the header…

    I changed:

    .container_wrap {

    clear: both;

    position: relative;

    z-index: 1;

    border-top-style: solid;

    border-top-width: 1px;

    }

    to

    .container_wrap {

    clear: both;

    z-index: 1;

    border-top-style: solid;

    border-top-width: 1px;

    }

    And to get the Logo back where it belongs i added the following below:

    #header_main.container_wrap {

    position:relative;

    }

    Will do some more testing, but at a quick glance everything seems to work.

    I am not sure, whether this is the right way to do it, but i seems like it works for my site…

    Hope i could help a little.

    Hannes

    #129152

    Hi Hannes,

    I tried duplicating the issue but have no problems with the fixed background and chrome in any browser size. Even when readjusting or trying to use screen emulators to force the display at other specific resolutions.

    Regards,

    Devin

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘color section with fixed background problem’ is closed to new replies.