-
AuthorPosts
-
June 15, 2014 at 12:27 pm #279081
Hi.
I have tried removing the tooltip of the images according to your post:https://kriesi.at/support/topic/easy-slider-remove-auto-alt-text-on-images/
I applied the two modifications of code that you point out, but the tooltips have just disappeared from the images without title, you do have title appears the bullet and the tooltip with the same text
How to remove the tooltip of pictures so that only aprezca title vignette)?
RegardsJune 15, 2014 at 12:33 pm #279086Hey romero2!
Code Josue posted here should work – https://kriesi.at/support/topic/easy-slider-remove-auto-alt-text-on-images/#post-268838
Can you post the link to your website?Regards,
YigitJune 15, 2014 at 1:52 pm #279105June 15, 2014 at 1:57 pm #279106Hi Yigit, I have included the function shown in https://kriesi.at/support/topic/easy-slider-remove-auto-alt-text-on-images/ # post-268838 but still not working.
Thanks for your attentionJune 15, 2014 at 2:03 pm #279110Hey!
Can you try
function add_custom_script(){ ?> <script> jQuery(window).load(function(){ jQuery(‘.avia-gallery-thumb a’).removeAttr(‘title’); }); </script> <?php } add_action('wp_footer', 'add_custom_script');
Cheers!
YigitJune 15, 2014 at 3:10 pm #279115Hi.
I added the function to functions.php, but does not work: continue to appear tooltips and cartoons in the titled images.Regards…
June 15, 2014 at 4:38 pm #279120Hey!
Do you mind creating a temporary admin login and posting it here privately?
Regards,
YigitJune 15, 2014 at 4:52 pm #279121This reply has been marked as private.June 16, 2014 at 12:54 am #279185Hey!
Login credentials are not working, can you check them once again?
Regards,
YigitJune 16, 2014 at 8:40 am #279291This reply has been marked as private.June 16, 2014 at 9:51 am #279313Hey!
Thank you for the access.
For clarification, you only want to remove the tooltip on the gallery images. Is that correct? Please try this on Quick CSS or custom.css in order to hide the gallery tooltip:
div.avia-tooltip.avia-tt { display: none !important; }
The problem is we can’t quite understand this line from your inquiry: “How to remove the tooltip of pictures so that only aprezca title vignette)?”.
Cheers!
IsmaelJune 16, 2014 at 11:56 am #279361Hi, Ismael.
Sorry for the defects in translation. I’ll explain:
In pictures titled (with text in the Caption field) for the galleries, when you mouse over them, we see a black vignette with the title, and also a tooltip, white background appears with the same text as the vignette. I want to see only the vignette, not the tooltip. You can see an example in http://arojo.es/reparaciones/.regards
June 16, 2014 at 4:05 pm #279510June 16, 2014 at 4:34 pm #279527Now it is perfect !!
Thank you very much.
Regards.
June 16, 2014 at 4:38 pm #279530 -
AuthorPosts
- The topic ‘REMOVE TOOLTIP IMAGES’ is closed to new replies.