Jump to content

How to Disable Profile Hover Card


Gill

Recommended Posts

hi Guys :) i would like to disable the profile hover card so that if member want to  know more about the other user they have to go to user profile rather than just hover the mouse and read the profile details

Is there is way to disable it globally ? or where can i adjust the timing of hover card shown time. i will change the timer to so long it will not appear to user as they hover mouse over profile 

Thanks :)

 

ty.png

Link to comment
Share on other sites

35 minutes ago, balwant said:

Is there is way to disable it globally ?

Here is a quick an easy way to do it. Add to custom.css

.ipsHovercard
{
	display: none!important;
}

One thing I should note is that this method completely disables the hovercard UI widget. I can't think what else currently uses it in the core system, but maybe a custom app or plugin might utilise it. Just something to keep in mind. 

Link to comment
Share on other sites

5 minutes ago, Tom S. said:

Here is a quick an easy way to do it. Add to custom.css


.ipsHovercard
{
	display: none!important;
}

One thing I should note is that this method completely disables the hovercard UI widget. I can't think what else currently uses it in the core system, but maybe a custom app or plugin might utilise it. Just something to keep in mind. 

 

 

Thanks a lots You made my day :)

Link to comment
Share on other sites

Archived

This topic is now archived and is closed to further replies.

  • Recently Browsing   0 members

    • No registered users viewing this page.
  • Upcoming Events

    No upcoming events found
×
×
  • Create New...