Site logo

Archived topic

Product photo in category clickable

3 replies · Started by Ceramica Sud Curlante on February 7, 2022

Viewing posts 1–4 of 4

You can make the product photo in category clickable

I would like the photo of the product in the category to be clickable and forwards the user to the product
Thank you

Hi there,

This PHP snippet you added removed the “link/clickable” functionality of the image. To return this functionality, you would need to remove this snippet you added:

remove_action( 'woocommerce_before_shop_loop_item_title', 'woocommerce_template_loop_product_thumbnail', 10 );
add_action( 'woocommerce_after_shop_loop_item_title', 'woocommerce_template_loop_product_thumbnail', 10 );

Moreover, if you wish to put the product title on top, we can do it through CSS after you’ve reverted the changes you made.

Hope this helps! :)

unfortunately if I remove that code it offsets the position of the image and the video.

thank you all the same

You’re welcome! Yes, that would be a downside to removing that code. We can try fixing it through CSS though. :)

This archived topic is closed to new replies.