Page 1 of 1

JAK Lightbox Problem

Posted: 18 May 2015, 13:24
by Maximus_D_M007
Hi,

I've installed Joomla 3.4.1.
Site: http://www.reichardt-haustechnik.de/ind ... 4-sanitaer

In Detail-View set JAK Lightbox. In the source code is the following code:
<style type="text/css">
img { max-width: none !important; }
</style>
How can I remove the code.

Thanks

Re: JAK Lightbox Problem

Posted: 20 May 2015, 13:47
by lucas3001
I can't get the question...

Re: JAK Lightbox Problem

Posted: 21 May 2015, 11:36
by Jan
Hi, go to:
administrator\components\com_phocagallery\libraries\phocagallery\render\renderdetailwindow.php

line cca 257 and comment the $document->addCustomTag ... line (it is here to not be in conflict with bootstrap templates)

Jan