Title: Feedback / Bug Fix
Last modified: December 7, 2016

---

# Feedback / Bug Fix

 *  Resolved [crdunst](https://wordpress.org/support/users/crdunst/)
 * (@crdunst)
 * [9 years, 5 months ago](https://wordpress.org/support/topic/feedback-bug-fix/)
 * Hi,
 * Just some feedback:
 * 1) the animation timeout (time between slides) isn’t working. It’s because you’re
   using wp_localize_script, so the integer is being treated as a string in /assets/
   js/script.js
    You can work around this by casting the value to be an integer.
   Edit line 17 of script.js to be timeoutDuration:parseInt(chpcsArgs.time_out) 
   and it works fine.
 * 2) a setting for the animation duration (time taken to animate from one slide
   to the other) would be great – it’s currently hard coded to 500 in the above 
   script, which seems very fast.
 * Aside from the above, it seems a great plugin, thanks for your work.

Viewing 1 replies (of 1 total)

 *  Plugin Author [subhansanjaya](https://wordpress.org/support/users/subhansanjaya/)
 * (@subhansanjaya)
 * [9 years, 1 month ago](https://wordpress.org/support/topic/feedback-bug-fix/#post-9047453)
 * [@crdunst](https://wordpress.org/support/users/crdunst/) Thank you very much 
   for your feedback. I have fixed those issues and also added an option to configure
   the duration.

Viewing 1 replies (of 1 total)

The topic ‘Feedback / Bug Fix’ is closed to new replies.

 * ![](https://ps.w.org/carousel-horizontal-posts-content-slider/assets/icon-256x256.
   png?rev=2470415)
 * [Carousel Horizontal Posts Content Slider](https://wordpress.org/plugins/carousel-horizontal-posts-content-slider/)
 * [Support Threads](https://wordpress.org/support/plugin/carousel-horizontal-posts-content-slider/)
 * [Active Topics](https://wordpress.org/support/plugin/carousel-horizontal-posts-content-slider/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/carousel-horizontal-posts-content-slider/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/carousel-horizontal-posts-content-slider/reviews/)

 * 1 reply
 * 2 participants
 * Last reply from: [subhansanjaya](https://wordpress.org/support/users/subhansanjaya/)
 * Last activity: [9 years, 1 month ago](https://wordpress.org/support/topic/feedback-bug-fix/#post-9047453)
 * Status: resolved