Hi Joyce,
Great question! Yes, I do think this would be possible, though it will take a little bit of custom development. I’m happy to get get you started!
First off, we’ll need to create a stylesheet so we can customize it with your own code:
- Make a new folder in your theme directory called tribe-events
- Make a new folder in that one called pro
- Make a new file in there called tribe-events-pro.css
Now that the template is in your theme, it can be modified to suit your needs. In this case, try adding this to the file:
#tribe-events-header .tribe-events-sub-nav li {
display: inline-block !important;
}
.tribe-events-photo #tribe-events-header li a {
display: inline-block !important;
}
That should reveal the navigation in the header of Photo view. Here’s a screenshot of how that looks on my test site.
Will this work for you as well? Please let me know. 🙂
Cheers!
Geoff