Comments ntkha96 started the conversationSeptember 29, 2018 at 7:18amHiMay i know how to make the image and title of thegem product grid click able ?Thanks and best regards 7,095Oliver repliedOctober 1, 2018 at 8:10amHi,Sorry for delay, because of weekend.You need to edit template:/wp-content/themes/thegem/woocommerce/content-product-grid-item.phpAnd change line 247: <?php the_title(); ?>to: <a href="<?php echo get_permalink(); ?>"><?php the_title(); ?> </a> Same you can make with the description tab in the line 251To make all the block clickable, you need to add: <a href="<?php echo get_permalink(); ?>">in the line 201 and close </a> tag in the line 283, before the </div>it's template, before the editing copy this file to the child theme.Please note if you comment on your ticket before we reply, your ticket will be pushed down of the tickets list. Regards, Oliver Sign in to reply ...
Hi
May i know how to make the image and title of thegem product grid click able ?
Thanks and best regards
Hi,
Sorry for delay, because of weekend.
You need to edit template:
/wp-content/themes/thegem/woocommerce/content-product-grid-item.php
And change line 247:
to:
Same you can make with the description tab in the line 251
To make all the block clickable, you need to add:
in the line 201 and close </a> tag in the line 283, before the </div>
it's template, before the editing copy this file to the child theme.
Please note if you comment on your ticket before we reply, your ticket will be pushed down of the tickets list.
Regards, Oliver