• I am using the Modularity theme. I love the option for the Post Slider, which displays my last six posts with a photo, excerpt, and button to read more.

    I would love to automate the scrolling of the post slider. The only way it is configured to work, a user needs to click on one of six numbered buttons to view all six of the previous articles. Users are lazy. I would like to find some way for this to play more like a slideshow, automatically, cycling through all six entries.

    I am not all that fluent with CSS or PHP, so I am turning to the forum for help. Please, can someone help me with this?

    My blog can be found at https://blog.jasonbarnettephotography.com

Viewing 2 replies - 1 through 2 (of 2 total)
  • Sas_O

    (@sas_o)

    Running into the same problem. I see the post is from 10 months ago, did you ever find a solution?

    Laurie

    (@elle_media)

    Hello!

    In theme-js.php, you can change this code:

    jQuery("#slider-posts").cycle({
    			        fx:      "scrollHorz",
    			        timeout:  0,
    			        prev:    "#prev",
    			        next:    "#next",
    			        pager:   "#slider-nav",
    					containerResize: 0
    			    });

    change timeout: 0, to timeout:4000,
    or a multiple of 1000 (1000 = 1 second), and that will automate the slider.

    Hope that helps!

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Modularity – Post Slider Slideshow’ is closed to new replies.