I am not able to remove tooltips on slider images. Could you help me.
Hey ingridbrauner,
Sure, can you give us a link to the page mentioned? so we can try to take a closer look.
If you don’t want the link to be visible to other users, please post it in private content.
Best regards,
Nikko
Hi ingridbrauner,
I have checked your site however it returns:
Service Unavailable
The server is temporarily unable to service your request due to maintenance downtime or capacity problems. Please try again later.
Best regards,
Nikko
yes, that is right, for this I added the code to disable the maintenance mode above.
Hi ingridbrauner,
Okay, how do we login to disable the maintenance mode?
The link in private content (the common login page link) does return the message.
Best regards,
Nikko
now the maintenance mode is disabled
Hi ingridbrauner,
Thanks, try adding this code at the bottom of your functions.php:
function add_custom_script(){
?>
<script>
jQuery(window).load(function(){
jQuery('.avia-slideshow-inner').removeAttr('title');
});
</script>
<?php
}
add_action('wp_footer', 'add_custom_script');
Best regards,
Nikko
No, that does not work at all. If I paste it below, the page gets white