Title: 1.4.1 update issues
Last modified: August 22, 2016

---

# 1.4.1 update issues

 *  [keith30xi](https://wordpress.org/support/users/keith30xi/)
 * (@keith30xi)
 * [11 years, 3 months ago](https://wordpress.org/support/topic/141-update-issues/)
 * We recently updated from 1.3 to 1.4.1.
 * We noticed two issues that broke our site:
 * 1. carousel attribute names were changed. This caused carousels to revert to 
   the default settings. I would suggest providing backwards compatibility by allowing
   both forms of attribute names to be used.
 * 2. performance improvement changes were made in the shortcodes. output buffers
   were added. “ob_start()” is the correct thing to call, but per [http://codex.wordpress.org/Shortcode_API](http://codex.wordpress.org/Shortcode_API),
   the code should be “return ob_get_clean();” not “ob_end_flush();”. Otherwise 
   if you had a page with “Some Content [carousel][/carousel]”, Some Content will
   end up after the carousel not before. Once I made the change to “return ob_get_clean();”
   it worked correctly.
 * Feature request: allow extra attributes to be used on the items. This will allow
   the carousel to be used for things like fancybox galleries.
 * [https://wordpress.org/plugins/carousel-slider/](https://wordpress.org/plugins/carousel-slider/)

Viewing 1 replies (of 1 total)

 *  Plugin Author [Sayful Islam](https://wordpress.org/support/users/sayful/)
 * (@sayful)
 * [11 years, 3 months ago](https://wordpress.org/support/topic/141-update-issues/#post-5834266)
 * Thank You for your suggestion. I will consider you suggestion at next version.

Viewing 1 replies (of 1 total)

The topic ‘1.4.1 update issues’ is closed to new replies.

 * ![](https://ps.w.org/carousel-slider/assets/icon.svg?rev=3102828)
 * [Carousel Slider](https://wordpress.org/plugins/carousel-slider/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/carousel-slider/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/carousel-slider/)
 * [Active Topics](https://wordpress.org/support/plugin/carousel-slider/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/carousel-slider/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/carousel-slider/reviews/)

 * 1 reply
 * 2 participants
 * Last reply from: [Sayful Islam](https://wordpress.org/support/users/sayful/)
 * Last activity: [11 years, 3 months ago](https://wordpress.org/support/topic/141-update-issues/#post-5834266)
 * Status: not resolved