This section of general options in the Modern Events Calendar is useful for SEO, categorizing, and indexing for search engines. Not to mention sorting out your events.
General Settings in Modern Events Calendar
Hide Events
This option is for showing start/end time of events on frontend of website. It includes “On Event Start“, “+1 Hour after start“, “+2 Hour after start” & “On Event End“.
Multiple Day Events Show
For showing all days of multiple day events on frontend or only show the first day. This option doesn’t work on the “General Calendar” view. If you have an event that goes on for multiple days and you want to just display the date for its first day then you need to select “First day on list/grid/slider/agenda skins” or “First day on all skins“. However, you can also display the dates for all the days that the event goes on by selecting “All days“.
Remove MEC Data on Plugin Uninstall
By enabling this option, all your data will be cleared from the database after uninstalling MEC plugin. If it is disabled and you delete MEC then your data will be kept in a database.
Exclude Date Suffix
Remove the “th” from the end of the dates in your calendar page view.
Schema
You can enable/disable Schema scripts. (Learn more about Schema code).
Weekdays
You can set the days of the week depending on your region.
Weekends
You can set the end days of the week depending on your region.
Datepicker Format
With this option, you can change the date picker format on MEC.
Midnight Hour
With this option, you can show midnight events (which are essentially two-day events) into a single day event. 12 AM is midnight by default but you can change it if your event ends after 12 AM and you don’t want those events considered as multiple days events! This option doesn’t work on the “General Calendar” view.
Open “Add Event” as Popup
Enabling this option will open your add event wizard as a popup window.
Open “Add Shortcode” as Popup
Enabling this option will open your add shortcode wizard as a popup window.
Include Event Featured Image in Feed
Enabling this option will show the event featured image in the RSS feed.
Fallback Featured Image
Enabling this option will let you upload featured image for your categories.
Tag Method
If you select “Post Tags”, MEC will use the WordPress default tagging system, otherwise, by selecting “Independent Tags“, you will allow MEC to use its own tagging system.
iCal Feed
Using the iCal feed link users will be able to add all your events to their calendar. Their calendar will automatically check this feed and recent changes will be applied to their calendar (they will be subscribed to your feed).Please note: in order to prevent local time and daylight saving issues make sure to set your timezone with the city name.
The name of your city or a city that is in the same time zone as your city.
When a client imports the event from the stie to his own agenda by the button Google or Icall the hour event changes two hours later ! How is this possible and what can I do.
Hi there
Thank you for contacting us
Please refer to webnus.net/support to create a ticket there.
Our experts will help you with it.
How can I remove the wizard. I do not ever want the wizard to show up.
Hi Alex,
Please ask about this at webnus.net/support. Our technical experts will get back to you with the reply. Thanks!
Is there a way to show the title of a multi-day event only on the first day (not every single day) but still show the event color for all the days in the monthly view with the Novel skin? Thanks!
Hello,
unfortunately, it’s not possible.
Please note, if you need an option that is not included in the MEC, you need to manipulate and it is referred to as customization.
In order to use Webnus Customization Services for its products, please submit your request via the following link:
After your request is submitted, the developer team will get in touch with you.
https://webnus.net/services/
defaulting to full month view – how do we do that? Is that a pro only feature?
Hello,
The full calendar view is also available in the Lite version, it just doesn’t have these two skins: yearly and agenda.
Hi, how can I set the events to not expired? I got just four options there: two hours after their start, one hour after their start, right after their start, or its end time.
Hello,
unfortunately, it’s not possible.
you can hide expired status labels using CSS code. also, you can display expired events on the shortcodes.
Hi, can you please tell me where can I hide the status labels?
Hello again,
Please put this code in MEC> Settings > Custom CSS :
.mec-single-event .mec-holding-status
{
display: none !important;
}