Hello Guys,
I added an easy slider to my index. There are 3 images that are supposed to be rotating, but they’re not. Only the first two show and then it stops. When it stops, I can’t click next or previous. It’s locks.
All 3 images are the same exact size: 1200 x 430 px.
Any ideas what’s causing it?
Thanks!
Hi,
Edit config-templatebuilder > aviashortcodes > slideshow.php, find this code on line 503:
$html .= "<a href='#prev' class='prev-slide' >".__('Previous','avia_framework' )."</a>";
$html .= "<a href='#next' class='next-slide' >".__('Next','avia_framework' )."</a>";
Replace it with:
$html .= "<a href='#' class='prev-slide' >".__('Previous','avia_framework' )."</a>";
$html .= "<a href='#' class='next-slide' >".__('Next','avia_framework' )."</a>";
Regards,
Ismael
Hey Mkieling!
Since this is only a quickfix: Would you mind sending us a link to your installation so I can take a look at the issue myself before you fix it? thanks a lot :)
Hi Mkieling,
I’ve tagged the topic for Kriesi to take a look at again. Depending on his schedule it may be a day or two before he is able to respond again.
Regards,
Devin