Slider Timing

Discussion in 'ReThink WordPress Theme' started by espycameras, Apr 6, 2014.

Thread Status:
Not open for further replies.
  1. espycameras

    espycameras New Member

    Joined:
    Dec 28, 2011
    Messages:
    25
    Likes Received:
    1
    How do I decrease the slider speed? There is no option under the slider settings tab?
     
  2. Nitesh

    Nitesh Support Staff

    Joined:
    Oct 19, 2012
    Messages:
    5,165
    Likes Received:
    160
    Hello,

    Latest version of theme 2.0.6 contain slider speed option in the theme option panel.
    You can download latest version form your members area.

    Thanks & Regards
    Nitesh Raghuwanshi
     
  3. johndandelski

    johndandelski Guest

    Joined:
    May 12, 2014
    Messages:
    8
    Likes Received:
    0
    I have Colorway Pro version 3.2.6 and cannot find the slider speed setting. It is not in Theme options. Surely it wasn't removed, was it?
     
  4. Gourav

    Gourav Support Staff

    Joined:
    Oct 19, 2012
    Messages:
    7,728
    Likes Received:
    207

    Hello,

    Go to Js > Custom.js present in your theme directory and adjust the value of "play" by increasing the value the slider speed decreases,and by decreasing the value the slider speed increases .

    Sending image for reference

    2014-05-14_1247.png



    Thanks & Regards
    Gourav Shrivastava
     
  5. johndandelski

    johndandelski Guest

    Joined:
    May 12, 2014
    Messages:
    8
    Likes Received:
    0
    One of the reasons I purchased this was that I wouldn't have to go into code anymore. Did the devel0pers really remove the option to easily adjust the slider timing?

    It appears that the code I need to modify is not available from within the Editor on WP. This is quite a lot for a non-programmer to deal with especially since this was a theme option in a previous version. Why was this removed? The slider is one of the biggest draws to this theme and not having the ability to quickly and easily adjust the timing seems incredible.

    Thanks for the reply. This is really a message for the developers.
     
  6. johndandelski

    johndandelski Guest

    Joined:
    May 12, 2014
    Messages:
    8
    Likes Received:
    0
    I found the file to edit: wp-content/themes/colorway/js/custom.js. This is a different file from what you show above. Here is what I see:

    //Cufon Replacement
    Cufon.replace('h1')('h2')('h3')('h4')('h5')('h6');
    //Tipsy
    jQuery(function() {
    jQuery('.social_logo a').tipsy();
    });
    //Ddsmooth
    ddsmoothmenu.init({
    mainmenuid: "menu", //menu DIV id
    orientation: 'h', //Horizontal or vertical menu: Set to "h" or "v"
    classname: 'ddsmoothmenu', //class added to menu's outer DIV
    //customtheme: ["#1c5a80", "#18374a"],
    contentsource: "markup" //"markup" or ["container_id", "path_to_menu_file"]
    })
     
  7. Nitesh

    Nitesh Support Staff

    Joined:
    Oct 19, 2012
    Messages:
    5,165
    Likes Received:
    160
    Hello,

    We have added slider speed option in the colorway theme. Please download theme from your members area and upload it.
    The version of the theme is same as before so please don't get confused.

    Thanks & Regards
    Nitesh Raghuwanshi
     
  8. johndandelski

    johndandelski Guest

    Joined:
    May 12, 2014
    Messages:
    8
    Likes Received:
    0
    What will happen to my files if I upload this new version (but same version number)? Will it be placing all the files into a new directory, or will it overwrite the old files? I can't deal with recreating the entire site again and I'm not adept at backing up a site and reloading it. Every time I've done that there were many things that had to be tweaked.

    how do I do this and maintain the current site.
     
  9. Gourav

    Gourav Support Staff

    Joined:
    Oct 19, 2012
    Messages:
    7,728
    Likes Received:
    207
  10. johndandelski

    johndandelski Guest

    Joined:
    May 12, 2014
    Messages:
    8
    Likes Received:
    0
    OK. Because my domain provider is able to handle the installs through Wordpress, I went ahead and deleted the theme (after saving the xml version of my site and downloading that to my local computer) and then reinstalled. Took 1 minute total and up and running fine. Thanks much.
     
Thread Status:
Not open for further replies.

Share This Page