Multiple Calendars

Home Forums Calendar Products Events Calendar PRO Multiple Calendars

Viewing 15 posts - 1 through 15 (of 17 total)
  • Author
    Posts
  • #1326913
    Scott Talarico
    Participant

    I have a similar question to the following forum. When I click to see the answer it tells me to contact support.

    ———————
    Multi user Calendar?

    Hello there, We have a client that requires multiple calendars for each their artists events. Each artist needs to select and see their own calendar. Is it possible to have several calendars for each artist or select a calendar searching by name? If so, can they download their own calendar? Another question is if it´s…

    Date: 6.13.17 Forum: Pre-Sales QuestionsReplies: 1

    #1327285
    Geoff B.
    Member

    Good evening Scott and welcome to the Events Calendar Support forum!

    Thank you for reaching out to us.
    I would love to help you with this topic.

    I believe you will find the answers you are looking for here: https://theeventscalendar.com/knowledgebase/can-you-have-multiple-calendars/

    Let me know if that helps.

    Have a great day!

    Geoff B.

    #1328469
    Scott Talarico
    Participant

    This is great. The artist calendars are now separated by category, however we have run into an issue with the event pages.

    When you click on an event, the event has a link at the top that says “all events” and takes you back to the main calendar with events from all the calendars. Is there a way to replace that link with a link that takes you back to the calendar that is specific to the artist? Or a way to remove it all together?

    There are also two links at the bottom of the event pages that take you to the previous and next events. These events are not for the specific artist calendar, but for all the calendars. Is there a way to change these or get rid of these as well?

    #1329287
    Geoff B.
    Member

    Good evening Scott,

    Thank you for writing back.

    I am super stoked that you were able to make some progress on this.

    Is there a way to replace that link with a link that takes you back to the calendar that is specific to the artist? Or a way to remove it all together?

    Yes, you can customize pretty much anything in any of our calendar views using either a snippet in the functions.php of your WordPress theme or by doing a view/template customization.

    You might want to read our Themer’s guide to get a sense of how that works.

    If this is a bit too involved to your liking, you can simply hide the links with CSS.

    Try adding the following CSS rule to your style.css file or in your Custom CSS metabox:

    .tribe-events-back, #tribe-events-footer .tribe-events-sub-nav, #tribe-events-header .tribe-events-sub-nav {display: none !important}

    Let me know how that goes.

    Best regards,
    Geoff B.

    #1330037
    Scott Talarico
    Participant

    This worked perfectly. Thank you! I do have one more question.

    I have looked at your themer’s guide and css page, but can’t seem to find a way to remove a link. On the top of the calendar, it says “Events for August 2017” which is linked to the main calendar. How do I remove this link?

    #1330977
    Geoff B.
    Member

    Good evening Scott,

    I am glad we are making progress.

    There are a couple of ways to tackle this issue. But the simplest probably remains CSS.

    Try adding the following CSS rule to your style.css file or in your Custom CSS metabox:

    .events-category h2.tribe-events-page-title a {display: none !important}

    Let me know how that goes.

    Best regards,
    Geoff B.

    #1331591
    Scott Talarico
    Participant

    Unfortunately, this CSS did not work. We entered the CSS both with the first CSS (to eliminate the links on the event pages) and alone to test if the codes were interfering with each other. Neither worked.
    We also have been trying to use this CSS code that we found in your support to add navigation links above the calendar in Month View.

    .tribe-events-month #tribe-events-header .tribe-events-sub-nav .tribe-events-nav-next a, .tribe-events-month #tribe-events-header .tribe-events-sub-nav li {
    display: block;
    }

    We have downloaded the Simple Custom CSS plugin to see if it made a difference, which it did not.

    Thank you for your help.

    #1331679
    Geoff B.
    Member

    This reply is private.

    #1334206
    Scott Talarico
    Participant

    This reply is private.

    #1334240
    Scott Talarico
    Participant

    This reply is private.

    #1336565
    Victor
    Member

    This reply is private.

    #1339721
    Geoff B.
    Member

    Good morning Scott,

    First off, I would like to apologize for the delay answering.
    As my colleague Victor pointed out, I was unfortunately away on vacations.

    I ran some tests with your theme and you are right, somehow it seems to not use the normal style.css approach.

    The good news is that I was able to circumvent the issue by using Appearance > Customize > Additional CSS.

    Putting the CSS rule there works like a charm if you are using the category URLs.
    The rules can also be easily adapted for other uses.

    Let me know how that goes.

    Best regards,
    Geoff B.

    #1341986
    Scott Talarico
    Participant

    This reply is private.

    #1342192
    Geoff B.
    Member

    This reply is private.

    #1342394
    Scott Talarico
    Participant

    This reply is private.

Viewing 15 posts - 1 through 15 (of 17 total)
  • The topic ‘Multiple Calendars’ is closed to new replies.