Single Venue Page

Home Forums Calendar Products Events Calendar PRO Single Venue Page

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #924834
    David Kaye
    Participant

    Hi!

    I’m having difficulty locating a solution to my problem with any existing documentation.

    I want to be able to show Upcoming Events on the Single Venue page in the ‘Photo’ format, instead of ‘List.’
    I could re-style the list format for the Venue page, since I’m not using it anywhere else, but the ‘Upcoming’ title is inside the same div as the venue id, date and photo for the event.

    Thanks for any help and happy holidays!

    Nick

    #925415
    Brian
    Member

    Hi Nick,

    Thanks for using the Events Calendar.

    I can try to help you get started on this customization.

    If you would like to make a Photo View on the Single Venue Page it is possible, but as you said it would require reformatting the list view on that page. We do not have a tutorial on doing that as it could turn into quite a large customization.

    The Single Venue is creating using this template in Pro:

    /events-calendar-pro/views/pro/single-venue.php

    The List View is created from this function on this page:

    tribe_include_view_list

    Which is getting the List View Template found in the Events Calendar.

    So you could start there to make changes with this file:

    /the-events-calendar/views/list/content.php

    That is where the title “Upcoming Events” is being created for the venue view.

    You could use conditionals to remove or display your own content as you would like.

    is_singular(‘tribe_venue’)

    That is about all we can do to help on this, but if you have any follow up questions let us know.

    Thanks

    #925805
    David Kaye
    Participant

    Thanks, Brian! I figured out how to do all this… just took over the list view format and re-styled everything.

    #926216
    Brian
    Member

    I am glad to see you were able to figure it out.

    I am going to go ahead and close this ticket. If you have a similar issue or another in the future, please do not hesitate to create a new ticket.

    Thanks!

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘Single Venue Page’ is closed to new replies.