[Solved] Problem with Simplex Teaser in Chrome

For questions and problems with the CMS core. This board is NOT for any 3rd party modules, addons, PHP scripts or anything NOT distributed with the CMS made simple package itself.
Post Reply
Vdub

[Solved] Problem with Simplex Teaser in Chrome

Post 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.
Last edited by Vdub on Wed Apr 17, 2013 10:24 pm, edited 1 time in total.
User avatar
Dr.CSS
Moderator
Moderator
Posts: 12711
Joined: Thu Mar 09, 2006 5:32 am

Re: Problem with Simplex Teaser in Chrome

Post by Dr.CSS »

It may help if you give a link to problem page/site...
User avatar
Dr.CSS
Moderator
Moderator
Posts: 12711
Joined: Thu Mar 09, 2006 5:32 am

Re: Problem with Simplex Teaser in Chrome

Post by Dr.CSS »

Maker sure you have valid HTML, div is not allowed in span...
Vdub

Re: Problem with Simplex Teaser in Chrome

Post by Vdub »

I did not edit the template
pierrepercee
Forum Members
Forum Members
Posts: 164
Joined: Thu Jan 10, 2013 8:02 am

Re: Problem with Simplex Teaser in Chrome

Post 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...)
Vdub

Re: Problem with Simplex Teaser in Chrome

Post by Vdub »

YESSSSS thats the solution, thx!!!!!!

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

Return to “CMSMS Core”