Viewing 10 posts - 1 through 10 (of 10 total)
  • Author
    Posts
  • #1063693

    I am not able to remove tooltips on slider images. Could you help me.

    #1063923

    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

    #1063948
    This reply has been marked as private.
    #1064654

    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

    #1064655

    yes, that is right, for this I added the code to disable the maintenance mode above.

    #1064659

    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

    #1064664

    now the maintenance mode is disabled

    #1064720

    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

    #1064786

    No, that does not work at all. If I paste it below, the page gets white

    #1064822

    Hi,
    I adjusted the code for you, Please clear your browser cache a few times and check.

    Best regards,
    Mike

Viewing 10 posts - 1 through 10 (of 10 total)
  • You must be logged in to reply to this topic.