Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Support Jyoti Bhandari

    (@jyoti197)

    Hi @pipoulito,

    Please follow the beelow described steps:-
    1. Go to the-events-calendar-event-details-page-templates >> the-events-calendar-event-details-page-templates.php
    2. Add given script at line No.56:-

    add_action( 'wp_footer', array($this,'wp_make_all_venue_links_open_in_new_window' ));

    3. Add below-shared code at line no. 59:-

    function wp_make_all_venue_links_open_in_new_window() {
    ?>
        <script>
            jQuery(document).ready(function($){
    			console.log('hy');
    	    $('.epta-addto-calendar > a').attr('target', '_blank');
    	});
        </script>
    <?php
    }

    Hope it helps you.

    Thanks & Regards

    Thread Starter pipoulito

    (@pipoulito)

    thanks a lot !!

    Plugin Support Jyoti Bhandari

    (@jyoti197)

    Hi @pipoulito,

    It’s my pleasure!
    Hope you would like our plugin and support. I would greatly appreciate if you kindly share your valuable feedback.

    Thanks & Regards

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘New page’ is closed to new replies.