
Thanks, but i might have explained uncorrectly. I mean which Rights/Capabilities, as in the attached screenshot.
I would guess granting Editors “manage eventon” Capability should allow them to export the CSV file, but they would then be able to do many changes in EventON settings… Is there a more limited access possible, while still be able to export the CSV file?
Thanks!
Whas it so easy 😉 I looked in all kind of settings to fix this.
Thx!
Yes, I saw that, but I want to hide the end time for *every* event via a global setting so that I don’t have to manually go into every event and click that toggle. My site imports events from various sources, and we’re likely to have hundreds of events once we grow… It’s not feasible to go into every event and manually click that toggle.
I feel like this should be a global setting that will automatically turn off/hide end times for all events.
Also, thank you for the quick response!! 🙂
This is a problem with how the modal is rendered, not with the scrolling on my theme. The modal extends beyond the viewport (this is not best practice for modals). A modal should be contained by the height of the viewport, and scrolling should happen *within* the modal body.
For reference, I’m a software engineer :). If you implement this how I’m suggesting, then the scroll will work for everyone, regardless of what theme they have. That’s how you make a plugin like this more versatile
EventON Lite (though I purchased a license, I just need to install it)
Hello,
Thank you for your great suggestions, at the moment they are not supported. However please create a new ticket and select Feature Request as category so others can vote on your idea and get it moved into development faster.
Hello,
Please add hide_mult_occur=”yes” to your shortcode. The option hides events from showing more than once in between months, across the entire calendar.
We do not want the events for bars and happy hour events. All other events is what he wants.
Could you elaborate? Are you trying to exclude certain events from the calendar? If so please try Event Type:

Not sure why?
Could you do a test on Gtmterix to send us their report?
On iPhone, Text related to details on Eventcard are either cut off or not visible on left side. Text is pushed to left side.
Please add this CSS code to EventON > Styles (If you don’t see any change, EventON > Scripts & Styling > turn off Write dynamic styles to header > save settings > turn on Write dynamic styles to header):
@media (max-width: 568px) { .evcal_eventcard .evcal_evdata_row .evcal_evdata_cell {padding-left: 0px;margin-left: 0px;} } @media (max-width: 568px) { .evcal_eventcard .evcal_evdata_cell .evo_h3, .ajde_evcal_calendar #evcal_list .evcal_eventcard .evcal_evdata_cell_title, .evo_pop_body .evcal_evdata_cell_title { padding-left: 0px; } }
Please add this CSS code to EventON > Styles (If you don’t see any change, EventON > Scripts & Styling > turn off Write dynamic styles to header > save settings > turn on Write dynamic styles to header):
@media (max-width: 568px) { .evcal_eventcard .evcal_evdata_row .evcal_evdata_cell {padding-left: 0px;margin-left: 0px;} } @media (max-width: 568px) { .evcal_eventcard .evcal_evdata_cell .evo_h3, .ajde_evcal_calendar #evcal_list .evcal_eventcard .evcal_evdata_cell_title, .evo_pop_body .evcal_evdata_cell_title { padding-left: 0px; } }
Hello,
Your theme uses it’s own custom scroll, so it affects EventON and cannot be fixed by us, I am afraid. Please contact the theme developers and ask if possible to fix by stop affecting third-party plugins?