Tagged: post slider
HelloFantastic theme well in use. But the problem has occurred.
Post Slider left and right navigation button is not working properly.
Please help me.
Test Page = http://macsamoon.com/test-page/
Thank you.
Hi,
Please edit config-templatebuilder > aviashortcodes > postslider.php, find this code:
$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
Answer Thank you.
However, as the above solution does not fix.
Please help me.
Hey!
I marked this thread for Kriesi. I couldn’t find a js error/bug and I’m not sure why the slider doesn’t work properly in your case.
Regards,
Peter