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