Google Map link in Event List & Individual Event page

Home Forums Calendar Products Events Calendar PRO Google Map link in Event List & Individual Event page

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #933481
    xrossglobalgroup
    Participant

    Hi,

    I like using the Google Map link, but only for the individual event pages, not for the event list. See:

    Event list: https://expatclub.org/events/ (see some events with the link)
    Individual event: https://expatclub.org/event/audi-factory-tour/

    If I leave the checkbox for Google Map link open, it will not show on both pages. If I select it, then it will be shown on both. Is there a way to make it appear on the individual pages, but not on the events overview page?

    Thanks.

    #933691
    Brian
    Member

    Hi,

    We do not have a feature to hide it in the List View and only show in the Single Event Template.

    The easiest thing to do would be hide it with css:

    .tribe-events-list a.tribe-events-gmap {
    display: none;
    }

    Add that css to your theme’s stylesheet or through a plugin such as Simple Custom CSS.

    Let me know if that helps.

    Thanks

    #943624
    Brian
    Member

    Since I haven’t heard back from you here, I’m going to go ahead and close out this thread. Feel free to start a new thread if you have further issues. Thanks! 🙂

Viewing 3 posts - 1 through 3 (of 3 total)
  • The topic ‘Google Map link in Event List & Individual Event page’ is closed to new replies.