- This topic has 2 replies, 2 voices, and was last updated 5 years, 8 months ago by .
Viewing 3 posts - 1 through 3 (of 3 total)
Viewing 3 posts - 1 through 3 (of 3 total)
- The forum ‘How do I …’ is closed to new topics and replies.
Events Made Easy › Forums › How do I … › Remove line break
I am using the [eme_events] short code and want to show only the date and title of the event on my list page all on one line. The rendered HTML (see below) includes a <br />. How can I delete the line breaks? Is it possible to edit the template and if so where do I find it?
<ul class='eme_events_list'>
<li>April 5, 2019 - 12:00 am<br /> <a href='https://berksjazzfest.com' title='Boscov’s Berks Jazz Fest'>Boscov’s Berks Jazz Fest</a><br /> </li>
<li>April 8, 2019 - 12:00 am<br /> <a href='https://berksjazzfest.com/rmf-project-penske-jazz-jam/' title='RMF Project Penske Jazz Jam'>RMF Project Penske Jazz Jam</a><br /> </li>
<li>April 14, 2019 - 1:30 pm<br /> <a href='http://dev.berksarts.org/index.php/art-of-jazz/' title='Frank Scott Memorial Art of Jazz Awards Program'>Frank Scott Memorial Art of Jazz Awards Program</a><br /> </li>
</ul>
If you’re using that shortcode without options, then check the EME settings, tab “events”, setting “Default event list format”
That worked.
Thanks!