Viewing 6 replies - 1 through 6 (of 6 total)
  • Plugin Author Till Krüss

    (@tillkruess)

    How exactly are you adding the mailto link below the calendar?

    Thread Starter Andrew Leonard

    (@andrewleonard)

    Thanks for replying
    In the Event Calendar plugin “Settings/Display” option, there is the opportunity of adding HTML (before and) after their calendar
    It is this code your plugin is not picking up
    Screen dump of plugin page:

    link to my site with calendar page

    Thread Starter Andrew Leonard

    (@andrewleonard)

    and here are the links?
    <a href="https://www.andrew-leonard.co.uk/screendump.gif"></a>
    <a href="https://www.andrew-leonard.co.uk/wordpress/?post_type=tribe_events"></a>

    Thread Starter Andrew Leonard

    (@andrewleonard)

    I don’t know how to add a link!

    Plugin Author Till Krüss

    (@tillkruess)

    Try adding the following code to you’re theme’s function.php file:

    add_filter( 'tribe_events_after_html', 'eae_encode_emails' );

    That should do the trick.

    Thread Starter Andrew Leonard

    (@andrewleonard)

    Brilliant
    I created a functions.php file with your one line (above) and put it in my child theme and it works perfectly
    Thanks for your help

Viewing 6 replies - 1 through 6 (of 6 total)
  • The topic ‘Plugin not working with the Events Calendar’ is closed to new replies.