Title: [Media-Object pull=&quot;&quot;] misclassed
Last modified: August 22, 2016

---

# [Media-Object pull=""] misclassed

 *  Resolved [Nightshde](https://wordpress.org/support/users/nightshde/)
 * (@nightshde)
 * [11 years, 6 months ago](https://wordpress.org/support/topic/media-object-pull-misclassed/)
 * I just updated to the newest version and ran into an issue with all the media
   elements. All of them are sitting above the media body rather than to the side.
 * When I pull up the developer tools it is showing:
    `<span class="media-left">`
   instead of `<span class="pull-left">` like it is supposed to.
 * [https://wordpress.org/plugins/bootstrap-3-shortcodes/](https://wordpress.org/plugins/bootstrap-3-shortcodes/)

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

 *  Plugin Author [MWDelaney](https://wordpress.org/support/users/foolsrun/)
 * (@foolsrun)
 * [11 years, 6 months ago](https://wordpress.org/support/topic/media-object-pull-misclassed/#post-5538490)
 * Hi,
    media-left is correct as of Bootstrap 3.3 (see documentation [here](http://getbootstrap.com/components/#media)
   and the Bootstrap release notes [here](https://github.com/twbs/bootstrap/releases/tag/v3.3.0)).
 * As a general rule this plugin’s major and minor version numbers match that of
   the supported Bootstrap version (Bootstrap Shortcodes for WordPress 3.3.x supports
   Bootstrap 3.3.x). If your theme runs Bootstrap 3.2 or earlier you can get older
   versions of this plugin from our GitHub repository [here](https://github.com/filipstefansson/bootstrap-3-shortcodes/releases).
 * Meanwhile, I’ll look into either classing the [media] object with both classes,
   or finding a good way to fall back if an older version of Bootstrap is in use.
   Thanks for reporting this!
 *  Thread Starter [Nightshde](https://wordpress.org/support/users/nightshde/)
 * (@nightshde)
 * [11 years, 6 months ago](https://wordpress.org/support/topic/media-object-pull-misclassed/#post-5538498)
 * Ok then the included bootstrap.min.css needs to be updated as it is still using
   the depreciated `.media > .pull-left` & `.media > .pull-right` in its code rather
   than the new media-left and right.
 *  Plugin Author [MWDelaney](https://wordpress.org/support/users/foolsrun/)
 * (@foolsrun)
 * [11 years, 6 months ago](https://wordpress.org/support/topic/media-object-pull-misclassed/#post-5538503)
 * The included bootstrap.min.css file is legacy and no longer updated and isn’t
   intended to be used on your site’s front-end. That file has been replaced by 
   bootstrap-shortcodes-help.css which is intended only to style the plugin’s documentation
   popup.
 * This plugin is meant to be used with a WordPress theme built using (and including
   its own copy of) Bootstrap. I see how the inclusion of this file could be confusing.
   I’ll plan to remove it from the plugin in a future update.
 * Are you using the bootstrap.min.css that shipped with this plugin on your site’s
   front end?
 *  Plugin Author [MWDelaney](https://wordpress.org/support/users/foolsrun/)
 * (@foolsrun)
 * [11 years, 6 months ago](https://wordpress.org/support/topic/media-object-pull-misclassed/#post-5538554)
 * I just pushed an update which restores backwards compatibility for [media-object]
   with Bootstrap 3.2 and earlier. Bootstrap 3.3 users should use the media=”left”
   property; 3.2 and earlier should continue to use pull=”left”. This should also
   un-break any existing Bootstrap 3.2 sites using the “pull” property.
 * Thank you for using our plugin! I hope this resolves this issue and please don’t
   hesitate to post again if there are any further issues.
 *  Thread Starter [Nightshde](https://wordpress.org/support/users/nightshde/)
 * (@nightshde)
 * [11 years, 6 months ago](https://wordpress.org/support/topic/media-object-pull-misclassed/#post-5538715)
 * Thank you for the backward compatibility fix. I’m new to wordpress so I’m still
   getting used to how the file structure works between themes and plugins.

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

The topic ‘[Media-Object pull=""] misclassed’ 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/)

 * 5 replies
 * 2 participants
 * Last reply from: [Nightshde](https://wordpress.org/support/users/nightshde/)
 * Last activity: [11 years, 6 months ago](https://wordpress.org/support/topic/media-object-pull-misclassed/#post-5538715)
 * Status: resolved