Hi, i am using the horizontal slider but with no active image style (images stay the same when using the slider). But I want the images to slide when clicking the navigation once. No it isn’t doing anything the first four clicks, the images start scrolling after that. Can you help me? Thanks!
Hey raymondkramer,
I have checked it and I’m not sure what’s causing it not to move for the first four clicks. Please post us your login credentials (in the “private data” field), so we can take a look at your backend.
When your issue is fixed, you can always remove the plugin!
If you prefer to not use the plugin, you can manually create a admin user and post the login credentials in the “private data” field.
Best regards,
Nikko
Hi Nikko, I send you the credentials.
Hi,
Thank you for the update.
Please try to edit the js > shortcodes.js file, look for this code around line 3298.
if(currentIndex === false) currentIndex = -1;
Replace the currentIndex value with 0.
if(currentIndex === false) currentIndex = 0;
Best regards,
Ismael
Thanks, Ismael! That’s the solution. I had to change it to
if(currentIndex === false) currentIndex = 2;
Great!
Hi,
Glad that Ismael helped you :) Let us know if you need further assistance or if we can close this thread.
Best regards,
Nikko