Forum Replies Created
-
Author
-
estepixParticipant
Sorry for the delay.
I have a child theme with customisations, but it doesn’t make any difference styles get messed up both using the Parent Theme (Sweetdate) or the Child, so I reckon it is default theme-related stylings missing
estepixParticipantHi,
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
Attachments:
You must be logged in to view attached files.estepixParticipantI just realized, this problem might be related to
https://archived.seventhqueen.com/forums/topic/update-sweetdate#post-66628
-
AuthorPosts