Forum Replies Created

Viewing 4 replies - 1 through 4 (of 4 total)
  • Thread Starter gobelmkt

    (@gobelmkt)

    Thread Starter gobelmkt

    (@gobelmkt)

    Problem solved. It’s in the header.php file.

    $(window).load(function() {
    $(‘.wp_bannerize’).nivoSlider({
    effect: ‘slideInRight’,
    slices: 1,
    animSpeed: 500,
    pauseTime: 3000,
    startSlide: 0,
    directionNav: true,
    directionNavHide: false,
    controlNav: false,
    controlNavThumbs: false,
    controlNavThumbsFromRel: false,
    controlNavThumbsSearch: ‘.jpg’,
    controlNavThumbsReplace: ‘_thumb.jpg’,
    keyboardNav: true,
    pauseOnHover: true,
    manualAdvance: false,
    captionOpacity: 0.8,
    prevText: ‘Prev’,
    nextText: ‘Next’,
    beforeChange: function(){},
    afterChange: function(){},
    slideshowEnd: function(){},
    lastSlide: function(){},
    afterLoad: function(){}
    });

    });

    the “pauseTime” line is what I was looking for.

    Thank you for you time.

    Forum: Plugins
    In reply to: Bannerize slide timing
    Thread Starter gobelmkt

    (@gobelmkt)

    Problem solved. It’s in the header.php file.

    $(window).load(function() {
    $(‘.wp_bannerize’).nivoSlider({
    effect: ‘slideInRight’,
    slices: 1,
    animSpeed: 500,
    pauseTime: 3000,
    startSlide: 0,
    directionNav: true,
    directionNavHide: false,
    controlNav: false,
    controlNavThumbs: false,
    controlNavThumbsFromRel: false,
    controlNavThumbsSearch: ‘.jpg’,
    controlNavThumbsReplace: ‘_thumb.jpg’,
    keyboardNav: true,
    pauseOnHover: true,
    manualAdvance: false,
    captionOpacity: 0.8,
    prevText: ‘Prev’,
    nextText: ‘Next’,
    beforeChange: function(){},
    afterChange: function(){},
    slideshowEnd: function(){},
    lastSlide: function(){},
    afterLoad: function(){}
    });

    });

    the “pauseTime” line is what I was looking for.

    Thread Starter gobelmkt

    (@gobelmkt)

    Sorry, it’s the plugin Bannerize

Viewing 4 replies - 1 through 4 (of 4 total)