The back button on the large slideshow in the template is not working. I have not modified the code in the template at all yet but the back button is not working. Please advise how I can fix this.
Thanks!
Best Regards,
Sean Helmes
[email protected]
Hi Sean,
Please edit js/script.js, navigate to line 151:
prev: "#md-slider-3-ctrl .slide-prev",
and change to:
prev: "#md-slider-3-ctrl .slide-pre",
Thank you.