manuart72
Forum Replies Created
-
Forum: Plugins
In reply to: [Event Organiser] Events won’t display anymoreHi!
Thank you Marcel for taking time to respond. It has been a while since I fiddled around with CSS so it did not immidiately occur to me that there exist such an easy and brilliant solution to the problem. Thanks again for the heads up!
Best regards
MagnusForum: Plugins
In reply to: [Event Organiser] Events won’t display anymoreThanks for confirming, I see I have another problem. eo_events also outputs some bulleted list that destroys the output. If I have 10 posts in my table then I see 10 bullets (like in bulleted lists) before the table in the webppage.
Did you experience the same, did you have to edit the classes for the plugin ?
Forum: Plugins
In reply to: [Event Organiser] Events won’t display anymoreI think I got it, you did something like this ?
<table>
<tbody>
<tr>
<th>Title</th>
<th style=”width: 120px;”>Date</th>
<th style=”width: 270px;”>Venue</th>
</tr>
<tr>
[eo_events orderby=”eventstart” order=”DESC” showpastevents=”TRUE”]
<td>%event_title%</td>
<td>%start{jS M Y}%</td>
<td>%event_venue% – %event_venue_city%</td>
</tr>
[/eo_events]
</tbody>
</table>Forum: Plugins
In reply to: [Event Organiser] Events won’t display anymoreHelo Marcel !
Can you explain where the error was in the code above, I am trying to figure out how to build a table like you but so far I haven’t found the way to get it to work.
I would appriciate any help, thanks!