• Hello,

    My website uses a masonry shortcode in the Kloe theme to display the available products.

    However, the images themselves are not clickable.

    I’ve logged a support ticket at the theme but they say they just use the standard WooCommerce code.

    Do you guys have an idea how I can make the images clickable? It’s really annoying some of the customers..

    See: http://www.sweaterjunkie.be

Viewing 3 replies - 1 through 3 (of 3 total)
  • The product titles are clickable, but as you say, not the product images. I can understand why your customers don’t like it.

    In Twenty Sixteen and Storefront, product images are clickable, so evidently the code is not standard WooCommerce code.

    You could make your own shortcode based on the Kloe shortcode, though PHP skills and some effort will be required.

    You could try pressing the vendor’s support service. Ask for a refund, that may help them focus. Ultimately you may need to find another way of doing this page, or another theme.

    Thread Starter frdho

    (@frdho)

    Hi lorro,

    Thank you for your advice. I have some basic knowledge of PHP and plugin development, but I don’t have an idea on where to start looking for this..

    Do you have any tips?

    Regards

    How to make a shortcode:
    https://codex.ww.wp.xz.cn/Shortcode_API
    There’s lot’s more out there about making shortcodes.

    You’ll need to fill the body of the shortcode function with your theme’s masonry shortcode, then modify it so the link tag encloses the image. I don’t have access to your theme files, so I can’t say where the shortcode’s code will be. Probably in something like:
    wp-content/themes/kloe/includes/class-kloe-shortcodes.php

    The jobs board is read by a lot of developers and the right one will make short work of this:
    http://jobs.wordpress.net/

Viewing 3 replies - 1 through 3 (of 3 total)

The topic ‘Clickable product images’ is closed to new replies.