Viewing 7 replies - 1 through 7 (of 7 total)
  • Plugin Author Greg Priday

    (@gpriday)

    This is a very good idea, and should be easy enough 🙂

    Thread Starter EloB

    (@elob)

    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

    +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/ (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).

    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 🙂

    $classes = array( 'so-panel', 'so-widget' ); 😀

    New version released and the change is not implemented: (

    +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.