- This topic has 6 replies, 3 voices, and was last updated 7 years, 11 months ago by declankenny.
- AuthorPosts
- April 9, 2016 at 6:05 pm #220BabyJanaParticipant
Hi, there!
First of all – great theme! Thumbs up, guys.
And for the question – is there a way to customize the slider animation? And how to do it – with a css&js plugin or filezilla? Make it slower or something like that, because right now it flashes so fast and bright that it makes me feel like an epileptic. No offense. 🙂
Thank You so much in advance!!
April 10, 2016 at 2:15 pm #223HashKeymasterThank you.
To make slider move slower, you will have to change the code in js/square-custom.js
find the code
$('#sq-bx-slider').bxSlider({ 'pager':false, 'auto' : true, 'mode' : 'fade', 'pause' : 5000, 'prevText' : '<i class="fa fa-angle-left"></i>', 'nextText' : '<i class="fa fa-angle-right"></i>', 'adaptiveHeight' : true });
and increase the pause value.
April 12, 2016 at 11:24 am #232BabyJanaParticipantBeen browsing through ftp, haven’t found the square-custom.js file anywhere. Is there a possibility it is named somewhat else?
Thanks again. 🙂
April 13, 2016 at 4:37 pm #246HashKeymasterIts inside js folder
June 28, 2016 at 4:21 pm #535declankennyParticipantHi. I’m having the same issue as above. Want to slow down the animation, but cannot locate the JS file. What directory is it in? And is it the name you suggest, or is it possible it has been renamed? Thanks in advance.
June 28, 2016 at 8:42 pm #536HashKeymasterHi,
The file is not renamed. You will have to open the file using FTP. The root folder in you server will have wp-content folder. Inside the wp-content folder there is a theme folder and then square folder. Inside the square folder you will see a file structure as in above thread image.
June 29, 2016 at 1:51 pm #537declankennyParticipantGreat thanks. Found it now and made the change. Cheers.
- AuthorPosts
- You must be logged in to reply to this topic.