Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1171857
    outfitarena
    Participant

    Hi dear X theme team,

    I have a question. Is that possible that when I link the image on the product page of my woocommerce theme, it opens in a new tab? Because, every time I have to go into the settings of each image and check the box “Open link in a new tab”. So do I have to do it manually every time, or there is a way to make it default. I only need this for the links that take out of the website. Within the website I am ok that it opens in the same tab, no problem with that. I will attach the screenshots now.

    #1171859
    outfitarena
    Participant
    This reply has been marked as private.
    #1172160
    Jade
    Moderator

    Hi there,

    Please add this in the custom JS box:

    (function($){
    
        $('.single-product .entry-summary div[itemprop="description"] a').attr('target', '_blank');
    
    })(jQuery);

    Hope this helps.

    #1172618
    outfitarena
    Participant

    Thanks Jade, works perfect))

    #1172763
    Lely
    Moderator

    You’re welcome!

    Cheers!

  • <script> jQuery(function($){ $("#no-reply-1171857 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script>