Events Calendar default to current month

Home Forums Calendar Products Events Calendar PRO Events Calendar default to current month

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #1606607
    Chrissanne Long
    Participant

    Good Morning!

    I had red thru all of the forums but cannot seem to find a solution. I would like our events calendar pro to show the title of the current month that it is showing. Right now it only shows next month up not the current month or the previous month.

    Thank you so much!
    ~Amanda

    #1608181
    Andras
    Keymaster

    Hello Amanda,

    Thanks for reaching out!

    I’m sorry to hear about this issue with the calendar title. This is definitely not standard behavior.

    I have checked your site, the title of the page is there, it is just hidden by the ‘Tribe Bar’. The Tribe Bar is pushed up with this piece of css:

    [code language=”css”]
    #tribe-events-bar {
    margin-top: -50px;

    }
    [/code]

    This is in http://cam.seu.edu/wp-content/themes/enfold/config-events-calendar/event-mod.css.

    You can offset this with adding the following css snippet to your theme’s style.css file:

    [code language=”css”]
    #tribe-events-bar {
    margin-top: 0;
    }
    [/code]

    Or moving the title up like this:

    [code language=”css”]
    .tribe-events-title-bar .tribe-events-page-title {
    top: -50px !important;
    }
    [/code]

    Let me know if this helps.

    Cheers,
    Andras

    #1625469
    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 3 posts - 1 through 3 (of 3 total)
  • The topic ‘Events Calendar default to current month’ is closed to new replies.