Tomas Benda Posted March 20, 2018 Share Posted March 20, 2018 Hi guys, on my PS 1.7.2.4 classic theme is not showing category tree link menu on mobile version only. Now I am strugling with this a lot. In html source code is missing this part with category tree menu. Do you have any idea, what can be wrong? I tried install fresh new PS 1.7.2.4 on different domain and there is working fine. Link to comment Share on other sites More sharing options...
tantan199 Posted March 20, 2018 Share Posted March 20, 2018 Accordion to your description, you probably disabled the category tree module for mobile version by accident, see the picture below. Regards, Jonny Link to comment Share on other sites More sharing options...
Tomas Benda Posted March 20, 2018 Author Share Posted March 20, 2018 Hi Johny, thx for reply, but this is not the cause. I checked it and this module is enabled for mobile. I also checked hook settigs with fresh isntall and there is same settings. Do you have any other idea? Link to comment Share on other sites More sharing options...
Tomas Benda Posted March 21, 2018 Author Share Posted March 21, 2018 I found the solution. Category menu is based on "ps_mainmenu" module. And the links to the category must be in this menu. Link to comment Share on other sites More sharing options...
Zuzana Drazdova Posted April 30, 2019 Share Posted April 30, 2019 Hi, Could you please describe how exactly did you fixed it? Thank you Link to comment Share on other sites More sharing options...
dtwfung Posted August 22, 2019 Share Posted August 22, 2019 On 4/30/2019 at 6:22 PM, Zuzana Drazdova said: Hi, Could you please describe how exactly did you fixed it? Thank you I have similar problem. I have the link tree enabled but can't see it on my mobile phone. Later, I found the categories link was there but in landscape mode only. Link to comment Share on other sites More sharing options...
gastonaportal2 Posted November 21, 2019 Share Posted November 21, 2019 (edited) 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;} Edited November 21, 2019 by gastonaportal2 (see edit history) 1 Link to comment Share on other sites More sharing options...
Presta_lover Posted March 2, 2020 Share Posted March 2, 2020 On 11/21/2019 at 2:51 AM, gastonaportal2 said: 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;} After some days of stupid changes, adding categories in main menu, changing some code in template files (mainmenu), you gave me the right (and best) answer. THANK YOU VERY MUCH. 1 Link to comment Share on other sites More sharing options...
ascker Posted September 12, 2020 Share Posted September 12, 2020 On 3/2/2020 at 12:50 PM, Presta_lover said: After some days of stupid changes, adding categories in main menu, changing some code in template files (mainmenu), you gave me the right (and best) answer. THANK YOU VERY MUCH. hi! could you please describe how you found the answer? Thank you! Link to comment Share on other sites More sharing options...
vasekcekal Posted November 25, 2020 Share Posted November 25, 2020 On 11/21/2019 at 2:51 AM, gastonaportal2 said: 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;} MANY MANY MANY Thanks to you Sir 👍 👍 👍 👍 👍 👍 Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now