Anyone know how to remove the title attribute hover for images (without having to remove all the titles... obviously)?
Best Answer Rob , 06 February 2013 - 03:33 AM
The plugin you cite is more than 2 years old and deprecated.
The one James cited has instructions for javascript which would require some custom coding. It's unfortunately outside the scope of our capacity in the forum.
I can say, based on this: http://wordpress.org...bnail-mouseover
The javascript code there (see Kraignos) can be added to the Header Scripts area in Dashboard > PageLines > Site Options > Custom Code, and the stuff that's supposed to go into footer.php may be added to the Footer Scripts area in the same location. Scroll down below the Custom CSS area and you'll find Header Scripts and Footer Scripts areas there.
Posted 05 February 2013 - 10:16 PM
Anyone know how to remove the title attribute hover for images (without having to remove all the titles... obviously)?
Posted 06 February 2013 - 12:34 AM
I've seen a couple of posts relating to this online, some are
advising you could use a hook/filter, others to directly insert
javascript to disable the tool tip effect.
Take a look at this link which might help further, they offer a series of possible solutions -
Posted 06 February 2013 - 03:15 AM
Tried it. Also tried
. Neither worked.
Not sure where/how to input the javascript.
Posted 06 February 2013 - 03:33 AM Best Answer
The plugin you cite is more than 2 years old and deprecated.
The one James cited has instructions for javascript which would require some custom coding. It's unfortunately outside the scope of our capacity in the forum.
I can say, based on this:
The javascript code there (see Kraignos) can be added to the Header Scripts area in Dashboard > PageLines > Site Options > Custom Code, and the stuff that's supposed to go into footer.php may be added to the Footer Scripts area in the same location. Scroll down below the Custom CSS area and you'll find Header Scripts and Footer Scripts areas there.
Posted 06 February 2013 - 03:53 AM
Yeah, I knew it was old but I was trying all the options I could find to resolve on my own so I didn't have to bother you all!
Adding the script you referenced to the header and footer area in the custom code section worked. Thank you!