Posted: March 3, 2014 at 1:56 pm
|
I was wondering if it’s possible to display two different event calendars? We have a new venue and would basically like to have some manner of splash page that allows guests to choose which venue they would like to view. I figured I would create a page to link to the different calendars, but I wasn’t sure how to display. I thought maybe there was a shortcode based on venue, but I didn’t find. Thanks for your help! |
Hi Fred, How are you today? This will help you understand that you can create category-specific calendars: https://eventespresso.com/wiki/calendar/ |
|
|
Hi Garth, Thanks for your reply. The problem with this is, I have categories already set up, which will be nearly identical. I was hoping I could split them based on venue. By this method, would I have to remake all of my categories so that each had a Venue#1 and Venue#1 option? And then can I view multiple categories within that calendar? Basically I want to show my full calendar, but available in two different venues. |
Hi Fred, Can I asked which version of the Calendar you currently have installed? The latest version allows you to set Category and/or Venue filters to view only events within those selections. For example: http://take.ms/SRwGi If you have the latest version (Currently v2.2.2) you’ll need to go to Event Espresso -> Calendar Settings. Set ‘Enable Filters in Calendar’ to Yes and save the settings. That should then display the filters as shown in the Screenshot. Does that help? |
|
|
We currently are using Version 2.1.1.BETA. Should I uninstall and add the new version? Or can I just update? Obviously I don’t want to break anything. (: |
Hi Fred, There have been some significant changes to the Calendar settings since 2.1.1.BETA Firstly I would recommend backing up the site (both the files and database) as its good practice before updating/modifying ANY plugins. We have a guide posted here: https://eventespresso.com/wiki/how-to-back-up-your-site/ You should just be able to update the Calendar although you may need to reset the Calendar settings (Event Espresso -> Calendar Settings. Check ‘Reset Settings’ and Save) then setup the defaults for how you would like the Calendar to display. It is always advisable to test updates locally first just to be sure of any unexpected results. |
|
|
Ok, I have the updated Calendar installed now, as well as another venue. I can see how to work with the drop-down. But what I want to do is have a splash page with both venues available as links. Then I would display each of the calendars separately based on venue. Is this possible? |
|
Hi, Unfortunately not. There isn’t a way to filter by venue before the calendar is loaded. The drop down filter, uses JavaScript and AJAX to filter the calendar dynamically, which basically means the action of selecting from the dropdown needs to occur. |
|
Ok, I’m guessing a header-type menu drop-down would be the same? No go? Is there a way to stylize the venue selector to be more visible on the calendar? Also, can I remove the category selector on the calendar? (I feel this is just going to confuse our customers.) And lastly, can I stylize the “Month Name”, so it is larger, bolder, etc? After the update is has become nearly invisible. Thanks!! |
|
Hi,
The only filter available is what you see. You could probably move it or create one but that would require JavaScript knowledge and customising a core file.
Of course, via CSS, targeting the #ee-venue-submit CSS ID.
Sure, add the following CSS to your themes style.css or better yet use a plugin such as My Custom CSS #ee-category-submit { display: none; }
Sure, use some CSS such as this .fc-header-title { font-size: 26px; } bear in mind if you make the font as big as in the example, it will push the Month/week/day buttons over. So you may want to restrict the font size r consider removing those buttons (See the Calendar Options page). |
|
thank you for all of those answers.. . that will help quite a bit. we’re going to submit a customization request as well.. i appreciate all of your help!!! |
|
awesome! all of this worked out. still have a lot we would like to try and do, but this is getting us along. thanks! |
The support post ‘Display Multiple Calendars’ is closed to new replies.
Have a question about this support post? Create a new support post in our support forums and include a link to this existing support post so we can help you.