Title: Namespace your classes
Last modified: August 21, 2016

---

# Namespace your classes

 *  [EloB](https://wordpress.org/support/users/elob/)
 * (@elob)
 * [12 years, 9 months ago](https://wordpress.org/support/topic/namespace-your-classes/)
 * First of all I want to say what a great plugin!
 * But please can you namespace your classnames?
 * For instance the “panel” class is used by Bootstrap 3.0 and it makes all sites
   have panels. So please add “so-panel” instead.
 * [http://wordpress.org/plugins/siteorigin-panels/](http://wordpress.org/plugins/siteorigin-panels/)

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

 *  Plugin Author [Greg – SiteOrigin](https://wordpress.org/support/users/gpriday/)
 * (@gpriday)
 * [12 years, 9 months ago](https://wordpress.org/support/topic/namespace-your-classes/#post-4002027)
 * This is a very good idea, and should be easy enough 🙂
 *  Thread Starter [EloB](https://wordpress.org/support/users/elob/)
 * (@elob)
 * [12 years, 5 months ago](https://wordpress.org/support/topic/namespace-your-classes/#post-4002235)
 * Hi Mate!
 * Any progress on this one? 🙂
 * Can you start a Github project so everyone can pull-request? I really appreciate
   your hard work and want to contribute for this awesome plugin.
 * Here is a tutorial to maintain a project in both svn and git for wordpress without
   any sufficient overhead:
    [https://gist.github.com/kasparsd/3749872](https://gist.github.com/kasparsd/3749872)
 *  [Pixelatic](https://wordpress.org/support/users/davidhealy/)
 * (@davidhealy)
 * [12 years, 5 months ago](https://wordpress.org/support/topic/namespace-your-classes/#post-4002236)
 * +1 for this request, I would also like to see this plugin play nice with Bootstrap
   3.0… I have also noticed that Page Builder button elements in the admin interface
   display oddly when installed alongside [http://wordpress.org/plugins/event-organiser/](http://wordpress.org/plugins/event-organiser/)(
   another CSS name conflict, this time I think Event Organiser is to blame for 
   not namespacing these and I am filing a bug report with the developer).
 *  [d4b](https://wordpress.org/support/users/d4b/)
 * (@d4b)
 * [12 years, 5 months ago](https://wordpress.org/support/topic/namespace-your-classes/#post-4002237)
 * So it would be best:
    `$classes = array( 'panel', 'so-widget' );`
 * Often templates already have their own styles for widgets and the class “widget”
   a little mixed 🙂
 *  [d4b](https://wordpress.org/support/users/d4b/)
 * (@d4b)
 * [12 years, 5 months ago](https://wordpress.org/support/topic/namespace-your-classes/#post-4002238)
 * `$classes = array( 'so-panel', 'so-widget' );` 😀
 *  [d4b](https://wordpress.org/support/users/d4b/)
 * (@d4b)
 * [12 years, 5 months ago](https://wordpress.org/support/topic/namespace-your-classes/#post-4002243)
 * New version released and the change is not implemented: (
 *  [gruvii](https://wordpress.org/support/users/gruvii/)
 * (@gruvii)
 * [12 years, 4 months ago](https://wordpress.org/support/topic/namespace-your-classes/#post-4002245)
 * +1
    Also please put on git make nice with bootstrap

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

The topic ‘Namespace your classes’ is closed to new replies.

 * ![](https://ps.w.org/siteorigin-panels/assets/icon.svg?rev=2556869)
 * [Page Builder by SiteOrigin](https://wordpress.org/plugins/siteorigin-panels/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/siteorigin-panels/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/siteorigin-panels/)
 * [Active Topics](https://wordpress.org/support/plugin/siteorigin-panels/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/siteorigin-panels/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/siteorigin-panels/reviews/)

## Tags

 * [class](https://wordpress.org/support/topic-tag/class/)
 * [conflicts](https://wordpress.org/support/topic-tag/conflicts/)
 * [name](https://wordpress.org/support/topic-tag/name/)
 * [namespace](https://wordpress.org/support/topic-tag/namespace/)

 * 7 replies
 * 5 participants
 * Last reply from: [gruvii](https://wordpress.org/support/users/gruvii/)
 * Last activity: [12 years, 4 months ago](https://wordpress.org/support/topic/namespace-your-classes/#post-4002245)
 * Status: not resolved