ewels / CPT-Bootstrap-Carousel

WordPress plugin which generates a custom post type for choosing images and content. Outputs Bootstrap Image Carousel (slider) HTML from a shortcode.
http://wordpress.org/plugins/cpt-bootstrap-carousel/
GNU General Public License v2.0
51 stars 36 forks source link

Option to add before/after caption div tags #79

Closed dave-lang closed 8 years ago

dave-lang commented 8 years ago

I've come across issues when implementing carousels that require a custom wrapper for the caption div. A good example would be left aligning it with page content that's in a bootstrap fixed width container - you can't do this with the basic html, you need an extra div to set the width on.

This is easily fixed by having 2 markup fields, one before the caption div and one after it.

I've forked and am about to create a pull request - let me know if you want me to change it.

ewels commented 8 years ago

Just merged the PR - thanks!