LV, Matrix fieldtype with an Assets fieldtype in column.
Hey Low,
I have a LV Matrix fieldtype with an Assets fieldtype in one of its columns.
Seems to work on and off - sometimes it displays my image, other times I get 0 printed out.
I've tried numerous template tags but I'm not confident its fixed.
{exp:low_variables:parse var="lv_sidebar_adblock_image"}
<li class="widget"><a href="{link}"><img src="{image:url}"/></a></li>
{/exp:low_variables:parse}
{exp:low_variables:parse var="lv_sidebar_adblock_image"}
<li class="widget"><a href="{link}"><img src="{image}"/></a></li>
{/exp:low_variables:parse}
Image and link are my matrix column names. Image is an Asset fieldtype.
Replies
Low 20 Mar 2013 11:19
Have you asked P&T? I'm afraid the issue lies more on their end than in LV...
Sean Delaney 20 Mar 2013 11:23
No. I wasn't sure - I'll go ask P&T.
Cheers mate!