Tagged: 

Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #26877

    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.

    #131927

    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

    #131928

    Answer Thank you.

    However, as the above solution does not fix.

    Please help me.

    #131929

    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

    #131930

    Hey!

    Hey! I am releasing a new version of the theme today, please update once its out and if the error persists (which should not be the case) please open another thread :)

    Best regards,

    Kriesi

Viewing 5 posts - 1 through 5 (of 5 total)
  • The topic ‘Post Slider does not work properly.’ is closed to new replies.