Month doesn't get an "expanded" class on init.
-
If a month is expanded on initialization it doesn’t get an “expanded” class. This causes the jQuery class toggle function to assign the class name in the wrong state, so that the month gets the class “expanded” when it is actually minimized and vice versa.
In jquery-archive-list-widget.php:
add to line 427: $class = $expandMonth ? ‘expanded’ : ”;
change line 429 to include $class:$html.= "\n\t<li class=\"jaw_months $class\" style=\"display:{$style};\">";
https://www.ads-software.com/plugins/jquery-archive-list-widget/
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
- The topic ‘Month doesn't get an "expanded" class on init.’ is closed to new replies.