All Low add-ons are now owned by EEHarbor. Read the blog post.

Support archive

Low Variables with a Playa field which contains a Matrix field

Sjoerd 27 Sep 2012 13:20 question, complete

I am totally lost with this. I have a Low variable with a Playa field in it, In the Playa field is a Matrix field.

How to compose the template tags?

I have this, but that's not working (obviously)

{exp:low_variables:parse var="lv_slider_groot}"}{exp:channel:entries channel="pagina" disable="member_data|pagination|trackbacks"}{matrix_visual}

{exp:ce_img:pair src="{pagina_visual}" width="940" height="380" crop="yes|center,center|0,0"} {title}{/exp:ce_img:pair}

{visual_bijschrift}

{/matrix_visual}{/exp:channel:entries}{/exp:low_variables:parse}

Replies

  1. Low 27 Sep 2012 13:24

    Hoi Sjoerd,

    Try and approach the {exp:low_variables:pair var="lv_slider_groot"}{/exp:low_variables:pair} tag as though it were a {exp:playa:children} tag. So, something like this:

    {exp:low_variables:pair var="lv_slider_groot"} 
    Title for this entry: {title}
    {matrix_visual}
    ...
    {/matrix_visual}
    {/exp:low_variables:pair}