Jump to content

[SOLVED] Category blog


Recommended Posts

please explain what you exactly expect. for now i don't understand this part:

 

 

When I visit perfum section I want display only "For him" and "For her" in category blog. It is possible ?

as i can see for him is a separate category, so how you want to display it in other category, if it isn't a part of category tree of parent category ? and blog? it's definitely not default feature .... so we need explanation...

Link to comment
Share on other sites

Hi

 

Add this code at the bottom of blockcategories.tpl file in  themes/THEME_DIR/modules/blockcategories folder.

{if isset($currentCategoryId)}
{literal}
<script type="text/javascript">
$(document).ready(function(){
	$("#categories_block_left ul.tree > li").hide();
	$("#categories_block_left ul.tree a.selected").parents('li').show();
})
</script>
{/literal}
{/if}
  • Like 1
Link to comment
Share on other sites

×
×
  • Create New...