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.

 

[Solved] Remove link from the referenced user

7 Posts
2 Users
0 Reactions
2,396 Views
Posts: 7
Customer
Topic starter
(@rogerio82)
Member
Joined: 6 years ago
Good Morning. Can you remove the user link mentioned in the comment? I saw some old posts here, but it seems that this option has not been added yet. Thank you for your attention.

adssdafsfasfsaf

 
 
6 Replies
Astghik
Posts: 6444
Admin
(@astgh)
Illustrious Member
Joined: 8 years ago

Hi @rogerio82,

I've already asked the add-ons developers about your request. I'll update this topic once I get a request from them. 

3 Replies
Customer
(@rogerio82)
Joined: 6 years ago

Member
Posts: 7

Ok. I am waiting.

Astghik
Admin
(@astgh)
Joined: 8 years ago

Illustrious Member
Posts: 6444

Hi @rogerio82,

Please add the following js code in js files of WordPress active theme, delete all caches and check again. 

jQuery(document).ready(function ($){
$.each($('#wcThreadWrapper .hint'), function (i, val) {
$(val).replaceWith('<span class="hint-replaced">' + $(val).html() + '</span>');
});
});

We'll take into consideration for future updates to add such an option. 

Customer
(@rogerio82)
Joined: 6 years ago

Member
Posts: 7

Good morning

 

The code worked, but the image of the member became very large.

Thank you for your attention.

imagemdiscuz
Posts: 7
Customer
Topic starter
(@rogerio82)
Member
Joined: 6 years ago

I was able to decrease the image. Thank you

1 Reply
Astghik
Admin
(@astgh)
Joined: 8 years ago

Illustrious Member
Posts: 6444

Thank you for letting us know rogerio82.

Glad to hear that the issue is solved. 

Share:
Scroll to top