Single event widget – styling issues & date format
-
I’m not sure if this plugin is still being actively maintained, but I spent some time with customizing the widget display yesterday and I ran into a couple of issues relating to styling and content of the “single event” widget.
- Would it be possible to make the date display an optional setting on the widget? Failing that, maybe the date could be optionally hidden on Meetup events with no date set? Meetup allows you to create an event without a date, but the widget just ends up displaying “
January 01, 1970 @ 12:00 am
” in that case, which looks pretty rough on the front-end. - It would be great if all of the metadata fields of the event (i.e. headline, date, description, RSVP link) had CSS classes associated with their containing elements. Right now there’s no way to target any of those fields without some nasty
:nth-child
styles (all of them are wrapped in anonymous<P>
tags except the headline.) - Finally, could you allow the label text of the RSVP link to be customized (without having to hack or extend the plugin)? Right now I’m doing this using the
:before
pseudo-selector on the.rsvp-add a
selector, which is also pretty painful and not particularly old-browser friendly.
Thanks much!
Cheers,
-nick - Would it be possible to make the date display an optional setting on the widget? Failing that, maybe the date could be optionally hidden on Meetup events with no date set? Meetup allows you to create an event without a date, but the widget just ends up displaying “
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
- The topic ‘Single event widget – styling issues & date format’ is closed to new replies.