mattf100
Forum Replies Created
-
Forum: Plugins
In reply to: [ICS Calendar] Display only first 5 eventsHi @room34 is there a way to not render the Month ( class=”ics-calendar-label” ) in list view? my structure is in columns (with your help of adding data-events-count). I have the Month label hidden with css, but there are situations where i depend on nth-child selectors and the hidden month is throwing that off.
fyi my structure:
[date/event(s)] [date/event(s) data-events-count=”2″] [date/event(s)]Thanks for your time
Forum: Plugins
In reply to: [ICS Calendar] Display only first 5 eventsSounds good. Awesome plugin and great support. Thanks
Forum: Plugins
In reply to: [ICS Calendar] Display only first 5 events@room34 I’m trying to have a situation where the count we add to the shortcode reflects the number of wrappers so that we can custom style the results in a grid or flex column structure
[date/event(s)] [date/event(s)] [date/event(s)] [date/event(s)]
but currently one of the dates has 2 events, so when i set the count to 4, only 3 wrappers show… this would be ideal, however for another possible workaround.. is there a way to add an attribute/class to the wrapper for dates with multiple events. i.e data-events=”count-2″ ? this way I could address these types by spanning the widths, etcthanks for your time
Forum: Plugins
In reply to: [ICS Calendar] Display only first 5 events@room34 that is what I’m asking, thanks. so theres no way to handle that with another option?
If not, is there a way to have each event to have its own date in list view?I’m looking for a way to show 4 events in 4 separate wrappers, but if one of the days has 2 events I’m only getting 3 date wrappers “ics-calendar-date-wrapper”
Thanks
Forum: Plugins
In reply to: [ICS Calendar] Display only first 5 eventsHello, the limit days feature only works in consecutive days in De’s example, but is there a way to show 5 days worth of events that aren’t consecutive? i.e instead of Dec 18th, its Dec 23rd… is there a way to do that?
OR is there a way to break out the grouping of events so that each has the date ( in this manner ):
Dec 14
– 1 event
Dec 14
– 1 event
Dec 15
– 1 event
Dec 16
-1 event
Thanks