Add PREVIOUS/NEXT EVENTS link at top of photo view

Home Forums Calendar Products Events Calendar PRO Add PREVIOUS/NEXT EVENTS link at top of photo view

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #1215263
    Joyce Spragins
    Participant

    I’ve got these links working nicely at the bottom of the page. is it possible to add them to the top as well?

    #1215790
    Geoff
    Member

    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

    #1215824
    Joyce Spragins
    Participant

    This worked perfectly!!!! yipppeeeee

    thank you

    #1216176
    Geoff
    Member

    Right on! I’m so glad to hear everything is working smoothly and I appreciate you following up to let us know. Definitely keep us posted if any other questions come up and we’d be happy to help. 🙂

    Cheers!
    Geoff

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘Add PREVIOUS/NEXT EVENTS link at top of photo view’ is closed to new replies.