Replies: 0
I’m facing issues in properly showing the text (event title, event dates, venue, etc.) on event listings. The issue is present in both list and box views.
First the list view. See a screenshot here. Notice that the 2nd and 4th events are formatted properly with title in the first row, date/time in the 2nd row, and online/physical venue in the 3rd row. However, the 1st and 3rd events have these text elements organized in columns instead of rows. I would much rather have the text element organized consistently in rows for all events. How do I achieve this?
Here is screenshot of the box view. Here, the 2nd and 3rd events have text organized in columns. Because of the narrow column width, the title is truncated in both instances. Plus, the text looks very awkward when laid out in columns.
Is there a way to enforce row-based layout of text in both the list and box views? Also, is there a way to control the font size for each text element?
I’m running the latest version of WP Event Manager (Version 3.1.17). I’m using the Salient theme from Themenectar. The shortcode in the two instances is as follows:
For list view: [events event_types=”conference” show_filters=”false” layout_type=”list” orderby=”event_start_date”]
For box view: [events event_types=”conference” show_filters=”false” layout_type=”list”]
So I just noticed another issue. The two shortcodes are both calling for list views. However, the 2nd shortcode, which is on a different page than the 1st one, is generating a box view. Why is that?