Page 1 of 1

Responsive problems

Posted: 21 Jan 2014, 12:38
by regiosites
Working in:
In category view:
Phoca 3.2.6
Joomla! 2.5.16

Hello together
I need following changes when the layout is in responsive mode:
- Deactivate the overlib.
- replace the jaklightbox with other one.

By inspecting the code with firebug I can see that the onmouseover, and onclick are fixed in:
<div class="phocagallery-box-file-third">
<a
.... onmouseover="return overlib ...
.... onclick="gjaks.show(5) ........
</a>
</div>

How can I solve this problems ???

Thanks and best regards,

Alejandro

Re: Responsive problems

Posted: 23 Jan 2014, 19:05
by Jan
Hi, both:
- overlib
- jak

are not set as default, so just set your gallery to default (disble the overlib feature in Options and change the detail method to other than JAK)

Jan

Re: Responsive problems

Posted: 24 Jan 2014, 09:55
by regiosites
Hi Jan,
many thanks for your replay!

this means that I do not can use the jak for responsive layouts ?

Alejandro