Take your website
To the next level
Discover our newly launched customization services and elevate your web projects to new heights.
Delegate tasks, save time, and unlock the power of professional WordPress outsourcing.

Okay
  Public Ticket #1729317
About the product grid
Closed

Comments

  • ntkha96 started the conversation

    Hi

    May i know how to make the image and title of thegem product grid click able ?

    Thanks and best regards

  •  7,095
    Oliver replied

    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:

    <?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 251

    To 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