Thank you for your messages, 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.
Archives: Replies
Replies for tickets on suppota
Reply to: tickets(344835)
Thanks Kenneth and Artem!
Reply to: tickets(347654)
The issue is that you have too many repeats, ie
https://cruzadaministries.com/wp-admin/post.php?post=8027&action=edit
Please note that each repeat is one event, so please try lowering the number or repeats to fix the issue.
Reply to: tickets(348814)
Reply to: tickets(348606)
Works in Troubleshooting Mode:
https://bringasport.hu/wp-admin/site-health.php?tab=troubleshoot
Could you please try the instructions mentioned in this documentation?
Reply to: tickets(347650)
Please try this CSS code to stop the popup:
.evocard_main_image { pointer-events: none; }
Reply to: tickets(347927)
Please try going to EventON > Scripts & Styling > disable Write dynamic styles to header.
Reply to: tickets(348859)
Hello,
Please go to EventON > EventCard > try a different Feature image display style.
Reply to: tickets(347762)
Josef Stevens,
Thank you for letting us know! We will look into this issue.
Reply to: tickets(346720)
Code:
@media only screen and (max-width: 480px) { .eventon_events_list .eventon_list_event .featured_event .evoet_c2 { padding-top: 22px; } } @media (max-width: 568px) { .evcal_eventcard .evcal_evdata_cell .evo_h3, .ajde_evcal_calendar #evcal_list .evcal_eventcard .evcal_evdata_cell_title, .evo_pop_body .evcal_evdata_cell_title { padding-top: 0px !important; } } @media (max-width: 480px) { .evo_metarow_directimg { padding:0 !important } } .evocard_box.learnmore { margin: 0 !important; margin-left: -10px !important; margin-bottom: 8px !important; } @media (max-width: 768px) { .evocard_box.eventdetails, .evocard_box.location, .evocard_box.getdirection, .evocard_box.addtocal { margin-bottom: 8px !important; margin-right: 8px !important; } .evocard_box.ftimage { margin-left: -10px !important; border-radius: 0; padding-bottom: 8px } .evo_metarow_directimg img { border-radius:0 } .evcal_evdata_row i.fa { margin-top: 1px; }}
