Does anyone has experience with "Events Manager" plugin?

Frosty

Member
May 21, 2019
53
25
18
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

Frosty

Member
May 21, 2019
53
25
18
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

elmocando

Active member
Oct 17, 2019
628
153
43
localhost
@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.
 

Forum statistics

Threads
69,206
Messages
908,351
Members
236,895
Latest member
jeremcastdlp

About us

  • Our community has been around for many years and pride ourselves on offering unbiased, critical discussion among people of all different backgrounds. We are working every day to make sure our community is one of the best.

Quick Navigation

User Menu