WPIntell

Source evidence

Clear button

Product Variations Swatches for WooCommerce · support · 2024-05-15T11:57:00+00:00

mixedsentiment
mediumseverity
0.84relevance
3replies
Evidence linked to opportunitycommercial context

Proof Health

Open evidence

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

9 / 39 rows with source links

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

0 build-decision rows missing links

0 rows here require auditable proof before promotion.

30 rows with no attached evidence

0 rows have source counts but still need direct links.

Conversation

support
bigdamm resolved
Is there a way to disable the clear button so its not visible? Hi, The clear button you mentioned may be generated by either a WooCommerce plugin or your theme. You can explore their settings to disable this feature. Alternatively, it can be hidden using Custom CSS, we can assist you the CSS, just provide your product URL. Best regards. Ive checked and disabled it with this code: add_filter( ‘woocommerce_reset_variations_link’, ‘__return_empty_string’ ); I thought it had something to do with this plugin 😉 This reply was modified 2 years ago by bigdamm . This reply was modified 2 years ago by bigdamm . Hi, Please feel free to utilize the custom CSS provided below. If you’re unsure how to add custom CSS, you can refer to the instructions : a.reset_variations{display: none !important;} Best regards. This reply was modified 2 years ago by lavendervu2510 .

Comments

3 shown
lavendervu2510 2024-05-16T04:01:00+00:00

Hi, The clear button you mentioned may be generated by either a WooCommerce plugin or your theme. You can explore their settings to disable this feature. Alternatively, it can be hidden using Custom CSS, we can assist you the CSS, just provide your product URL. Best regards.

bigdamm 2024-05-16T08:13:00+00:00

Ive checked and disabled it with this code: add_filter( ‘woocommerce_reset_variations_link’, ‘__return_empty_string’ ); I thought it had something to do with this plugin 😉 This reply was modified 2 years ago by bigdamm . This reply was modified 2 years ago by bigdamm .

lavendervu2510 2024-05-16T09:34:00+00:00

Hi, Please feel free to utilize the custom CSS provided below. If you’re unsure how to add custom CSS, you can refer to the instructions : a.reset_variations{display: none !important;} Best regards. This reply was modified 2 years ago by lavendervu2510 .