Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #325127

    Hi support,

    How can I add pictures without using external links within the Advertising Area?

    Thank you very much,
    Marc

    #325133

    Hi mw75!

    Please add following code to Functions.php in Appearance > Editor

    function add_custom_target(){
    ?>
    <script>
    jQuery(window).load(function(){
    jQuery('.avia_partner_widget a').removeAttr('target');
    });
    </script>
    <?php
    }
    add_action('wp_footer', 'add_custom_target');

    Best regards,
    Yigit

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