Okay
  Public Ticket #1473329
Twitter Feed
Closed

Comments

  • Brian started the conversation

    Hi. How do I adjust the pace of the twitter feed? I can't find where that is set at.Thanks.


    Brian

  •  1,778
    Support replied

    Hello Brian

    Look in /js/scripts.js for this code

    jQuery('.twitter-slider').bxSlider({
    controls: true, 
    pager: false,
    auto:true,
    mode:'fade',
    pause: 3000,
    });

    and change the pause parameter

    And then hard refresh the page (Ctrl+F5)


    Thank you.

    Clapat Support

    https://www.clapat.com/

    Review Envato Item Support Policy

  • Brian replied

    Thanks. I created a copy of the js folder and the scripts file and placed it in my child theme with 5000 instead of 3000, but that did nothing. This is what I have:

    jQuery('.twitter-slider').bxSlider({
    controls: true, 
    pager: false,
    auto:true,
    mode:'fade',
    pause: 5000,
    });


  •  1,778
    Support replied

    You need to enqueue the child scripts file instead of the parent. I will modify your child theme.

    Thank you.

    Clapat Support

    https://www.clapat.com/

    Review Envato Item Support Policy