Address List form fix

Home Forums Calendar Products Events Calendar PRO Address List form fix

Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #1054635
    Dennis
    Participant

    Hi,

    GREAT plugin! quick question.

    I am looking to place the address below the venue on the list form event details.

    Here’s a link to my events page:
    https://utorlive.com/discover/shows/

    Looking to set up like example below:
    Artist Name
    Date
    Venue Name
    Venue Address

    Thanks!

    #1054857
    Hunter
    Moderator

    Welcome to the forums, Dennis!

    Thanks for the compliments – we also think it’s GREAT! To get started on accomplishing your desired results, head on over to our Themer’s Guide. Start right at the top under Customizing Template Files. I believe the template you’ll need to overwrite is plugins/the-events-calendar/src/views/list/single-event.php.

    Thanks for choosing PRO and welcome again to the forums!

     

    #1055279
    Dennis
    Participant

    Hey,

    yes i am familiar with the themer’s guide and have found the:

    plugins/the-events-calendar/src/views/list/single-event.php.

    file but don’t see where it mentions creating a <br> or placing the address underneath the venue.

    #1056673
    Hunter
    Moderator

    Dennis,

    You will need to create a template override for the plugins/the-events-calendar/src/views/list/single-event.php file. To achieve the desired line break, you will need to replace:
    <!--?php echo implode( ', ', $venue_details ); ?-->
    with:
    <!--?php echo implode( '<br> ', $venue_details ); ?-->

    Let me know if this does the trick. Thanks for choosing PRO and good luck with the template override 🙂

    #1076797
    Support Droid
    Keymaster

    This topic has not been active for quite some time and will now be closed.

    If you still need assistance please simply open a new topic (linking to this one if necessary)
    and one of the team will be only too happy to help.

Viewing 5 posts - 1 through 5 (of 5 total)
  • The topic ‘Address List form fix’ is closed to new replies.