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

Support archive

Wygwam Low Var parsing problem

stevieg_83 17 Dec 2013 14:28 problem, complete

I can't seem to get a Low Var wygwam parsing properly. When I do {lv_var_name}, the output is fine, but when I do something like

{!-- {lv_home_what_list} --}

{exp:low_variables:parse var="lv_home_what_list"}

<!-- // .intro__sub -->

it borks the template and won't parse the closing div. Not sure if it's the fact that Wygwam is linking to a Structure page, but given using the parse syntax I wouldn't have thought it would have been mattered.

Using EE 2.7.2 - any insight would be great.

Thanks,
S

Replies

  1. Low 17 Dec 2013 15:06

    Do you have multiple :parse tags on the page? If so, try using the low_variables:single tag instead.

  2. stevieg_83 17 Dec 2013 15:12

    sweet! just the trick.