title above calendar

Home Forums Calendar Products Events Calendar PRO title above calendar

Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • #1277754

    I’m getting padding above the calendar, looks like that’s the place for a title (which is missing)? The Submit an Event page has a title (SUBMIT AN EVENT), and that form starts on the same line as the calendar as far as I can tell. The calendar page (/events) doesn’t have a title; if it had one I wouldn’t be seeing all that white space.

    ??

    #1277755

    Note: I’m using Divi’s Extra theme.

    #1278144
    Geoff B.
    Member

    Good afternoon Joseph and welcome to the Events Calendar Support forum!

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

    Actually, the white space in question does come from a CSS rule of your theme and not from the lack of title.

    .page .post-wrap {
    padding: 40px 60px;
    }

    With that in mind, you are right, there is no title on that page.

    So I guess this leaves you with a couple of options:

    1. Try different settings under Events -> Settings -> Display for Events Template to see if that helps
    2. Remove the white space with CSS

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

    .post-type-archive-tribe_events .page .post-wrap {
    padding: 0px 60px 40px;
    }

    Let me know how that goes.

    Best regards,
    Geoff B.

    #1278158

    Thanks Geoff! I was going to check with Divi next 🙂

    I LOVE the calendar. Just beautiful work. Since I have you on the phone,
    so to speak, do you know if there’s a way to colorcode the event titles on
    the calendar? I couldn’t find anything in the knowledge base. I know this
    is not for this ticket, so I can open another one if that’s appropriate.

    I really really love this plugin, and especially the documentation (and,
    now, support)! I wrote a lot of documentation in a previous life, so I
    know a good product when I see it 🙂

    #1278396
    Geoff B.
    Member

    Good evening Joseph,

    Thank you for writing back and for your awesome words.
    They are truly appreciated.

    I believe the following third-party plugin is what you are looking for: https://wordpress.org/plugins/the-events-calendar-category-colors/

    Let me know if that does the trick for you.

    Have a great day!

    Geoff B.

    #1278506

    ​(Yep, it worked – thanks Geoff!)​

    #1278918
    Geoff B.
    Member

    Good evening Joseph,

    That’s awesome!

    Is there anything else I can help you with today ?

    Have a great day!

    Geoff B.

    #1289515
    Support Droid
    Keymaster

    Hey there! This thread has been pretty quiet for the last three weeks, so we’re going to go ahead and close it to avoid confusion with other topics. If you’re still looking for help with this, please do open a new thread, reference this one and we’d be more than happy to continue the conversation over there.

    Thanks so much!
    The Events Calendar Support Team

Viewing 8 posts - 1 through 8 (of 8 total)
  • The topic ‘title above calendar’ is closed to new replies.