Invision Community 4: SEO, prepare for v5 and dormant account notifications By Matt Monday at 02:04 PM
Gill Posted June 14, 2018 Posted June 14, 2018 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 :)
Tom S. Posted June 14, 2018 Posted June 14, 2018 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.
Gill Posted June 14, 2018 Author Posted June 14, 2018 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 :)
Recommended Posts
Archived
This topic is now archived and is closed to further replies.