WPIntell

Source evidence

Not Clickable!

Product Labels For Woocommerce (Sale Badges) · support · 2026-01-26T00:16:00+00:00

complaintsentiment
mediumseverity
0.6relevance
3replies
Evidence linked to opportunitycommercial context

Proof Health

Open evidence

Commercial opportunities need traceable source links before they are treated as build-worthy.

3 / 19 rows with source links

15.8% of this page's analysis has direct source links.

0 build-decision rows missing links

0 rows here require auditable proof before promotion.

16 rows with no attached evidence

0 rows have source counts but still need direct links.

Conversation

support
Mohsin Alam resolved
That badge is not clickable! On mobile, it completely makes the product image not clickable! Please bring an update, make the badge clickable, and take users to the product page. Also, how to achieve like this design? https://www.awesomescreenshot.com/image/58478670?key=b27ade2e8cf9f8627de14e0488b47a32 The page I need help with: [ log in to see the link] ChatGPT suggested me this CSS to fix: /* Make Acowebs product badge ignore clicks/taps */ .acoplw-badge, .acoplw-badge * { pointer-events: none; } @media (max-width: 768px) { .acoplw-badge, .acoplw-badge * { pointer-events: none; } } Hello Mohsin Alam, Please accept my apologies for the delay in responding, and thank you for your suggestion. If the shared code works for your current needs, please feel free to continue using it. Our team will review the code and consider incorporating it into our future updates. Thanks for the reply.

Comments

3 shown
Mohsin Alam 2026-01-26T20:53:00+00:00

ChatGPT suggested me this CSS to fix: /* Make Acowebs product badge ignore clicks/taps */ .acoplw-badge, .acoplw-badge * { pointer-events: none; } @media (max-width: 768px) { .acoplw-badge, .acoplw-badge * { pointer-events: none; } }

Acowebs Support Team 2026-05-05T05:22:00+00:00

Hello Mohsin Alam, Please accept my apologies for the delay in responding, and thank you for your suggestion. If the shared code works for your current needs, please feel free to continue using it. Our team will review the code and consider incorporating it into our future updates.

Mohsin Alam 2026-05-05T11:02:00+00:00

Thanks for the reply.