• You MUST read the Babiato Rules before making your first post otherwise you may get permanent warning points or a permanent Ban.

    Our resources on Babiato Forum are CLEAN and SAFE. So you can use them for development and testing purposes. If your are on Windows and have an antivirus that alerts you about a possible infection: Know it's a false positive because all scripts are double checked by our experts. We advise you to add Babiato to trusted sites/sources or disable your antivirus momentarily while downloading a resource. "Enjoy your presence on Babiato"

Does anyone has experience with "Events Manager" plugin?

Displaying Calendars On Your Site

Main Events Page
If you would like to show the Full Calendar on your main event page, you should go to the Events > Settings > Pages tab in your admin dashboard and then open the Events List/Archives panel. You’ll see an option called Display calendar in events page?
If you are using the WP FullCalendar plugin then you’ll see a section for FullCalendar in the General Tab, which provides the Override calendar on events page? option.
Widgets
There is a calendar widget which you can use to display the Small Calendar in various widget areas of your theme. To add a calendar widget, visit your Appearances > Widgets page in your admin dashboard, and drag the widget called Events Calendar to your desired sidebar.

Shortcode
You insert one single shortcode into your post and page content to display a calendar, here is an example:
[events_calendar full=”0″ long_events=”1″]
This shortcode would create a calendar exactly like the calendar above, however, depending on where you inserted this it may stretch to fit the full-width. If you want to restrict the size of this calendar (for example, 250 pixels), you can wrap it in a div html element like so:
1
2
3
</pre>
<div style="width: 250px;">[events_calendar full="0" long_events="1"]</div>
<pre>
PHP Code
Requires knowledge of PHP and HTML. You can directly insert calendars using PHP into your theme files. Here’s an example equivalent to the sortcode and widget examples in PHP:
1echo EM_Calendar::eek:utput(array('full'=>0, 'long_events'=>1))
Advanced Customization
Requires knowledge of PHP and HTML. If you want to make some changes to the structure of the calendar. You can do this by overriding the default calendar templates within your theme. The files you’ll want to move are:
  • templates/templates/calendar-full.php – The Full Calendar
  • templates/templates/calendar-small.php – The Small Calendar
 
  • Love
Reactions: elmocando
Not necessarily bro, Read this:

WP FullCalendar (seperate plugin)
This is a seperate plugin created by us, which is freely available on the WordPress plugins repo, meaning you can install it straight from your dashboard. Search for “wp fullcalendar”.
calendar-fullcalendar.png

Click here for a demo of this calendar
FullCalendar is a jQuery script that generates a beautiful AJAX-powered calendar, offering various styling possibilities. This behaves much in the same way as calendars with regards to displaying them with shortcodes, settings, widgets, etc.
Please note that due to the way that FullCalendar works, certain features available in the native calendars may not be the same for FullCalendar and vice-versa.
 
  • Like
Reactions: elmocando
@Frosty I have checked with this WP FullCalendar, it's really nice and these 2 plugins made a complete package but again I am facing another issue, User cannot create Location from frontend, while creating event. If google map API is not integrated frontend user has no option to select place and venue, he has to select those options only which Admin has created from back-end.
Please let me know if I am doing anything wrong.
 
AdBlock Detected

We get it, advertisements are annoying!

However in order to keep our huge array of resources free of charge we need to generate income from ads so to use the site you will need to turn off your adblocker.

If you'd like to have an ad free experience you can become a Babiato Lover by donating as little as $5 per month. Click on the Donate menu tab for more info.

I've Disabled AdBlock