Hi Alexis,
Sorry if this plugin is causing you problems. Can you post a screenshot or the error itself?
Cheers
Simon
In your theme functions.php file where you do register_sidebar, add these properties: ‘before_title’ and ‘after_title’
For example:
register_sidebar( array(
'before_title' => '<h4 class="myWidgetTitleClass">',
'after_title' => '</h4>'
));