In the version 1.3.2 of the plugin it’s line 736
‘echo substr( $before_widget, 0, strlen( $before_widget ) – 1 ) . ‘ style=”display:none”>’ . $after_widget;’
I changed -1 to -2 and that worked!
Unfortunately this doesn’t seem to work this the ‘reset’ filter. Here I still see the style=”display:none;” > in my website.
Any suggestions?
Edit: If you have selected something, there is no problem, but after resetting all to default, text “style=”display:none;” >” is visible.