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