Previous/Next month links not displayed above month view

Home Forums Calendar Products Events Calendar PRO Previous/Next month links not displayed above month view

Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #992577
    rstoeber
    Participant

    My month view only has the navigation links for previous/next month below the calendar. I would like them above the calendar as well. The links actually appear in the source for the page, but it seems like there is a display:none for some reason.

    I’ve looked all over the settings to see if I’m missed a checkbox or something to enable the navigation, but I don’t see anything. Am I just missing a display option somewhere?

    I thought I should ask about it before I start changing any code.

    https://sausalitoyachtclub.org/events/

    #992750
    Brian
    Member

    Hi,

    Thanks for using our plugins. I can help out here.

    Those links are there, but hidden.

    Try out this css to show them:

    .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;
    }

    Add that css to your theme’s stylesheet or through a plugin such as Simple Custom CSS.

    Let me know if that helps.

    Thanks

    #992769
    rstoeber
    Participant

    Thanks Brian. A quick and easy fix that did solve the problem.

    Is it supposed to be this way? I mean, it seems like most people would want those navigation links for previous/next month, so why is the default display:none? Just curious.

    #992850
    Brian
    Member

    Great glad it helps.

    I know it is suppose to be that way, but I am not why it is that way.

    I put it on my list to ask in the next Support Meeting we have and see if I can find out.

    Cheers

    #996943
    Support Droid
    Keymaster

    This topic has not been active for quite some time and will now be closed.

    If you still need assistance please simply open a new topic (linking to this one if necessary)
    and one of the team will be only too happy to help.

Viewing 5 posts - 1 through 5 (of 5 total)
  • The topic ‘Previous/Next month links not displayed above month view’ is closed to new replies.