How to add "Address:" label to meta section, and re-order "Phone:"

Home Forums Calendar Products Events Calendar PRO How to add "Address:" label to meta section, and re-order "Phone:"

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #102533
    David
    Participant

    Hello,

    I am having significant difficulties with the new version of events calendar pro… I am unable to edit any of the contents contained within function tribe_events_single_event_meta; I cannot locate the file.

    Anyhow, I’d like to add a label for Address: as it is not showing up on my site, and I would like the address to be displayed directly below the venue name. Right now I have the “Phone” displayed under the venue name, then the address, with no label for “address”. Is there a way to access this so it can be easily modified??? So frustrating…

    #103174
    Brook
    Participant

    Howdy djdavidb,

    I am sorry it is frustrating. That function is basically a walker, by nature they are very complex because there are so many conditions they have to check for. Is it this template, this one, or this one? Is venue map shown here or here… Lots of if{} statements. Fortunately we have some great documentation on how to modify the output of the walker.

    Here is the code behind tribe_events_single_event_meta(), that might help you to understand the function better. Furthermore, this snippet will show the address label. I think that is exactly what you are looking for!

    Please let me know if that helps. I would be glad to answer more questions or clarify anything. Cheers!

    – Brook

Viewing 2 posts - 1 through 2 (of 2 total)
  • The topic ‘How to add "Address:" label to meta section, and re-order "Phone:"’ is closed to new replies.