• Resolved filipoi

    (@filipoi)


    I would like to make slides in the main slider to be slower. By default slider ‘moves’ too fast for me. Where can I change it?

    /sorry for my english

Viewing 10 replies - 1 through 10 (of 10 total)
  • CPC Mike

    (@homergz)

    In lofslider.js look for this line:

    interval	  : 5000,
    Thread Starter filipoi

    (@filipoi)

    thanks
    I’ve changed it to 15000 and nothing happened.
    should I change something more?

    CPC Mike

    (@homergz)

    My apologies. Change this line instead in custom.js:

    jQuery('#slider').lofJSidernews( {  interval : 4000,
    Thread Starter filipoi

    (@filipoi)

    now it works, thank you!

    can you tell me where abouts within editor i will find – custom.js to be able to make this slider speed change ?

    It is in the theme folder. Keep in mind that you will lose any changes if the theme is updated.

    Which part of the following do i alter INTERVAL or DURATION? :

    /*= slider settings
    ————————*/
    var buttons = { previous:jQuery(‘#slider .button-previous’),
    next:jQuery(‘#slider .button-next’) };
    jQuery(‘#slider’).lofJSidernews( { interval : 4000,
    easing : ‘easeInOutExpo’,
    duration : 2400,
    auto : true,
    maxItemDisplay : 4,
    navPosition : ‘horizontal’,
    navigatorHeight : 32,
    navigatorWidth : 80,
    mainWidth : 630,
    buttons : buttons
    } );

    ok i read back on previous and changed INTERVAL to 20000 and its worked, many thanks for your advice.

    And want to say the theme is fantastic Thank You =D

    can You help me?

    I can’t find this custom.js.

    When I open my themes editor and look into theme-options.php there is no custom.js.
    Is it wrong place I’m looking in?

    Mcruta,
    custom.js is in folder \wp-content\themes\max-magazine\js\
    You can not get to this file via the WordPress Dashboard. You will have to get to the file via your web host file manager or your FTP program.

Viewing 10 replies - 1 through 10 (of 10 total)
  • The topic ‘How to change duration of slides?’ is closed to new replies.