Title: Carousel indicators not working
Last modified: August 21, 2016

---

# Carousel indicators not working

 *  Resolved [mebdev](https://wordpress.org/support/users/mebdev/)
 * (@mebdev)
 * [11 years, 10 months ago](https://wordpress.org/support/topic/carousel-indicators-not-working/)
 * Hi, first off – great plugin. Has been a big help to me.
 * I found an issue to the Carousel indicators not working correctly.
 * They transition fine but the links don’t function (clicking on them just shoots
   to the last slide).
 * The problem is in the function bs_carousel in bootstrap-shortcodes.php,
    line
   1402 – to fix just change:
 * `esc_attr( '#' . $i )`
 * to
 * `esc_attr( $i )`
 * Hope that helps 🙂
 * [https://wordpress.org/plugins/bootstrap-3-shortcodes/](https://wordpress.org/plugins/bootstrap-3-shortcodes/)

Viewing 1 replies (of 1 total)

 *  Plugin Author [MWDelaney](https://wordpress.org/support/users/foolsrun/)
 * (@foolsrun)
 * [11 years, 10 months ago](https://wordpress.org/support/topic/carousel-indicators-not-working/#post-5059130)
 * Thank you for your kind words about the plugin, and thank you for this bug report!
   I’ve made the change and you can see it on GitHub here:
 * [https://github.com/filipstefansson/bootstrap-3-shortcodes](https://github.com/filipstefansson/bootstrap-3-shortcodes)
 * This fix should make it into the next version of the plugin!

Viewing 1 replies (of 1 total)

The topic ‘Carousel indicators not working’ is closed to new replies.

 * ![](https://s.w.org/plugins/geopattern-icon/bootstrap-3-shortcodes_7f6b9f.svg)
 * [Bootstrap Shortcodes for WordPress](https://wordpress.org/plugins/bootstrap-3-shortcodes/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/bootstrap-3-shortcodes/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/bootstrap-3-shortcodes/)
 * [Active Topics](https://wordpress.org/support/plugin/bootstrap-3-shortcodes/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/bootstrap-3-shortcodes/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/bootstrap-3-shortcodes/reviews/)

 * 1 reply
 * 2 participants
 * Last reply from: [MWDelaney](https://wordpress.org/support/users/foolsrun/)
 * Last activity: [11 years, 10 months ago](https://wordpress.org/support/topic/carousel-indicators-not-working/#post-5059130)
 * Status: resolved