nbierma6
Forum Replies Created
-
list view
Here’s the css I’m using. For some reason using (n+6) for both didn’t work; it left an empty date header in the widget. This is doing the trick though:
/* limit # of events */ .simcal-calendar-list dt:nth-child(n+5) {display:none} .simcal-calendar-list dd:nth-child(n+6) {display:none}
I have a website for an athletic complex that has separate Google calendars for softball, golf, special events, etc. I created a calendar for each in WP via the plugin and then created a grouped calendar that combines them all. I’m displaying the 3 next upcoming events in a widget on the home page. Right now actually hiding the nth dl and dd via css. Would rather just say “show next 3 events from grouped calendar, regardless of which original calendar they came from.”
also these:
Warning: array_keys() expects parameter 1 to be array, null given in […] /wp-content/plugins/simple-facebook-twitter-widget/lib/freemius/includes/class-freemius.php on line 5068
Warning: max(): When only one parameter is given, it must be an array in […] /wp-content/plugins/simple-facebook-twitter-widget/lib/freemius/includes/class-freemius.php on line 5068
Warning: ksort() expects parameter 1 to be array, null given in […] /wp-content/plugins/simple-facebook-twitter-widget/lib/freemius/includes/class-freemius.php on line 5075