Ben90 Posted February 4, 2015 Share Posted February 4, 2015 (edited) Hi guys, I would like to set the categories & store information opened by default on the mobile site. Anybody knows how to configure it? Any help is much appreciated. Thank you so much Attached the mobile site screen shot. * Prestashop 1.6.0.9 * Default-Bootstrap Edited August 31, 2015 by Ben90 (see edit history) Link to comment Share on other sites More sharing options...
Ben90 Posted February 6, 2015 Author Share Posted February 6, 2015 (edited) No one has a clue? Edited February 6, 2015 by rukano (see edit history) Link to comment Share on other sites More sharing options...
mikewra Posted February 6, 2015 Share Posted February 6, 2015 If I understand your question correctly, you want the categories button not to show and the buttons that show when categories button is clicked to show instead. Try going to themes -> default-bootstrap ->modules->blocktopmenu->blocktopmenu.tpl and commenting out the line <div> class="cat-title"></div> Then in superfish-modified.css comment out display:none under .sf-menu Works using the inspect element in the browser; didn't make an actual demo of it. So there may be unintended consequences on some pages, e.g, in the cart or somewhere downstream. You'll have to test drive it. Link to comment Share on other sites More sharing options...
Ben90 Posted February 10, 2015 Author Share Posted February 10, 2015 If I understand your question correctly, you want the categories button not to show and the buttons that show when categories button is clicked to show instead. Try going to themes -> default-bootstrap ->modules->blocktopmenu->blocktopmenu.tpl and commenting out the line <div> class="cat-title"></div> Then in superfish-modified.css comment out display:none under .sf-menu Works using the inspect element in the browser; didn't make an actual demo of it. So there may be unintended consequences on some pages, e.g, in the cart or somewhere downstream. You'll have to test drive it. Thanks, mate. Gonna try within this week. Will let you know if it's worked. Link to comment Share on other sites More sharing options...
Jacek Es Posted March 2, 2015 Share Posted March 2, 2015 Tested on PS 1.6.0.9. Works great! Thanks rukano 1 Link to comment Share on other sites More sharing options...
Ben90 Posted August 29, 2015 Author Share Posted August 29, 2015 Looks like it doesn't work. These are the changes made based on mikewra to comment out some of the codes: /themes/default-bootstrap/modules/blocktopmenu/blocktopmenu.tpl <div id="block_top_menu" class="sf-contener clearfix col-lg-12"> <!-- <div class="cat-title">{l s="Categories" mod="blocktopmenu"}</div> --> /themes/default-bootstrap/css/modules/blocktopmenu/css/superfish-modified.css .sf-menu { position: relative; padding: 0; width: 100%; border-bottom: 3px solid #e9e9e9; background: #f6f6f6; } @media (max-width: 767px) { .sf-menu { /* display: none; } */} Any helps, presta forum? Link to comment Share on other sites More sharing options...
Ben90 Posted August 29, 2015 Author Share Posted August 29, 2015 I reckon this one is related to Contact Information block module & maybe global.css for mobile Link to comment Share on other sites More sharing options...
vekia Posted August 29, 2015 Share Posted August 29, 2015 for me it works well, superfish-modified.css line ~19 remove display:none; it opens menu only for "first level" categories inside the menu. Link to comment Share on other sites More sharing options...
Ben90 Posted August 31, 2015 Author Share Posted August 31, 2015 for me it works well, superfish-modified.css line ~19 remove display:none; it opens menu only for "first level" categories inside the menu. Hi Milos, I deleted already but still the same as the attachment I uploaded up there. You can check from your mobile: this website Link to comment Share on other sites More sharing options...
vekia Posted August 31, 2015 Share Posted August 31, 2015 wow, you use some different module there it's some unknow #adtm_menu ? Link to comment Share on other sites More sharing options...
Ben90 Posted September 1, 2015 Author Share Posted September 1, 2015 (edited) wow, you use some different module there it's some unknow #adtm_menu ? Really sorry, for the top menu I am not using the standard prestashop module (PM Advanced Top Menu), but for categories & store information on the bottom part, those are standard prestashop modules. Edited September 1, 2015 by Ben90 (see edit history) Link to comment Share on other sites More sharing options...
Ben90 Posted November 22, 2015 Author Share Posted November 22, 2015 (edited) :deleted: Edited November 24, 2015 by Ben90 (see edit history) Link to comment Share on other sites More sharing options...
Ben90 Posted November 24, 2015 Author Share Posted November 24, 2015 Okay. So, I tried to use a default prestashop module for mobile & tablet, while on desktop using Advanced Top Menu. But, unfortunately it doesn't work Link to comment Share on other sites More sharing options...
akashs Posted December 3, 2015 Share Posted December 3, 2015 help me Link to comment Share on other sites More sharing options...
akashs Posted December 3, 2015 Share Posted December 3, 2015 yas 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