• Resolved birgitbiere

    (@birgitbiere)


    At the details of the organizer you see
    – name of organizer
    – email address of organizer
    – website of organizer

    The website has a link to the website but the email not to the email address.
    How can I set a link to the email address – for all events / organizer?
    Thanks for helping.

    The page I need help with: [log in to see the link]

Viewing 2 replies - 1 through 2 (of 2 total)
  • Hi @birgitbiere,

    Thanks for reaching out to us. I’d love to help you out with that.

    The best way to do this would be to override the template. To do this, copy the following file:

    plugins/the-events-calendar/src/views/modules/meta/organizer.php

    To your theme directory (you will have to create the series of folders):

    themes/YOUR_THEME/tribe-events/modules/meta/organizer.php

    Once copied, find the following line:

    <?php echo esc_html( $email ); ?>

    And replace it with:

    <a href="mailto:<?php echo esc_html( $email ); ?>?subject=RSVP"><?php echo esc_html( $email ); ?></a>

    Let us know how that works for you.

    Take care,
    Ed

    Thread Starter birgitbiere

    (@birgitbiere)

    Hi Ed,
    thank you so much. It works well. The problem is solved.
    Best regards
    Birgit

Viewing 2 replies - 1 through 2 (of 2 total)

The topic ‘Organizer email address link’ is closed to new replies.