Notifications
Clear all
Limited Support
Our team is currently on holiday, so support will be limited during this period. Response times may be slower than usual, and some inquiries may be delayed. We appreciate your patience and understanding, and we’ll resume our usual support by the end of August.
Topic starter
13/07/2019 12:51 pm
I noticed, when pressing a link opened in a comment, they dont open in a new tab but in the comment itselve. Can that somehow be fixed so the link opens in a new tab?
13/07/2019 1:11 pm
Hi @rjk,
Please add the following js code in your active theme js files:
jQuery('.wc-comment-text a').attr('target','_blank');
This article may be helpful for you: : https://www.ostraining.com/blog/wordpress/custom-js/