Page 1 of 1

[Solved] Problem with Simplex Teaser in Chrome

Posted: Tue Apr 02, 2013 7:33 pm
by Vdub
I have a problem with the Simplex template and the Teaser-output in Chrome. When you first load the page the teaser is displayed half, if i click a link on the site then the next time is displayes well. Until that its displaying half of a teaser.

Re: Problem with Simplex Teaser in Chrome

Posted: Sun Apr 14, 2013 8:05 pm
by Dr.CSS
It may help if you give a link to problem page/site...

Re: Problem with Simplex Teaser in Chrome

Posted: Sun Apr 14, 2013 11:58 pm
by Vdub

Re: Problem with Simplex Teaser in Chrome

Posted: Tue Apr 16, 2013 9:45 pm
by Dr.CSS
Maker sure you have valid HTML, div is not allowed in span...

Re: Problem with Simplex Teaser in Chrome

Posted: Wed Apr 17, 2013 6:55 am
by Vdub
I did not edit the template

Re: Problem with Simplex Teaser in Chrome

Posted: Wed Apr 17, 2013 4:51 pm
by pierrepercee
Same thing with Firefox. In css Core: Layout you find:

Code: Select all

.banner-image div {
    position: absolute;
    z-index: 0;
    width: 100%;
    min-height: 100px;
    overflow: hidden;
    display: block;
    top: 0;
    left: 0
I think the image crop on the 100 px from min-height. If you increase this value responsive features for Simplex are not working correctly !
I think height of the div must be the same as height of the image (perhaps some Javascrit function onLoad...)

Re: Problem with Simplex Teaser in Chrome

Posted: Wed Apr 17, 2013 10:24 pm
by Vdub
YESSSSS thats the solution, thx!!!!!!

Its not in the simplex:core stylesheet but in the simplex:layout stylesheet