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.
Replies for tickets on suppota
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.
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.
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.
This whole ticket is private so you can just send us a regular message. Or check Private to YES near Submit button.
Ashan,
The same on dev2: http://dev2.myeventon.com/15046-2/
FTP from other ticket:
Please connect to training.akaishidaiko.de using the following credentials: Username: f00fb1e1 PW: bq8XEDGGXXP3xqsY The WordPress backend is accessible through www.training.akaishidaiko.de/wp-admin name: eventOn PW: AIm%UfTJTCjsO$70!DAfBkip
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.
Hello,
Please go to EventON > Language > EVENT TYPE CATEGORIES. You can also remove them and add again to fix this.
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.
For dots please remove style=”names” from the shortcode. For the widget calendar try to add “Widgetised Sidebar” WPBakery element to your page with EventON full Cal widget in it.
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;
}