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
24/05/2019 11:35 am
How can I make user profiles URL open in the same window, currently they open in a new window for every user.Β
24/05/2019 11:45 am
Hi @sunny,
I'm sorry, but there is no option for this. Here is the js code you can use for this purpose:Β
jQuery(".wc-comment-author a").attr("target", "");
Add the code in your active theme js files.
Please don't forget to delete all caches before using.Β