Notifications
Clear all

Remove user pop up

5 Posts
2 Users
0 Reactions
483 Views
Posts: 3
Topic starter
(@trewat)
Active Member
Joined: 8 months ago

Hello, can I remove the user pop up when click on the tagged name and have it redirected to user profile 


4 Replies
Astghik
Posts: 6522
Admin
(@astgh)
Illustrious Member
Joined: 8 years ago

Hi,

Use the CSS code below: 

#wpdcom .hint {
   pointer-events: none;
   cursor: default;
}

Insert the code in the "Custom CSS code" textarea, located in the Dashboard > wpDiscuz > Settings > Styles & Colors admin page.

Please don't forget to delete all kinds of caches before checking. 


Reply
3 Replies
(@trewat)
Joined: 8 months ago

Active Member
Posts: 3

@astgh thanks for the reply the code removes the popup, which is great 😁 but the name can it be directed to the user profile


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

Illustrious Member
Posts: 6522

@trewat 

I’m sorry, but currently there isn’t any option to disable the pop-up information. I’ve already asked the developers to add this option, if possible, in a future version.


Reply
(@trewat)
Joined: 8 months ago

Active Member
Posts: 3

@astgh ok thanks


Reply
Share:
Scroll to top