Reply to: Fatal error when loading RSVP

Please go to EventON > Language > ADDON: RSVP EVENTS > replace “Hello” with “Hello, “. The same with “From your RSVP manager dashboard you can view events you have RSVP-ed to and update options.”.

Reply to: Settings text size on event card

Could you please add this CSS code to EventON > Styles:

.eventon_events_list .eventon_list_event .evcal_desc span.evcal_desc2, .evo_pop_body .evcal_desc span.evcal_desc2 {
font-size: 20px !important;
}

If you can’t see any change, EventON > turn off Write styles to header > save settings > turn on Write styles to header.

Reply to: I purchased the ticket add-on. Once I activate Woocommerce on the site the Events are broken and fail to move from one month to another.

Thank you for your great suggestion, at the moment it is not supported. However please create a new ticket and select Feature Request as category so others can vote on your idea and get it moved into development faster.

OR You can send us a customization job request by creating a new ticket in here and selecting Customization Request as the category.

Reply to: Change width for Events Multiple Slider

there is a events slider on there with 3 events, I want to be able to set 3 different backgrounds for each event.

The only option is to assign a Featured Image. You can send us a customization job request by creating a new ticket in here and selecting Customization Request as the category.

Maybe better remove the text from the slide:

.evosliderbox.ajde_evcal_calendar .eventon_events_list .eventon_list_event .evcal_cblock {
display: none;
}
.evosliderbox.ajde_evcal_calendar .eventon_events_list .eventon_list_event .hasFtIMG .evcal_desc.evo_info.hide_eventtopdata {
visibility: hidden;
}