Welcome,
Guest
|
|
Hello,
Is it possible to disable Joomla tooltips in articles navigation? ... maybe it's a core Joomla problem? I tried to put this code in the "Custom JS" section of Astroid, but it doesn't work. jQuery(document).ready(function(){
jQuery(".pagenav").removeClass('hasTooltip') ;
}); Many thanks, Lorenzo |
The topic has been locked.
|
|
Lorenzo, Can you give me a link to your page that has tooltips.
Your JS looks fine, may be there is a conflict. |
Thank You,
If you like our support and products, tweet us at joomdev and let the world know about it.
The topic has been locked.
|
|
Hello Chetan,
...perhaps it would be possible to send you in private the page URL? This option is missing in the forum editor ... ![]() Thank you, Lorenzo |
The topic has been locked.
|
|
please email at This email address is being protected from spambots. You need JavaScript enabled to view it.
|
Thank You,
If you like our support and products, tweet us at joomdev and let the world know about it.
The topic has been locked.
|
|
The following jQuery does the job. I tested it using console on your site.
jQuery(document).ready(function(){
jQuery("a.hasTooltip").removeAttr('data-original-title') ;
}); The problem was that .pagenav didn't has the hasTooltip class but it's child element did. Thanks, Chetan |
Thank You,
If you like our support and products, tweet us at joomdev and let the world know about it.
The topic has been locked.
The following user(s) said Thank You: iorbita
|
|
...I was almost there
![]() Thank you very much ! |
The topic has been locked.
|
|
Amazing! your query is now solved. Case closed then.
Thanks, Lalit |
Thank You,
If you like our support and products, tweet us at JoomDev and let the world know about it.
The topic has been locked.
|
JoomDev is not affiliated with or endorsed by Open Source Matters or the Joomla! Project. The Joomla! logo is used under a limited license granted by Open Source Matters the trademark holder in the United States and other countries.
Powered by Astroid Framework © 2021 JoomDev. All Rights Reserved.