Tagged: tool tips
Hi Kriesi
I am trying to remove the tooltips on the slideshow on this page:
wp.marlowfilm.dk
I read about editing the js/avia.js file but forgot where to find it.
Is it best to set up a child theme for this? I am unsure about editing
the original files.
thanks!
nancy
Hey Nancy!
Please add following code to Functions.php file in Appearance > Editor
function add_custom_tooltip(){
?>
<script>
jQuery(window).load(function(){
jQuery('ul.avia-slideshow-inner img').removeAttr('title');
});
</script>
<?php
}
add_action('wp_footer', 'add_custom_tooltip');
Best regards,
Yigit
Is that a better way to do that?
I have a problem that the Appearance Editor is missing from my menu.
I have tried disabling some plugins but no change.
any suggestions?
N