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

    Hi,
    I have another short question concerning the closed topic above.
    The problem now is that the Alt-Tag of the image in the single view product gallery doesn’t show.
    Why is that? How can I fix it? I need to display the name of the variant when hovering over the gallery pic.

    Thanks again
    Carolin

    #895058

    Hey phamosa,
    Can you please explain further, I’m not finding the closed topic.

    Best regards,
    Mike

    #895163

    Thanks to your support, I had the effect on the product image removed (no zoom and no lightbox) as requested.

    This was the code you gave me for Quick CSS
    .single-product .product div.images a {
    pointer-events: none;
    }

    What happens now is that the alt tag that I used for the photos in the image gallery of a single product view does not show anymore.
    I need it so that the customers can identify the color when they hover over a photo in the gallery.

    Can you fix that?

    Thank you so much!
    Carolin

    #895174

    Hi,
    The only solution is to remove the pointer-event code. Would you like me to do that?

    Best regards,
    Mike

    #895175

    Hi Mike,

    if we remove it, I have the other problem which is the lightbox that opens up by click. Can’t we disable the lightbox with another code without completely disabling the pointer-event?

    Thanks
    Carolin

    #895189
    #895199

    Hi Mike,

    thanks for the link. Can you give me the final solution out of that post?
    It seems a little unclear with all the corrections in it.
    If I use that solution, do I have to delete this code from the Quick Css?
    .single-product .product div.images a {
    pointer-events: none;
    }

    Thanks
    Carolin

    #895207

    Hi,
    It seems the final solution was: https://kriesi.at/support/topic/disable-lightbox-on-all-product-pages/#post-301184
    everything afterward was a different topic.
    Then you would remove the quick css, also.

    Best regards,
    Mike

    #895280

    Hi Mike

    before changing something in the config.php. I tried and delete the quick css to see if this finally has the effect I’m looking for.
    .single-product .product div.images a {
    pointer-events: none;
    }

    The title tag (not the alt tag) is now displayed on the main image above but still NOT on the thumbnails below which is what I need..
    So this behaviour is not caused by the code above.

    What could be another reason?

    Thanks
    Carolin

    #895483

    Hi,
    The thumbnails display the title in the enlarged image area when clicked. The code for the thumbnails don’t include the title or alt. I believe this is a limitation of woocommerce as the same is true in my tests of switching to the Twenty Sixteen theme.

    Best regards,
    Mike

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