Home › Forums › Theme support › Nico Theme Standart gallery mobile issue › Reply To: Nico Theme Standart gallery mobile issue
Please open the file custom.js.php in the folder “7league/script/” and remove the lines 183- 192, it this code:
jQuery(function()
{
jQuery("a[rel^='prettyPhoto'], a.prettyPhoto, .gallery a").tosrus(
{
caption : {add : true, attributes: ["title"] },
pagination : {add : true, type : "thumbnails" },
drag: true,
infinite : true,
});
});
As soon you remove the code the jQuery plugin is disabled