New Landing How can we help? Themeforest Theme Support Dante client carousel in footer

Viewing 8 posts - 16 through 23 (of 23 total)
  • Posted in: Dante
  • #56455
    Kyle – SUPPORT
    Moderator
    Post count: 35880

    Hi

    You need to edit functions.js in the ‘js’ folder, and edit line 188:

    				carouselInstance.imagesLoaded(function () {
    					carouselInstance.carouFredSel({
    						items				: carouselColumns,
    						scroll : {
    							visible			: {
    												width: carousel.find("> li:first").width(),
    												min: 1,
    												max: carouselColumns
    											},
    							easing			: "easeOutQuart",
    							duration		: 1000,							
    							pauseOnHover	: true
    						},

    to

    				carouselInstance.imagesLoaded(function () {
    					carouselInstance.carouFredSel({
    						items				: carouselColumns,
    						scroll : {
    							visible			: {
    												width: carousel.find("> li:first").width(),
    												min: 1,
    												max: 1
    											},
    							easing			: "easeOutQuart",
    							duration		: 1000,							
    							pauseOnHover	: true
    						},

    – Kyle

    #57048
    sabsabai
    Member
    Post count: 51

    Hello, thanks for the code. I didn’t find the “js” folder in the editor though…

    #57049
    Mohammad – SUPPORT
    Moderator
    Post count: 27441

    Hi,
    Please find and edit file through FTP software or you may install WP-IDE plugin https://wordpress.org/plugins/wpide/ .
    Thanks 🙂
    With Best Regards
    Swift Ideas

    #62494
    sabsabai
    Member
    Post count: 51

    Hello again,
    I edited the functions.js file but it doesn’t change anything….

    #63028
    Kyle – SUPPORT
    Moderator
    Post count: 35880

    Ok let me double check with the developer

    – Kyle

    #63413
    Swift Ideas – Ed
    Keymaster
    Post count: 15264

    The minimum supported at the moment is 1/4 width, 1/6 isn’t possible. 1/6 width is a little bit small for standard usage!

    – Ed

    #64123
    sabsabai
    Member
    Post count: 51

    OK. I realized the problem was not the size, but the speed, too fast so impossible to see all the logos, but nevermind, I will remove it from footer.

    #64165
    Kyle – SUPPORT
    Moderator
    Post count: 35880

    Ok sorry about that

Viewing 8 posts - 16 through 23 (of 23 total)

You must be logged in and have valid license to reply to this topic.

License required for one of the following items
Login and Registration Log in · Register