Skip Navigation

[Resolved] Let image link to post

This support ticket is created 6 years, 10 months ago. There's a good chance that you are reading advice that it now obsolete.

This is the technical support forum for Toolset - a suite of plugins for developing WordPress sites without writing PHP.

Everyone can read this forum, but only Toolset clients can post in it. Toolset support works 6 days per week, 19 hours per day.

This topic contains 1 reply, has 1 voice.

Last updated by marcov-3 6 years, 10 months ago.

Author
Posts
#618445

I have a result list. In this result list I am using a content template build with Avada fusion builder to show Woo image, title, price etc. Now the image by default is linking to lightbox or something. I don't want that. I want the image to link to the post. I tried the following code:

<a href="{!{wpv-post-url}!}">{!{wpv-woo-product-image size="278"}!}</a>

I saw this code in other ticket. This would normally do it but not now. Is there something I am not seeing.

Cheers

#618461

Ok I found it myself in the views shortcode reference :

<a href="[wpv-post-url]">[wpv-woo-product-image size='shop_single' output='img_tag' enable_third_party_filters='no' gallery_on_listings='no']</a>