Turn off tooltips text on single product page images

This topic has 5 replies, 2 voices, and was last updated 1 years, 6 months ago ago by Nick

  • Avatar: Adrian
    Adrian
    Participant
    August 1, 2020 at 11:21

    Hello,
    How do i turn off the tooltips: https://prnt.sc/ts836c ?

    Thanks

    4 Answers
    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    August 1, 2020 at 11:40

    Hello,

    When you upload images in WordPress it has titles and this title is rendered when you show images, this is normal in WordPress, theme does not have option to hide that title appearance. You can either search for third-party plugins to hide image titles or try to remove it by adding the below code before

    <script>jQuery(document).ready(function($) {
    $(‘img[title]’).each(function() { $(this).removeAttr(‘title’); });
    });</script>

    Or maybe some solution from here will help you https://stackoverflow.com/questions/11257668/is-it-possible-to-hide-title-when-hovering-image
    Anyway, it’s not related to theme.

    Regards

    Avatar: Nick
    Nick
    Participant
    September 26, 2022 at 07:21

    Thank you.

    This snippet removes some image titles but not from the product page. Can you share a snippet which removes from there as well?

    Thank you.

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    September 26, 2022 at 09:19

    Hello @Nick,

    Have you cleared cache? Could you provide URL and screenshot?

    Regards

    Avatar: Nick
    Nick
    Participant
    September 27, 2022 at 09:47

    Please check my thread https://www.8theme.com/topic/how-can-i-remove-image-title-on-hover/#new-post, I accidentaly posted here.

  • Viewing 5 results - 1 through 5 (of 5 total)

The issue related to '‘Turn off tooltips text on single product page images’' has been successfully resolved, and the topic is now closed for further responses

We're using our own and third-party cookies to improve your experience and our website. Keep on browsing to accept our cookie policy.