Hi,
The same is happening to me. After updating sweetdate to v2.9.2 from v2.8.4 the sidebars do not show properly. Before this update they were displayed as in screenshot sweetdate_2.8.4_sidebars-ok.png, but after updating they are displayed all in a single column without styles applied as in screenshot sweetdate_2.9.2_sidebars-ko.png.
The problem seems to have an easy fix:
L68 on file wp-content/themes/sweetdate/framework/classes/multiple_sidebars.php
It should be changed from:
'before_widget' => '<div id="%1$s" class="widget clearfix %2$s">',
to
'before_widget' => '<div id="%1$s" class="widgets clearfix %2$s">',
i.e. widget –> widgets
After changing this typo all sidebars are shown correctly again.
Could you please let me know if this fix is going to be included in next release?
Thanks in advance,
Oscar