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

    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!

    #131142

    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

    #131143

    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 :)

    #131144

    Hi, sure.

    This is the website: http://www.step1.com.br

    Is this what you needed?

    Thanks!

    #131145

    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

Viewing 5 posts - 1 through 5 (of 5 total)
  • The topic ‘Easy slider not working properly’ is closed to new replies.