On one of our sites we are using tiles, however this site only has about 6-10 events a year. I have them in 3 to a column.
Instead of how we currently have it:
January
[Jan event 1]
March
[Mar event 1][Mar event 2][Mar event 3]
May
[May event 1][May event 2]
I’d like to lay it out like this:
(no headers)
[Jan event 1][Mar event 1][Mar event 2]
[Mar event 3][May event 1][May event 2]
So the tiles are forced in to columns of 3, and not grouped by month. Is that possible? You can see the screen shot I pasted together for a better example.
Dec 29,2022 AT 2:12PM - 2 years ago -Hello,
Add hide_month_headers=”yes” to your shortcode. It should be enough to make it look the way you like.
I changed this:
[add_eventon_list hide_past=”yes” number_of_months=”6″ event_count=”20″ tiles=”yes” tile_height=”350″ tile_bg=”1″ tile_count=”3″ hide_empty_months=”yes” ux_val=”4″ ]
To this:
[add_eventon_list hide_past=”yes” number_of_months=”6″ event_count=”20″ tiles=”yes” tile_height=”350″ tile_bg=”1″ tile_count=”3″ hide_empty_months=”yes” ux_val=”4″ hide_month_headers=”yes” ]
But it had no effect on the site.
Hi Chris,
Please send us wp-admin access to your site as a private message for us to further assist your situation.
This looks like it will remove the month headers once I get it set right, but will it move events up to make them all 3 to a row as in my original question? So that even if there are two January events and one March event, it will put all 3 tiles on the same row (assuming I have it set to tile and 3 to a row) That is the more important part for me.
Thanks!
it should however, a few things
you will want to redo each ” sounds strange i know
especially if you copy from this helpdesk and paste it straight into your shortcode
(also paste into the html not the visual builder if pasting into a text box)
see video below
also
event_count=”20″
will show 20 events per month- not 20 events in total
if you need it 20 events in grand total- then you will need the events list extended addon
That was it exactly. Brilliant! Thanks for all of your help and try to stay cool. 🙂
We are glad your issue is resolved, if you have any further questions or concerns please create a new ticket.