OrdaSoft forum
Welcome, Guest
Please Login or Register.    Lost Password?
OS Image gallery, hide / show next prev buttons (0 viewing) 

Joomla Gallery Support

Go to bottom Favoured: 0

OS Image gallery, hide / show next prev buttons

admin (Admin)
Admin
Posts: 8241
graph
User Offline Click here to see the profile of this user
OS Image gallery, hide / show next prev buttons 3 Years, 10 Months ago
Karma: 101  
Hi, is it possible to always set the arrows for scrolling back and forth as visible on the cell phone on the PC? At the moment it is the case that when you move the mouse away from the picture the arrows are hidden after a certain time and when you go back to the picture the arrows are displayed again.

You need in file,
{your site}/components/com_osgallery/assets/libraries/os_fancybox/jquer.os_fancyboxGall.js

find code
Code:

        hideControls : function () {

            this.isHiddenControls = true;


and replace to
Code:

        hideControls : function () {
            return ;

            this.isHiddenControls = true;



Please backup this file first

You will lost these changes if will do gallery update

Regards
OrdaSoft team
Logged Logged
The administrator has disabled public write access.
Go to top
»