Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #802924

    Hi there,

    I wonder how to disable the tooltips in galleries (e.g https://foto-shooting.ch/fotoshooting-fuer-frauen/) on mouse over? Can be a simple CSS display:none to disable all tooltips at once but I cannot find the correspomding CSS.

    Thanks in advance
    Michael

    #804270

    Hey Michael,
    You could remove the title from each image in your media settings, or use a plugin such as: https://wordpress.org/plugins/no-title-tooltips/

    Best regards,
    Mike

    #804423

    Hi Mike,

    the plugin is pretty old and doesn´t do its job (anymore) and removing the title manually is quite some effort with lots of galleries. I also want to keep the title for SEO reasons.

    I can´t imagine there is no way to remove the tooltips because they are generated by Enfold and I assume there mus be a way to “tell” Enfold not to show them. The default tooltips that the browser shows are fine with me, only the big black ondes generated by Enfold should be removed.

    #805719

    Hi,

    I believe there was a misunderstanding. Please add following code to Quick CSS

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

    Best regards,
    Yigit

    #806061

    Hey Yigit,

    exactly what I was searching for. Thanks man!

    Have a great weekend

    #806069

    Hi!

    You are welcome Michael! We are always happy to help :)
    Thanks, you too have a great wekend!

    Best regards,
    Yigit

Viewing 6 posts - 1 through 6 (of 6 total)
  • The topic ‘Disable tooltips in galleries’ is closed to new replies.