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.