denethorr
Member
Posted 8 months ago #
Hello and thanks for a great piece of software!
I have to questions:
1. is it possible to switch off cloud decription of event (events) in widget?
2. is it possible to disable possiblility to change filter in calendar?
Best Regards,
Jan
http://wordpress.org/extend/plugins/all-in-one-event-calendar/
Richard
Member
Plugin Author
Posted 8 months ago #
Hi denthorr,
1. If you want to disable the popup descriptions from the Agenda Widget, this can be done by opening the file style.css found in wp-content > themes-ai1ec > vortex
Insert:
.ai1ec-agenda-widget-view .ai1ec-popup-summary-wrap {
display: none
}
2. If you want to remove the category button, this can be done by opening the calendar.php file within wp-content > themes-ai1ec
Find where it says
<div class="ai1ec-filters-container">
and change to this
<div class="ai1ec-filters-container" style=display:none>
denethorr
Member
Posted 8 months ago #
Thank you very much! Your solution helped me ;-)
Best Regards!
Richard
Member
Plugin Author
Posted 8 months ago #
That's great, thanks for letting us know, denethorr.