Archives: Replies
Replies for tickets on suppota
Reply to: tickets(345322)
theres 2 ways to do it
1: through elementor- will get you the better results
2:through css changes that effect only mobile- requiring a bit of stuffing around
see video:
here is the css- which may work???
@media only screen and (max-width: 600px) {
.eventon_events_list .eventon_list_event .evcal_list_a {
background-color: #f1f1f1;
display: flex;
flex-wrap: wrap;
width: 100%;
position: relative;
flex-direction: column;
justify-content: space-between;
align-items: center;
}
}
Reply to: tickets(344273)
Please contact CodeCanyon for the refund.
Reply to: tickets(345140)
Reply to: tickets(345147)
I removed that shortcode which made the month, year and nav appear. However the event items do not load into the calendar now. I reverted back to how it was before. Need bothe events and month, year and nav to all load.
Reply to: tickets(345063)
Reply to: tickets(344837)
Reply to: tickets(345166)
I can’t find this one: Also go to EventON > Advanced > try a different Select event calendar WP Query method.
It was not a link – I tried searching the knowledge base, but didn’t find it.
Reply to: tickets(344942)
I completed the order, so you should receive the ticket. Could you check if the time is correct?
Reply to: tickets(344658)
We need to login to check this. Is it possible?
Or since the website is on WordPress, please go to wp-admin > Appearance > Customize > Additional CSS > add this code:
.ajde_evcal_calendar.evoapi #evcal_list .eventon_list_event .hasFtIMG .evcal_desc { padding-left: 0 !important; padding-right: 170px; } .ajde_evcal_calendar.evoapi .eventon_events_list .eventon_list_event .hasFtIMG .evcal_cblock { left: 0; right: 0; } .ajde_evcal_calendar.evoapi .eventon_events_list .eventon_list_event span.evoet_time_expand.level_3 { } .ajde_evcal_calendar.evoapi .eventon_events_list .eventon_list_event .ev_ftImg { margin-right: 10px; } .ajde_evcal_calendar.evoapi .eventon_events_list .eventon_list_event .hasFtIMG .evcal_cblock { left: 0; right: 90px; } .ajde_evcal_calendar.evoapi .eventon_events_list .evcal_time.evo_tz_time { padding-right: 165px; } .ajde_evcal_calendar.evoapi .eventon_events_list .eventon_list_event .evcal_cblock span { float: right; }




