Widget bug — If event starts today, “show 4” actually shows 5
-
Hi Joe!
This has been persistent for a few versions but I only just now figured out what the pattern was.
I’ve got the widget loaded on my homepage, showing “4 events into the future” in a space that is sized to only hold 4.
The problem is, I definitely need events to show if they begin “today,” so I’ve checked the “include today’s events” box in the widget.
BUT… when there IS a “today” event, that makes FIVE events show up, causing the row to overflow to the next line and breaking the layout.
I’ve kludged a solution by adding “ul.upcoming-events > li:nth-child(5) {display:none;}” to my stylesheet, but figured there might be a more permanent solution on your end for next release?
- The topic ‘Widget bug — If event starts today, “show 4” actually shows 5’ is closed to new replies.