Hey guys, a stumper: My single event view’s meta is consistently not displaying certain event details properly. For example: http://electfrancesbilak.com/event/fridays-with-frances/
I’m using the Spiritual theme, and the demo of that theme does display it all properly. I’ve customized the appearance via CSS in my child theme, but I can’t account for this behavior in the changes I’ve made:
– The top meta (swm_te_single_meta) shows start, end and ticket price info, but not venue info.
– The bottom meta (swm_event_single_meta_row swm_row) shows organizer and venue info, but the details panel (swm_column3, 1st column) is not visible, though the space where it should be is empty.
– Can’t get a google map to display even if that option is checked in settings and in the event.
Using firebug I inspect the hidden element (.swm_event_single_meta_row .swm_column3 .swm_column_gap) and see it’s there, including padding & margin, but it is apparently empty of content even though I’ve added price (0, free) and a website. Notably the price does show in the top-line meta.
The map is less important, as the map link does function.
Thanks for any help you may be! Love this plugin!