Calendar header / name of month doesn't appear on page

Home Forums Calendar Products Events Calendar PRO Calendar header / name of month doesn't appear on page

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #1170997

    Title says it all. The header that should say “Events for [month/year]” at the top of the calendar doesn’t show up. I’m not all at proficient in web design/coding/anything, and really hesitant to take the next troubleshooting step of reverting from our fully-customized theme to the wordpress default for fear of breaking something. Please help!

    #1171392
    Hunter
    Moderator

    Hi and welcome,

    I’ll try my best to help out here, but unfortunately theme conflicts extend beyond what we’re able to support. (see What support is provided for license holders?)

    Do you have any custom templates saved in a folder named tribe-events that resides inside your theme folder? Example: [your-theme]/tribe-events

    More info on custom templates can be found by reviewing our Themer’s Guide.

    It would also be helpful if you could send over your System Information as a private reply. Thanks and have a great weekend 🙂

    #1171729
    Andras
    Keymaster

    Hi Najeema and Hunter,

    Let me chime in here as I might have a quick fix.

    It looks like that the title at the top is hidden by the theme.

    Firstly, it is recommended to use a child theme, so when your parent theme gets an update, your customizations don’t get lost. You can find more info on child themes here: https://codex.wordpress.org/Child_Themes

    And to make the calendar titles appear, then add the following snippet to your child theme’s style.css file:

    #tribe-events-header, .tribe-events-page-title, .tribe-events-list-separator-month, .tribe-events-single-event-title, .tribe-events-divider {
    display: block !important;
    }

    This should bring it back.

     

    In case you don’t have / don’t want to use a child theme, then look for the below lines in your current theme’s style.css file, and simply remove them. You can do this under Appearance > Editor > choose Stylesheet (style.css) on the left. These lines should be close to the end.

    #tribe-events-header, .tribe-events-page-title, .tribe-events-list-separator-month, .tribe-events-single-event-title, .tribe-events-divider {
    display: none !important;
    }

    Please note again, if you do this change in your theme’s style.css then the customizations might get lost with a theme update.

    Let us know if this helps.

    Cheers,
    Andras

    #1182535
    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 4 posts - 1 through 4 (of 4 total)
  • The topic ‘Calendar header / name of month doesn't appear on page’ is closed to new replies.