Jump to content
xt:Commerce Community Forum

Linke Sidebar auf Startseite ausblenden


den18

Recommended Posts

Hallo,

kann man die linke Sidebar bei xtcommerce4.1 komplett ausblenden,

aber nur auf der Startseite? (Content soll über die gesamte Seitenbreite reichen)

Wenn ja, wie würde das funktionieren?

Herzliche Grüße

Dennis

Link to comment
Share on other sites

Hallo,

habe es gerade schon selbst gefunden.

Der if Befehl war eine Zeile in der index.html zu hoch eingebunden.

So funktioniert es:


<div id="content-wrap" class="row">
{if $page != 'index'}
{if $show_index_boxes == 'true'}
<div id="sidebar" class="column xt-grid-3">
{box name=categories}
{box name=loginbox}
{box name=information htmlonly=1}
{box name=xt_special_products type=user order_by='rand()'}
{box name=xt_new_products type=user order_by='rand()'}
{box name=xt_trusted_shops type=user}
{box name=xt_trusted_shops_schutz type=user}
{box name=xt_bestseller_products type=user}
</div><!-- #sidebar .column .xt-grid-3 -->
{/if}
{/if}
[/HTML]

Nochmals vielen Dank fürs Helfen.

Dennis

Link to comment
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
  • Create New...