Home Forums Square Slider animation

Viewing 7 posts - 1 through 7 (of 7 total)
  • Author
    Posts
  • #220
    BabyJana
    Participant

    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!!

    #223
    Hash
    Keymaster

    Thank 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.

    #232
    BabyJana
    Participant

    Been browsing through ftp, haven’t found the square-custom.js file anywhere. Is there a possibility it is named somewhat else?

    Thanks again. 🙂

    #246
    Hash
    Keymaster

    Its inside js folder

    #535
    declankenny
    Participant

    Hi. 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.

    #536
    Hash
    Keymaster

    Hi,

    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.

    #537
    declankenny
    Participant

    Great thanks. Found it now and made the change. Cheers.

Viewing 7 posts - 1 through 7 (of 7 total)
  • You must be logged in to reply to this topic.