Your Time:
Our Time:
← Back to discussions

How to adjust slidespeed

Need help with a different issue? Search the forums or open a new ticket.
Open a support ticket

This topic has 4 replies, 3 voices, and was last updated 10 years, 10 months ago by Fem.

  • 2014-04-11 at 5:49 pm
    Support Expired
    #3802
    mikedhanpat
    Participant
    • Topics: 1
    • Replies: 1
    • Total posts: 2
    • Post count: 1

    Dear MAQK,

    In one page (not the homepage) i want to insert a slider, in this case the ei-slider.
    Everything works except the slides change very fast and so do the animations.
    I opened the ei-slider.php file and adjusted to the following values:

    $eis_slidelimit = get_option(‘atp_eislidelimit’) ? get_option(‘atp_eislidelimit’) : ‘6’;
    $eis_titleanimation = get_option(‘atp_titleanimation’) ? get_option(‘atp_titleanimation’) : ‘easeOutExpo’;
    $eis_titlespeed = get_option(‘atp_titlespeed’) ? get_option(‘atp_titlespeed’) : ‘2000’;
    $eis_slideanimation = get_option(‘atp_slideanimation’) ? get_option(‘atp_slideanimation’) : ‘easeOutExpo’;
    $eis_slidedspeed = get_option(‘atp_speed’) ? get_option(‘atp_speed’) : ‘10000’;
    $eis_autoplay = get_option(‘atp_autoplay’) ? get_option(‘atp_autoplay’) : ‘false’;
    $eis_slideinterval = get_option(‘atp_interval’) ? get_option(‘atp_interval’) :’10000′;

    after that nothing has changed and it still changes slides instantly almost.
    Then i added “” marks to the following:
    animation : “center”,
    easing : “‘.$eis_slideanimation.'”,
    titleeasing : “‘.$eis_titleanimation.'”,
    titlespeed : ‘.$eis_titlespeed.’,
    speed : ‘.$eis_slidedspeed.’ ,
    slideshow_interval : ‘.$eis_slideinterval.’,
    autoplay : ‘.$eis_autoplay.’

    now the text comes in as it should but still the slides change way faster than the 10000ms.
    What am i doing wrong??

    You can see the page at http://www.eco-systems.nl/engineering/elektronica

    Regards,
    Mike

    2014-04-12 at 3:51 pm
    #3816
    Fem
    Keymaster
    • Topics: 2
    • Replies: 5215
    • Total posts: 5217
    • Post count: 6003

    If you go to theme options panel its there in the options panel for changing the speed.

    2014-04-14 at 2:04 pm
    Support Expired
    #3823
    mikedhanpat
    Participant
    • Topics: 1
    • Replies: 1
    • Total posts: 2
    • Post count: 1

    Thanks problem solved! I thought those options were only for sliders on the homepage.

    Thank you for your quick response!

    regards,
    Mike

    2015-11-05 at 9:19 pm
    Support Expired
    #10704
    stevederbin
    Participant
    • Topics: 0
    • Replies: 2
    • Total posts: 2
    • Post count: 2

    Speed control in the admin panel is not working for LinoFeast. I have changed every parameter and it is still fast as hell.

    2015-11-06 at 12:24 pm
    #10711
    Fem
    Keymaster
    • Topics: 2
    • Replies: 5215
    • Total posts: 5217
    • Post count: 6003

    @stevederbin – Kindly add a new topic for your question in the linofeast category not in other themes category or your question will not be answered or will be difficult for our staff to debug.

You must be logged in to reply to this topic.