Jump to content

Modulos Laterales En La Home De Una Plantilla


mijayas

Recommended Posts

Edita el fichero:

 

/themes/jewelicious/header.tpl

 

(Lateral izquierdo de tu tienda)

 

Busca esto:

 

{if $page_name == 'category' || $page_name == 'search' || $page_name == 'new-products' || $page_name == 'best-sales' || $page_name == 'prices-drop'}
<!-- Left -->
<div id="left_column" class="column grid_2 alpha">
 {$HOOK_LEFT_COLUMN}
</div>
  {/if}

 

Y dejalo asi:

 

{if $page_name == 'category' || $page_name == 'search' || $page_name == 'new-products'  || $page_name == 'index' || $page_name == 'best-sales' ||  $page_name == 'prices-drop'}
<!-- Left -->
<div id="left_column" class="column grid_2 alpha">
 {$HOOK_LEFT_COLUMN}
</div>
  {/if}

 

Despues en el fichero:

 

/themes/jewelicious/footer.tpl

 

 

(Lateral derecho de tu tienda)

 

Busca esto:

 

{if $page_name != 'index'}
<!-- Right -->
<div id="right_column" class="column grid_2 omega">
 {$HOOK_RIGHT_COLUMN}
</div>
{/if}

 

Y dejalo asi:

 

<!-- Right -->
<div id="right_column" class="column grid_2 omega">
 {$HOOK_RIGHT_COLUMN}
</div>

  • Like 1
Link to comment
Share on other sites

  • 2 months later...

Hola Nadie,

 

Sabrías please como mantener la left column en las páginas cms y product de este theme de template monster??

 

http://www.templatem...demo/39704.html

 

Si te hace falta la url real de la tienda en producción dimelo.

 

[edito]

 

Pongo la url del sitio

 

http://www.aceitedeolivaorito.com/orito15

 

 

Muchas gracias por adelantado.

 

 

Saludos,

Edited by adrione (see edit history)
Link to comment
Share on other sites

Guest
This topic is now closed to further replies.
×
×
  • Create New...