Page 1 of 1

Scrollbars Modalbox

Posted: 16 Aug 2012, 20:57
by rogs
I created a template with artisteer. Now the problem was if I wanted to show a modalbox (phoca gallery, etc.) were always shown scrollbars.
the support of artisteer told me this is due to the component. The component use the wrong CSS (print.css) as template.css.
"The issue is related to the body min-width reference in the print.css file:
body:
{
...
min-width: 1200px;
}
For some reason this connects components as regular page css print.css.

As a workaround please remove min-width from the Artisteer print.css file.

The issue is related to the gallery functionality.
Not sure why the gallery template print.css connects to the page with the image."
...this is working

there is the possibility that in the programming of the components this is taken into account?

Greetings

Rogs

Re: Scrollbars Modalbox

Posted: 16 Aug 2012, 22:41
by Jan
Hi, Phoca Gallery does not connect to the print.css, maybe they are writing about the common feature of tmpl=component - as standard Joomla! method - modal box with iframe is displayed with tmpl=component.

But of course, not all tmpl=component are print features.

Jan