Jump to content

categories description on left column


Recommended Posts

in header.tpl file search for:

<div id="left_column" class="column col-xs-12 col-sm-{$left_column_size|intval}">{$HOOK_LEFT_COLUMN}</div>

change it to:
 

			<div id="left_column" class="column col-xs-12 col-sm-{$left_column_size|intval}">
                            {if isset($smarty.get.id_category)}
                               {$category->description}
                            {/if}
                            {$HOOK_LEFT_COLUMN}
                        </div>

effect:
SCJkRNd.png

  • Like 1
Link to comment
Share on other sites

 Hello Vekia.

 

 Many many thanks , I appreciate your help , it works  perfectly   but  in the case that i want  to remove  the descrption on the main image of category , should I remove it  from .css file or .tpl one ?

 

 

and

 

 

 Is it possible to move de  category description on the left column down of  others moduls on the left ?? as I show on example picture.

 

regards

post-236393-0-41269500-1396855576_thumb.jpg

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

  • 8 months later...
×
×
  • Create New...