Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #407235

    Hey Josue, We are using The Events Calendar plugin and the theme integration is great!

    One thing I can’t figure out is…
    On Single (blog) layout, we have the “Share links at the bottom of your blog post” enabled. When viewing a calendar single event entry, we’d like the same share buttons to show at the bottom of the event post. Is that possible?

    thanks, Jill

    #407712

    Hey!

    Try adding this at the very end of your theme / child theme functions.php file:

    function add_sharelinks_to_single_event_view() {
    	avia_social_share_links();
    }
    add_action('tribe_events_single_event_after_the_content', 'add_sharelinks_to_single_event_view');
    

    Cheers!
    Josue

    #408333

    You are awesome! Thanks for the solution and fab support. – Jill

    #408457

    You are welcome Jill, always glad to help :)

    Regards,
    Josue

Viewing 4 posts - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.