Reply to: Design lot loading on page

In my opinion, this is not customization, but make the module work as it should.

If you cannot make the module work as it should the module is not complete i guess.

Reply to: How can I set defaults on RSVP

I am sorry but the only way to set these is a customization job. Please send us a customization job request by creating a new ticket in here and selecting Customization Request as the category.

Reply to: Design lot loading on page

I am sorry but as Ashan said we don’t provide support on customizations. Please send us a customization job request by creating a new ticket in here and selecting Customization Request as the category so one of our developers can implement this for you.

Reply to: To close the Lightbox I have to click twice on close

Hello,

Thank you very much for sharing this with us! I am going to assign this ticket to Ashan and he will be able to take it from here and find you a solution. Please allow some time for him to get back to you, we greatly appreciate your patience and thank you for being a eventon customer! Also please disable any IP blocking on your site if there are any.

Reply to: I need to hide Event End Date (for more than 1 day events) and show only City and State (not complete address) for location on Event Card.

Hello,

1. Please add this CSS code to EventON > Styles:

span.evo_end {
display: none !important;
}

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

2. Unfortunately, City and State are optional fields and can’t be displayed on Event Card. You can send us a customization job request by creating a new ticket in here and selecting Customization Request as the category.

Reply to: I need square events card mobile and infinite autoload scroll events.

Additional CSS don’t work correctly in EventON zone.

Just added this CSS in Avada Theme.

/*PC Window Version*/
@media screen and (min-width: 800px) {
.evo_boxtop{
height:500px !important;
}
.evo_eventtop {
height:600px !important;
width:500px !important;
margin-right:85px;
margin-bottom:2em !important;
}
.evcal_list_a{
padding-top: 500px !important;
height:600px !important;
}
.modal-footer{
visibility:hidden;
height:0px;
padding: 0px !important;
}
}
/*Smartphone version*/
@media only screen and (max-width: 768px) {
.fullwidth-box{
padding: 0 !important;
}
.fusion-text > p{
margin-left:2em;
margin-right:2em;
}
#dru_calendar_mbl{
width:95% !important;
}
.evo_eventtop {
height:600px !important;
width:500px !important;
margin-right:85px;
margin-bottom:2em !important;
}
#evcal_list .eventon_list_event p a.desc_trig {
height:600px !important;
padding-top: 475px !important;
}
.ajde_evcal_calendar.boxy.boxstyle1 .evo_boxtop {
height: 460px !important;
}
}

/**/
.evo_sort_btn {
color: #000 !important;
font-size: 20px !important;
background: #fc1052;
padding: 5px;
}

#evcal_list .evorow.getdirections .evoInput, .evo_pop_body .evorow.getdirections .evoInput {
width: 100%;
font-size: 20px;
border: none;
padding: 10px 20px;
/* margin-top: 50px; */
height: 90px;
}

.ajde_evcal_calendar .evo_sort_btn {
font-style: none;
}