• I wanted to modify the speed of the slider. So the Theme Developer told me to modify the line of code in functions.php in sugarspice_footer_js() function.

    ($(‘.flexslider’).flexslider({ directionNav: false, pauseOnAction: false, });

    I’ve been looking for this line everywhere in functions.php but I can’t find it. Can anyone please help me with this?

    Thanks in advance.

Viewing 4 replies - 1 through 4 (of 4 total)
  • Theme Author alex27

    (@alex27)

    Are you looking for help with Corpo or Sugar & Spice? If the latter then you’re posting in the wrong forum.

    Thread Starter kavish32

    (@kavish32)

    I am looking for help with Corpo theme. I have purchased the Premium version of Corpo and this is the email I was sent:

    As for the slider:
    The function responsible is located in functions.php in sugarspice_footer_js() function. You can overwrite this function in child theme so that you don’t loose that when updating. To overwrite you’d need to create a chid theme, create empty functions.php inside and paste this whole function, with your changes. This is the line in that function that you need to modify:

    $(‘.flexslider’).flexslider({ directionNav: false, pauseOnAction: false, });

    you need to add an argument: slideshowSpeed: 7000, like this (where 7000 is time in milliseconds):

    $(‘.flexslider’).flexslider({ directionNav: false, pauseOnAction: false, slideshowSpeed: 7000, });

    Best regards,
    Ola Laczek

    Hello,
    I found this conversation exactly addressing my question..
    I hope it is ok to ask my question here…
    I would like to change the timing of the slider.
    I didn’t purchase Corpo premium though.
    Can I do this anyway?

    I don’t know where to find the html code you mentioned
    (functions.php in sugarspice_footer_js() function)

    I hope you can help!
    Thanks a lot!!!

    Thread Starter kavish32

    (@kavish32)

    I hope someone helps us out soon. Corpo might be an awesome theme but the support is bad. Everytime I contact the developer, he/she sends me a sarcastic answer and asks for more payment. Hope someone else helps…

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Slider Timing’ is closed to new replies.