Calendar navigation location

Home Forums Ticket Products Event Tickets Plus Calendar navigation location

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #1217077
    Thomas Claffy
    Participant

    Can the previous & next navigation buttons be duplicated at the top of the calendar display as they are at the bottom? Rather inconvenient location most of the time.

    #1217476
    Geoff
    Member

    Hi Thomas,

    Yes, it is indeed possible to display the navigation at the top of the calendar, just like it is at the bottom.

    Try adding this to either your theme’s stylesheet or by pasting into the Appearance > Customize > Advanced CSS screen:

    #tribe-events-header .tribe-events-sub-nav li {
    display: block;
    }

    Here is a screenshot of how that looks when I tested it out on your site.

    Cheers!
    Geoff

     

    #1217841
    Thomas Claffy
    Participant

    Got it working with this code:

    /* add navigation bar at the top of the calendar */
    #tribe-events-content #tribe-events-header .tribe-events-sub-nav li, #tribe-events-content #tribe-events-header .tribe-events-sub-nav .tribe-events-nav-next a {
    display: block;
    }

    Thanks for the pointers.

    #1218032
    Geoff
    Member

    Excellent, glad to see it working, Thomas!

    Cheers and have a great weekend,

    Geoff

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘Calendar navigation location’ is closed to new replies.