I want to put facets in the column left space on the CTGY screen. I found the column-left code in the global footer and figured it if put the facets item in there it would work..
but the facets didn't show.
... I had a momentary "un"lapse of reason and figured it out. Figured I would go ahead and post this because someone would be tired and looking for this info.
The facets item wasn't assigned to the CTGY page. DUH! assigned the facets item and wa-la!
Code:
<mvt:if expr="l.settings:page:code CIN g.screenCheck"> <mvt:else> <div class="column-left column hide large-show large-one-fourth large-pull-three-fourths nlp"> <mvt:item name="facets" /> </div> </mvt:if> <!-- end column-left -->
... I had a momentary "un"lapse of reason and figured it out. Figured I would go ahead and post this because someone would be tired and looking for this info.
The facets item wasn't assigned to the CTGY page. DUH! assigned the facets item and wa-la!
Comment