Reply to: tickets(118148)

Hello,

Unfortunately, popup is not available. For radio please try ‘type’=>’radio’.

You can 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 add more types for you.

Reply to: tickets(118130)

Hello,

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

.evofc_months_strip.names .eventon_fc_days .evo_fc_day.has_events span i {
font-size: 15px;
line-height: 15px;
height: 16px;
}

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

Reply to: tickets(118110)

Hello,

Please update Tickets to 1.7.8 and Variations to 0.4 add-ons to fix the typo.

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: tickets(117861)

I am not a real technical person, and I don’t know how to do FTP — I will have someone help me get the FTP info, and do the plugin check a bit later today.

Thank you for the fast response.

I will email you later today.

Reply to: tickets(117861)

Thank you for the login info. Got the same error which is not normal behaviour for Action User or WooCommerce. Please send us FTP access to your site.

Also could you please try the instructions mentioned in this documentation? Maybe your theme or third-party plugins can cause this.

Reply to: tickets(118144)

Thank you,

I used the first code and it works.

However, the address looks good if it spans over 3 lines in mobile view.

If I have a longer address, that takes 4 lines on mobile, only the first 3 are ok.

What should I tweak in this code you sent? margin-top?

@media only screen and (max-width: 600px) {
.eventon_events_list .eventon_list_event .evcal_desc span.evcal_desc2, .evo_pop_body .evcal_desc span.evcal_desc2 {
text-transform: none !important;
font-size: 14px !important;
}
.eventon_events_list .eventon_list_event .evcal_desc, .evo_pop_body .evcal_desc, #page-content p.evcal_desc {
margin-top: -10px !important;
}
}

Thanks!