Hello,
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 answer your question. Please allow some time for him to get back to you, we greatly appreciate your patience and thank you for being a eventon customer!
Hello,
I am sorry, the access information you have provided did not work for us. Please check them and post the correct login information as a private message, thank you!
Thank you! Almost perfect.
Is it possible, for a mobile phone, to show just one tile in a row, now I see three.
And can you give me directions how I can set the tittle front in another size for mobile?
Sorry I asked so much, but I’d like this to be a succes 🙂
Hello,
Please follow this guide: https://docs.myeventon.com/documentations/customize-single-events-page/. The code is responsible for single event sidebar is
<?php do_action('eventon_single_sidebar'); ?>
You add Single Event Sidebar by enabling EventON > Single Events > Create Single Events Page Sidebar.
why i have problems with displaying widgets on this sidebar?
You need to add a widget to Widgets > Single Event Sidebar.
Hello,
To set up Variations please go to Edit Event > Tickets > enable Enable ticket variations & options: https://tppr.me/4ADDQ
I am sorry, the access information you have provided did not work for us. Please check them and post the correct login information as a private message, thank you!
Hello,
Please update EventON to the latest version. Before update please backup EventON’s data, settings, translations.
Could you please try the instructions mentioned in this documentation?
If you have a moment, we would greatly appreciate if you could kindly leave us a review at codecanyon! from your account > downloads. Cheers!
Hello,
Could you please try to enable EventON > Write dynamic styles to header?
1. Please use this code and remove my previous one:
.ajde_evcal_calendar.boxy .eventon_list_event {
width: 49.5%;
margin: 0 .25% .5%;
}
.ajde_evcal_calendar.boxy #evcal_list {
margin: 0 -.25%;
}
.ajde_evcal_calendar.boxy.box_4 .eventon_list_event, .ajde_evcal_calendar.boxy.box_4 .evoShow_more_events {
width: 24.5%;
margin: 0 .25% .5%;
}
.ajde_evcal_calendar.boxy.box_3 .eventon_list_event, .ajde_evcal_calendar.boxy.box_3 .evoShow_more_events {
width: 32.5%;
margin: 0 .25% .5%;
}
@media (max-width: 650px){
.ajde_evcal_calendar.boxy.box_4 .eventon_list_event, .ajde_evcal_calendar.boxy.box_4 .evoShow_more_events,
.ajde_evcal_calendar.boxy .eventon_list_event{width: 100%;}
}
2. Please try this code:
span.evcal_desc2.evcal_event_title {
font-size: 40px !important;
}
.evcal_cblock .evo_start em.date,
.evcal_cblock .evo_end em.date {
font-size: 26px !important;
}
.evcal_cblock .evo_start em.month, .evcal_cblock .evo_end em.month, .evcal_cblock .evo_start em.day {
font-size: 18px !important;
}
If you can’t see any change, EventON > turn off Write styles to header > save settings > turn on Write styles to header.