shahpur
asked 10 years ago
1 Answers
Kido D
answered 10 years ago

Hi Shahpur,  
To resolve the issue, please open up the functions.php file in themes/dw-argo folder, find the following code(around line 314):

 $gid = rand(1,15);

and change it into this:

 $gid = rand();

Hope that helps!

shahpur
replied 10 years ago

Hi,

thanks for the quick answer.

i tried it but it didn’t change anything. tested on a chrome browser (android). Effect is still the same, swiping one image results in all other images in the post being paged too…

Kido D
replied 10 years ago

Hi Shahpur,

Please add a private answer and send me the admin account so that I can resolve it for you.

shahpur
replied 10 years ago

Thanks for your feedback. I found another solution now as i’m just going to replace the gallery tags with regular img tags.

Powered by DW Question & Answer Pro