Viewing 9 posts - 1 through 9 (of 9 total)
  • Author
    Posts
  • pavit Moderator
    #575526

    Hi

    Goto this file templatesja_charityacmslideshowjsscript.js and set autoplay to true

    (function($){
    jQuery(document).ready(function($) {
    $(".owl-carousel").owlCarousel({
    slideSpeed : 300,
    paginationSpeed : 400,
    singleItem:true,
    pagination:true,
    navigation : true,
    autoPlay: false,
    });
    });
    })(jQuery);

    pavit Moderator
    #641856

    Hi

    Goto this file templatesja_charityacmslideshowjsscript.js and set autoplay to true

    (function($){
    jQuery(document).ready(function($) {
    $(".owl-carousel").owlCarousel({
    slideSpeed : 300,
    paginationSpeed : 400,
    singleItem:true,
    pagination:true,
    navigation : true,
    autoPlay: false,
    });
    });
    })(jQuery);

    pavit Moderator
    #740518

    Hi

    Goto this file templatesja_charityacmslideshowjsscript.js and set autoplay to true

    (function($){
    jQuery(document).ready(function($) {
    $(".owl-carousel").owlCarousel({
    slideSpeed : 300,
    paginationSpeed : 400,
    singleItem:true,
    pagination:true,
    navigation : true,
    autoPlay: false,
    });
    });
    })(jQuery);

    kmkmedia Friend
    #575527

    Awesome thank you!

    kmkmedia Friend
    #641857

    Awesome thank you!

    kmkmedia Friend
    #740519

    Awesome thank you!

    palos Friend
    #879915

    Thank you pavit!

    But how to get back the font-awesome(?) arrows? Now the navigation buttons changed from "( )" to "PREV NEXT". :/ palos

    Hey! the forum motor cleaned my "Greater/Less then Signs" so I changed them to "()"

    pavit Moderator
    #880083

    Hi @palosutca

    Since this topic has as title a different argument from your problem could you open a new topic and provide in it a temp super user account to your backend with a link to it ?

    palos Friend
    #880667

    Hi pavit,

    I just solved it by putting this line into the script.js

    navigationText : ["<i class='fa fa-angle-left'></i>", "<i class='fa fa-angle-right'></i>"],
    

    Hope it helps!
    palos

Viewing 9 posts - 1 through 9 (of 9 total)

This topic contains 9 replies, has 3 voices, and was last updated by  palos 8 years, 2 months ago.

The topic ‘Make slideshow start automatically’ is closed to new replies.