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: 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