I want the previous and next nav to show up for the Public side of the site and added to child stylesheet:
.tribe-events-map #tribe-events-header li a,
#tribe-events-header .tribe-events-sub-nav li,
#tribe-events-header .tribe-events-sub-nav .tribe-events-nav-next a,
#tribe-events-header .tribe-events-sub-nav .tribe-events-nav-previous a {
display: block !important;
}
The previous and next show up when I am logged in as the Admin, also have I click around to List View and then click back and then view as Month view and List View, but NOT when I initially go to the /events/ page or when I go from there and click Month view or Find Event. I want the prev/next to display consistently.