Jump to content

Edit History

gastonaportal2

gastonaportal2

I Had the same problem and I fix it change the class. In themes/classic/modules/ps_categorytree/views/templates/hook/ps_categorytree.tpl there I have changed the <div class="block-categories hidden-sm-down2">  (I inserted the '2' but you can change or delete this class). It's because from the theme.css there is a display:none but if you put it block it show the category AND the filters (It have the same class).

Also you can configure in the backoffice panel in modules search for 'tree' and you can change the options to see the actual category or the parent.

Thanks

PS: I think that the correct fix is in the custom.css or in the theme.css add .block-categories.hidden-sm-down {display: block!important;}

gastonaportal2

gastonaportal2

I Had the same problem and I fix it change the class. In themes/classic/modules/ps_categorytree/views/templates/hook/ps_categorytree.tpl there I have changed the <div class="block-categories hidden-sm-down2">  (I inserted the '2' but you can change or delete this class). It's because from the theme.css there is a display:none but if you put it block it show the category AND the filters (It have the same class).

Also you can configure in the backoffice panel in modules search for 'tree' and you can change the options to see the actual category or the parent.

Thanks

gastonaportal2

gastonaportal2

I Had the same problem and I fix it change the class. In themes/classic/modules/ps_categorytree/views/templates/hook/ps_categorytree.tpl there I change the <div class="block-categories hidden-sm-down2">  (I insert the '2' but you can change or delete this class). It's because from the theme.css there is a display:none but if you put it block it show the category AND the filters (It have the same class).

Also you can configure in the backoffice panel in modules search for 'tree' and you can change the options to see the actual category or the parent.

Thanks

×
×
  • Create New...