• Resolved themashazine

    (@themashazine)


    I’m using the f8 lite theme; the slideshow works fine but I would like to modify the duration of each slide. It should run slower – each slide should be displayed for a longer time.
    How can I edit that?

Viewing 5 replies - 1 through 5 (of 5 total)
  • Moderator Kathryn Presner

    (@zoonini)

    Since this is a commercial theme with its own particularities and support, I recommend you contact the theme developer for assistance:

    https://graphpaperpress.com/support/

    Thread Starter themashazine

    (@themashazine)

    it’s in the functions.php:

    $doc_ready_script .= 'jQuery("#slideshow-posts").cycle({
                fx:      "fade",
                timeout:  4000,
                prev:    "#prev",
                next:    "#next",
                pager:   "#slideshow-nav"
            });';
         }

    thanks to GraphPaperPress Support for solving this issue!!

    Moderator Kathryn Presner

    (@zoonini)

    Excellent – glad you found the answer and thanks for posting it here to help others in the future!

    my8

    (@my8)

    Hello.Thank you themashazine.Could you tell me where I should add the code in the functions.php?
    ( Sorry I couldn’t find the answer at https://graphpaperpress.com/support/ )

    Thread Starter themashazine

    (@themashazine)

    hi,

    the code is already in the functions.php file – look for it and edit the timeout-value.
    “timeout: 4000” means that every slide is displayed for 4 seconds (4000 means 4000 milliseconds)

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘f 8 lite slideshow – slide duration’ is closed to new replies.