Viewing 15 posts - 1 through 15 (of 15 total)
  • Author
    Posts
  • #279081

    Hi.
    I have tried removing the tooltip of the images according to your post:

    https://kriesi.at/support/topic/easy-slider-remove-auto-alt-text-on-images/

    I applied the two modifications of code that you point out, but the tooltips have just disappeared from the images without title, you do have title appears the bullet and the tooltip with the same text
    How to remove the tooltip of pictures so that only aprezca title vignette)?
    Regards

    #279086

    Hey romero2!

    Code Josue posted here should work – https://kriesi.at/support/topic/easy-slider-remove-auto-alt-text-on-images/#post-268838
    Can you post the link to your website?

    Regards,
    Yigit

    #279105
    #279106

    Hi Yigit, I have included the function shown in https://kriesi.at/support/topic/easy-slider-remove-auto-alt-text-on-images/ # post-268838 but still not working.
    Thanks for your attention

    #279110

    Hey!

    Can you try

    function add_custom_script(){
    ?>
    <script>
    jQuery(window).load(function(){
    jQuery(‘.avia-gallery-thumb a’).removeAttr(‘title’);
    });
    </script>
    <?php
    }
    add_action('wp_footer', 'add_custom_script');

    Cheers!
    Yigit

    #279115

    Hi.
    I added the function to functions.php, but does not work: continue to appear tooltips and cartoons in the titled images.

    Regards…

    #279120

    Hey!

    Do you mind creating a temporary admin login and posting it here privately?

    Regards,
    Yigit

    #279121
    This reply has been marked as private.
    #279185

    Hey!

    Login credentials are not working, can you check them once again?

    Regards,
    Yigit

    #279291
    This reply has been marked as private.
    #279313

    Hey!

    Thank you for the access.

    For clarification, you only want to remove the tooltip on the gallery images. Is that correct? Please try this on Quick CSS or custom.css in order to hide the gallery tooltip:

    div.avia-tooltip.avia-tt {
    display: none !important;
    }

    The problem is we can’t quite understand this line from your inquiry: “How to remove the tooltip of pictures so that only aprezca title vignette)?”.

    Cheers!
    Ismael

    #279361

    Hi, Ismael.
    Sorry for the defects in translation. I’ll explain:
    In pictures titled (with text in the Caption field) for the galleries, when you mouse over them, we see a black vignette with the title, and also a tooltip, white background appears with the same text as the vignette. I want to see only the vignette, not the tooltip. You can see an example in http://arojo.es/reparaciones/.

    regards

    #279510

    Hey!

    Changes are done, please review your website now.

    Best regards,
    Yigit

    #279527

    Now it is perfect !!

    Thank you very much.

    Regards.

    #279530

    Hi!

    You are welcome, glad we could help! :)

    Cheers!
    Yigit

Viewing 15 posts - 1 through 15 (of 15 total)
  • The topic ‘REMOVE TOOLTIP IMAGES’ is closed to new replies.