If you are using your BX slider to link to products and/or sections you can show the product or section name by changing the caption layout slightly.
Remove the BlockIf from around the carousel-caption div, then edit that div layout.
It works really well as the caption draws on the target for the title.
The only issue is that Sellerdeck flags the variable name="SectionName" as an error:
Putting an 'Is Page Type Section' blockif doesn't work as the home page is not a section page!
How may I show the Section Name in the Promotional List Entry Layout without triggering an error?
Thank you!
Remove the BlockIf from around the carousel-caption div, then edit that div layout.
Code:
<div class="carousel-caption"> <a href="<actinic:variable name="ItemLink" selectable="false" />"><h3><actinic:variable name="SectionName"/> <actinic:variable name="ProductName" /></h3></a> </div>
The only issue is that Sellerdeck flags the variable name="SectionName" as an error:
Putting an 'Is Page Type Section' blockif doesn't work as the home page is not a section page!
How may I show the Section Name in the Promotional List Entry Layout without triggering an error?
Thank you!
Comment