• This plugin is a great substitute for mailing-lists, but the widget formatting on the frontend does not follow the WordPress standards. Where’s the “before_widget” and “after_widget” syntax…why is widget-title wrapped in an h2 tag…

    Themes depend on these classes and wrappers having this default syntax somewhere in it, for CSS stylings…for example “widget-container” would be somewhere in the before_widget section. I have my theme separate the widgets into columns, using foundation 5, as well…but because you didn’t add these defaults, using the built-in $instance array, I had to do a lot of rigging to get my CSS to apply to this widget.

The topic ‘Functionality is great, however does not stick to WordPress…’ is closed to new replies.