• Resolved dave0701

    (@dave0701)


    I have installed Events calendar under Gutenberg.

    You have a button option with a possibility to link to an url, great! However, how to have this url open in a new tab (so that the customer can easily switch back and forth to event and url?

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

Viewing 1 replies (of 1 total)
  • Hey there,

    Thanks for reaching out 😄

    Sorry for the wait! We’ve been experiencing a high volume of support requests.

    Can you try this snippet in your child theme’s functions.php file:

    /* Tribe, force event, venue & organizer websites to open in a new window */
    add_filter( 'tribe_get_event_website_link_target', function () { return '_blank'; } );

    Take care,
    Ed 🤟

Viewing 1 replies (of 1 total)
  • The topic ‘open button link in new tab’ is closed to new replies.