Title: Modularity &#8211; Post Slider Slideshow
Last modified: August 19, 2016

---

# Modularity – Post Slider Slideshow

 *  [jasonbarnettephotography](https://wordpress.org/support/users/jasonbarnettephotography/)
 * (@jasonbarnettephotography)
 * [15 years, 5 months ago](https://wordpress.org/support/topic/modularity-post-slider-slideshow/)
 * 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 [http://blog.jasonbarnettephotography.com](http://blog.jasonbarnettephotography.com)

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

 *  [Sas_O](https://wordpress.org/support/users/sas_o/)
 * (@sas_o)
 * [14 years, 6 months ago](https://wordpress.org/support/topic/modularity-post-slider-slideshow/#post-1824730)
 * Running into the same problem. I see the post is from 10 months ago, did you 
   ever find a solution?
 *  [Laurie](https://wordpress.org/support/users/elle_media/)
 * (@elle_media)
 * [14 years, 6 months ago](https://wordpress.org/support/topic/modularity-post-slider-slideshow/#post-1824736)
 * 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.

## Tags

 * [css](https://wordpress.org/support/topic-tag/css/)
 * [customization](https://wordpress.org/support/topic-tag/customization/)
 * [modularity](https://wordpress.org/support/topic-tag/modularity/)
 * [php](https://wordpress.org/support/topic-tag/php/)
 * [slideshow](https://wordpress.org/support/topic-tag/slideshow/)

 * In: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
 * 2 replies
 * 3 participants
 * Last reply from: [Laurie](https://wordpress.org/support/users/elle_media/)
 * Last activity: [14 years, 6 months ago](https://wordpress.org/support/topic/modularity-post-slider-slideshow/#post-1824736)
 * Status: not resolved

## Topics

### Topics with no replies

### Non-support topics

### Resolved topics

### Unresolved topics

### All topics
