How to customize [eo_event] shortcode list?
-
I love this plugin and I’ve been trying to make it look perfect but unfortunately, there is something I can’t do: customize the shortcode list.
I use this function:
-
<?php echo do_shortcode(‘[eo_events]%event_title%%start{d F Y} { g:i:a}%[/eo_events]’); ?>
But I want to get rid of the ul and li. So I checked http://wp-event-organiser.com/documentation/editing-the-templates/ and then I uploaded the shortcode-event-list.php file on my hard drive but apparently, it’s not the right file:
The template is used for displaying the [eo_event] shortcode *unless* it is wrapped around a placeholder: e.g. [eo_event] {placeholder} [/eo_event]
So I thought maybe modifying the CSS could help:
ul.eo-events-shortcode{ margin:0 !important; list-style:none !important; float:left !important; } ul.eo-events-shortcode li{ margin:0 !important; list-style:none !important; float:left !important; }But it doesn’t…
I’ve check everything (author website, internet…) but I’m unable to customize the way the list of events is showing on my index.php.
All I want is to be able to show the (clickable) event title <line break> date/time <line break>, but I can’t.
Thanks for your help!
The topic ‘How to customize [eo_event] shortcode list?’ is closed to new replies.