Forum Replies Created
-
AuthorPosts
-
January 28, 2015 at 5:28 pm in reply to: Main Content Background color is gone – all transparent- Need urgent helt! #387164
Yeah. Works!
Thanks Kriesi.January 28, 2015 at 4:31 pm in reply to: Main Content Background color is gone – all transparent- Need urgent helt! #387087Found a quick fix….
At least it worked for the site http://www.zahnarztpraxis-fleetplatz.de/I just added the following code to the child style.css:
.container_wrap {
position: relative;
}Hope this helps til the theme gets fixed by kriesi.
But still i do have the problem, that the background images “jump up and down” when viewing the site wit IE.greetings
HannesJanuary 28, 2015 at 4:19 pm in reply to: Main Content Background color is gone – all transparent- Need urgent helt! #387067Hello asudoit,
i just saw that your background color on your site http://asudoit.com/ is back to normal…
How did you solve this problem, cause i am having the same here?Kidn regards and thanks for your answer in advance.
HannesJanuary 28, 2015 at 4:16 pm in reply to: Main Content Background color is gone – all transparent- Need urgent helt! #387065This reply has been marked as private.This reply has been marked as private.Hi there,
maybe i am doing something wrong…
just uploaded the 1.9 version, but the easy-slider still doesn´t work like it should.
Displaying portfolio items it only displays the first image, then stops.
Any suggestions?
Thanks
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
-
AuthorPosts