• Resolved ulir

    (@ulir)


    I don’t know since when this error was introduced… I noticed that in the WooCommerce shop, the title image of a product is no longer linked for titles with a badge.
    The link behind the title works.

    We use Version 1.4.7 with latest WordPress and WooCommerce

Viewing 6 replies - 1 through 6 (of 6 total)
  • ijas

    (@ijasacodez)

    Sorry for the inconvenience, can you please share your website url, so that we can have a look.

    We have added a CSS for removing the pointer events for badges since the badges was blocking the click events on some themes.

    .products .acoplw-badge{pointer-events: none;}

    Can you please try commenting this line and check if this fixes the issue. Sorry for the inconvenience.

    Thread Starter ulir

    (@ulir)

    Thank you, that worked perfectly!
    I can’t give you a link though because the website is still in development and private …

    James

    (@jamesbestbuys)

    Hello

    I noticed I have a similar issue, since the most recent plugin update (1.4.7), that any products on my site’s product category pages that have a badge, are no longer clickable on desktop (but mobile is ok) i.e. the product link image does not work apart from a small area along the bottom of each image.

    I have tried adding the CSS mentioned in this topic, but this has not worked for me.

    My theme is Salient by ThemeNectar, here is a link to one of the pages showing the issue: https://www.best-buys.co.uk/discover-our-range-of-hot-tubs/

    Any suggestions or help would be much appreciated.

    Thread Starter ulir

    (@ulir)

    Hi,

    We added this to our custom css:

    .products .acoplw-badge?{
    pointer-events: initial;
    }

    because we did not want to change the original css file
    This worked for us

    James

    (@jamesbestbuys)

    Thanks for your quick reply @ulir

    Your custom CSS works perfectly.

    It was the “pointer-events: initial” part that I needed to change.

    Thank you for helping with this ??

    Thread Starter ulir

    (@ulir)

    Glad I could help!

Viewing 6 replies - 1 through 6 (of 6 total)
  • The topic ‘Image link not working with badge’ is closed to new replies.