Reply to: Event over – past events

You can add some simple CSS to achieve the same result as the Red EVENT OVER text.

 

Add this to your theme styles:, YOU STILL NEED TO MARK THE EVENT AS COMPLETE MANUALLY, but this will do it for you.

 

.eventon_events_list .eventon_list_event .evcal_list_a.completed-event .evcal_event_title {
text-decoration: none;
}

.evcal_list_a.completed-event:before {
content: ‘EVENT OVER’;
display: inline-block;
color: #fff;
background-color: #F79191;
border-radius: 5px;
padding: 3px 9px;
margin-bottom: 4px;
text-transform: uppercase;
font-size: 12px;
margin-left: 85px;
}

Reply to: Bulk importing to Event Type and Event Type 2 categories

Hello,

Unfortunately, at the moment it is not supported. However please create a new ticket and select Feature Request as category so others can vote to 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.

Please also try WP All Import plugin or similar. But we can’t guarantee 100% compatibility.

Reply to: Can you change the “Type 2” text?

Hi Ashish,

Thanks for a quick reply. I would like to be able to change it on the front-end so that people know what it is. For instance, the first type for me either performances or exhibitions and the other filter is location, – both of those are easy to understand. So, I would like it to say “Day of the Week” or something instead of “Event Type 2.” Just makes it seem more classy/understandable.

Thanks!