Hi everyone,
I have been pointed in the direction of the Actinic community by support as my issue is to with customisation.
I'm trying to use a Block if statement to block my Standard Top Level Section List on just a single page. At the moment this section list displays all my products down a right hand column throughout my website but I don't want it to be shown on my catalogue page.
I have gone through a lot of posts and managed to find this block if statement that displays the list on the homepage only:
<actinic:block if="%3cactinic%3avariable%20name%3d%22IsBrochureHomePage%22%20%2f%3e">
<div class="prodlist">
<Actinic:Variable Name="TopLevelSectionList" Value="Standard Top Level Section List"/>
</div>
</actinic:block>
If anyone could help me find the correct block if statement it would be massively appreciated I can supply a link to my site if needed.
Many thanks,
Alex
I have been pointed in the direction of the Actinic community by support as my issue is to with customisation.
I'm trying to use a Block if statement to block my Standard Top Level Section List on just a single page. At the moment this section list displays all my products down a right hand column throughout my website but I don't want it to be shown on my catalogue page.
I have gone through a lot of posts and managed to find this block if statement that displays the list on the homepage only:
<actinic:block if="%3cactinic%3avariable%20name%3d%22IsBrochureHomePage%22%20%2f%3e">
<div class="prodlist">
<Actinic:Variable Name="TopLevelSectionList" Value="Standard Top Level Section List"/>
</div>
</actinic:block>
If anyone could help me find the correct block if statement it would be massively appreciated I can supply a link to my site if needed.
Many thanks,
Alex
Comment