Reply to: tickets(345322)

theres 2 ways to do it

1: through elementor- will get you the better results

2:through css changes that effect only mobile- requiring a bit of stuffing around

see video:



here is the css- which may work???

@media only screen and (max-width: 600px) {

  .eventon_events_list .eventon_list_event .evcal_list_a {

    background-color: #f1f1f1;

    display: flex;

    flex-wrap: wrap;

    width: 100%;

    position: relative;

    flex-direction: column;

    justify-content: space-between;

    align-items: center;

}

}

Reply to: tickets(345140)

Seems to be working:

Please note that the search only works for the current list of events and not for all 619 events.

Reply to: tickets(345147)

I removed that shortcode which made the month, year and nav appear. However the event items do not load into the calendar now. I reverted back to how it was before. Need bothe events and month, year and nav to all load.

Reply to: tickets(345063)

You can change this with the latest version of Tickets add-on:

Please note that you need to update EventON and other add-ons as well to avoid issues.

Reply to: tickets(344837)

I added this to the code and it seems to be working now:

The issue is that it also changes the title/subtitle color to black. Could you move the code from EventON > Styles to wp-admin > Appearance > Customize > Additional CSS?

Reply to: tickets(345166)

I can’t find this one:  Also go to EventON > Advanced > try a different Select event calendar WP Query method.

It was not a link – I tried searching the knowledge base, but didn’t find it.

Reply to: tickets(344658)

We need to login to check this. Is it possible?

Or since the website is on WordPress, please go to wp-admin > Appearance > Customize > Additional CSS > add this code:

.ajde_evcal_calendar.evoapi #evcal_list .eventon_list_event .hasFtIMG .evcal_desc { padding-left: 0 !important; padding-right: 170px; } .ajde_evcal_calendar.evoapi .eventon_events_list .eventon_list_event .hasFtIMG .evcal_cblock { left: 0; right: 0; } .ajde_evcal_calendar.evoapi .eventon_events_list .eventon_list_event span.evoet_time_expand.level_3 { } .ajde_evcal_calendar.evoapi .eventon_events_list .eventon_list_event .ev_ftImg { margin-right: 10px; } .ajde_evcal_calendar.evoapi .eventon_events_list .eventon_list_event .hasFtIMG .evcal_cblock { left: 0; right: 90px; } .ajde_evcal_calendar.evoapi .eventon_events_list .evcal_time.evo_tz_time { padding-right: 165px; } .ajde_evcal_calendar.evoapi .eventon_events_list .eventon_list_event .evcal_cblock span { float: right; }