Comments Brian started the conversationFebruary 18, 2018 at 8:14pmHi. How do I adjust the pace of the twitter feed? I can't find where that is set at.Thanks.Brian 1,974Support repliedFebruary 19, 2018 at 4:33pmHello BrianLook in /js/scripts.js for this codejQuery('.twitter-slider').bxSlider({ controls: true, pager: false, auto:true, mode:'fade', pause: 3000, });and change the pause parameterAnd then hard refresh the page (Ctrl+F5)Thank you. Clapat Support https://www.clapat.com/ Review Envato Item Support PolicyBrian repliedFebruary 20, 2018 at 8:59pmThanks. 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,974Support repliedFebruary 23, 2018 at 2:23pmYou 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 Sign in to reply ...
Hi. How do I adjust the pace of the twitter feed? I can't find where that is set at.Thanks.
Brian
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
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,
});
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