Publisher does not support the Fluid field type. Please do not contact asking when support will be available.

If you purchased an add-on from expressionengine.com, be sure to visit boldminded.com/claim to add the license to your account here on boldminded.com.

Ticket: Problems with GWcode categories

Status Resolved
Add-on / Version Publisher 1.7.5
Severity
EE Version 2.11.9

Edoardo Stefani

Jun 14, 2017

Why this code doesn’t work?

<div class="threePanel">
  <div class="wrapper">
    {exp:gwcode_categories show="1|2|4" style="linear" variable_prefix="gw:"}
    {exp:publisher:translate_category cat_id="{gw:cat_id}"}
    <div class="textFormat">
      <h2>{gw:cat_name}</h2>
<p>      </p><p>{gw:cat_description}</p>
<p>      </p><div class="button">
<p>        <a href="{path='prodotti'}/categoria/{if depth>1}{parent_url_title}/{/if}{cat_url_title}">Scopri</a><br />
      </p>
</div>
<p>    </p>
</div>
<p>    {/exp:publisher:translate_category}<br />
    {/exp:gwcode_categories }<br />
  </p>
</div><!-- /.wrapper --></div><!-- /.threePanel -->

 

Login to reply