Thank you !
Archives: Replies
Replies for tickets on suppota
Reply to: Put Event Title on Two Lines
Hello,
Could you please add this CSS code to EventON > Styles:
.ajde_evcal_calendar.boxy.boxstyle1 #evcal_list .eventon_list_event .evcal_desc span.evcal_event_title { overflow-wrap: normal !important; word-wrap: normal !important; overflow: auto !important; white-space: normal !important; text-overflow: unset !important; }
If you can’t see any change, EventON > turn off Write styles to header > save settings > turn on Write styles to header.
Please note that this change can affect the overall design.
Reply to: Background image not showing up in tile view
It appears that the lazy loading setting is not the one that is incompatible with EventOn.
Ah yes sorry, you are correct. Lazy Loading also caused issues with EventON’s images for some customers. But in your case it look’s like that EventON’s images are not compatible at all with Jetpack.
Could you please try to turn off Jetpack’s options one by one to identify which one can cause this? I tried Enable site accelerator and also Image Performance but nothing.
Reply to: How do I fix the intensity of the colors shown in calendar?
Hi,
It looks like styling from one of the other program you are using is overriding the style of the plugin.
Please go to eventon->styles and add following code in the panel and save the settings:
If you do not see any changes, go to myeventon->settings and turn on “Write dynamic styles to header” button.
p.evo_fc_day.has_events.bb {
opacity: 1 !important;
background-color: #0aa5d5 !important;
color: #fff !important;
}
If you still do not see any change, turn off “Write dynamic styles to header” button, save the settings, turn it back and save the settings again.
Thank You
Reply to: Responsive problem on addon event slider
Hello,
EventON Slider Addon is not our product. Please contact plugin author for help https://codecanyon.net/item/eventon-slider-addon/11063359
Reply to: How do I fix the intensity of the colors shown in calendar?
I am trying to change the background hightlight color of the event date to #0aa5d5 and the font color to #ffffff
Thanks in anticipation.
Reply to: Setting up events for registering for clinical trials.
Hello,
Please check this add-on: https://www.myeventon.com/addons/rsvp-events/. You can try it on http://dev.myeventon.com/wp-admin/
Reply to: Switched-off PDFer block sending e-mails
Thank you for your messages, I am going to assign this ticket to Ashan.
Reply to: Switched-off PDFer block sending e-mails
Ashan,
The same on dev2: http://dev2.myeventon.com/wp-admin/post.php?post=14949&action=edit
http://dev2.myeventon.com/wp-admin/admin.php?page=eventon&tab=evcal_tx#evotxpdf
You can’t email Tickets when Enable PDF tickets for event tickets is disabled.
Reply to: events list on my blog
Hi Paolo,
The shortcode is also given in the demo.
Try:
[add_eventon tiles="yes" tile_bg="1" tile_style="1" ] However, please remember to retype "" around the values if you copy/paste the shortcode from here or the demo.
Thank You