hi,
I don’t want the name of the photo when i mouse over on the photo site…
How can i do?
tks!!
Hi benspy!
Please see Josue’s post here https://kriesi.at/support/topic/how-to-remove-tooltips/#post-224464
Cheers!
Yigit
Hi,
Tks for aswer. The solution is not good:(
Help plz:)
Hey!
Can you post the link to your website? All browsers show tooltip by default.
Cheers!
Yigit
ok
for example: http://sportsreplay.net/nomades/club/
mouseover on the photo…. i have the name of the photo…
tks!
Hi!
WordPress by default inserts title tags on images, the solution i suggested worked fine for many users:
jQuery(document).ready(function($){
jQuery('img').removeAttr('title');
});
Please note that this is not exactly a theme-issue, it will happen with nearly any WordPress site.
Best regards,
Josue