• Resolved crazyrawkr

    (@crazyrawkr)


    Hello,

    I’ve been trying out the free The Events Calendar plugin and I love it so far. However, I’ve run into a little bit of a snag. I have events that are coming up in September but there is no next month link showing.

    I’ve tried the solution I found here as well as this solution I found in the forums:

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

    Neither of which has worked for me. Any help would be greatly appreciated!
    inslp.net/events

    https://wordpress.org/plugins/the-events-calendar/

Viewing 3 replies - 1 through 3 (of 3 total)
  • You’re on the right track!

    Give this CSS a try and see if it helps re-display the links:

    .tribe-events-sub-nav {
      display: block !important;
    }

    You can place that at the bottom of your theme’s style.css file or in a custom CSS file called tribe-styles.css in a new folder in your theme directory called tribe-events.

    Cheers!
    Geoff

    Thread Starter crazyrawkr

    (@crazyrawkr)

    That worked!

    So simple, thanks!

    Right on, so stoked to hear that! Thanks for following up and letting me know. 🙂

Viewing 3 replies - 1 through 3 (of 3 total)

The topic ‘Next month not showing’ is closed to new replies.