• Is there a way to alter the slider seed int eh free version? is there a way to alter the slider speed in the paid version?

Viewing 2 replies - 1 through 2 (of 2 total)
  • Check by the editor the code,referring to slider time.
    Save before the change the “default” code to replace the new one in case of error.
    Ciao!

    Thank for this, However, I didn’t find Any where in the Free Version Code that says Slider Time?
    I see you are using the Nivo Slider – but cannot find where to Slow Down my Slider is too fast?
    Here is my code and I cannot find exactly where you want us to Edit the Slider Speed?
    #slider{
    max-width:1400px;
    margin:0 auto;
    padding:0;
    position:relative;
    }
    #slider .top-bar{
    margin:0;
    padding:16px 0 20px;
    position:relative;
    }
    #slider .top-bar h2{font:700 40px ‘Roboto Condensed’;
    padding:15px 0 5px 25px;
    text-transform:uppercase;
    line-height:normal;
    background-color:rgba(0,0,0,0.5);
    }
    #slider .top-bar p{
    color:#ffffff;
    font-weight:400;
    margin:0 0 10px 0;
    line-height:20px;
    padding-bottom:15px;
    padding-left:25px;
    font:18px/20px arial;
    background-color:rgba(0,0,0,0.5);

    AND Here code in Theme Functions says Nivo-Slider:
    function photolite_scripts() {
    wp_enqueue_style( ‘photolite-font’, photolite_font_url(), array() );
    wp_enqueue_style( ‘photolite-basic-style’, get_stylesheet_uri() );
    wp_enqueue_style( ‘photolite-responsive-style’, get_template_directory_uri().’/css/theme-responsive.css’ );
    wp_enqueue_style( ‘photolite-nivo-style’, get_template_directory_uri().’/css/nivo-slider.css’ );
    if (is_front_page() ) {
    wp_enqueue_script( ‘photolite-nivo-slider’, get_template_directory_uri() . ‘/js/jquery.nivo.slider.js’, array(‘jquery’) );

    So Where is this Slider Speed Code exactly found to edit and SLOW DOWN?
    Thank you.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Is there a way to alter the slider speed in the free version?’ is closed to new replies.