rac Posted March 26, 2019 Share Posted March 26, 2019 Hi, Is it possible to add pages/categories to an element displayed on the horizontal top menu BUT not have them display on hover? For example I have a link on the horizontal top menu [resources] and when I hover over it the cats and pages are shown below. However I just want to be able to click on the resources link and go to a page that displays the cats and pages in a list. TIA Link to comment Share on other sites More sharing options...
Idroclic Posted March 26, 2019 Share Posted March 26, 2019 (edited) Wrong topic area? Anyhow, if u want remove the hover menu (completely) u can edit theme.css file: find: Quote #_desktop_top_menu .top-menu[data-depth="0"] li:hover .sub-menu { display: block!important; } then replace with: Quote #_desktop_top_menu .top-menu[data-depth="0"] li:hover .sub-menu { display: none!important; } Edited March 26, 2019 by Idroclic (see edit history) Link to comment Share on other sites More sharing options...
rac Posted March 26, 2019 Author Share Posted March 26, 2019 thanks sorry if its in the wrong area, first visit 🙂 Link to comment Share on other sites More sharing options...
Idroclic Posted March 26, 2019 Share Posted March 26, 2019 (edited) 1 minute ago, rac said: thanks sorry if its in the wrong area, first visit 🙂 Welcome! I hope my suggestion helps your work! Edited March 26, 2019 by Idroclic (see edit history) Link to comment Share on other sites More sharing options...
rac Posted March 26, 2019 Author Share Posted March 26, 2019 25 minutes ago, Idroclic said: Welcome! I hope my suggestion helps your work! It would if I wanted to hide the hover bar altogether but I need it for other menu items Link to comment Share on other sites More sharing options...
Idroclic Posted March 26, 2019 Share Posted March 26, 2019 In this case u can buy a mega menu module.. U find it in the prestashop addon page! It's not very expensive.. Link to comment Share on other sites More sharing options...
rac Posted March 26, 2019 Author Share Posted March 26, 2019 1 minute ago, Idroclic said: In this case u can buy a mega menu module.. U find it in the prestashop addon page! It's not very expensive.. as far as i can tell there appear to be a lot of mega menu's, any one in particular? Link to comment Share on other sites More sharing options...
Idroclic Posted March 26, 2019 Share Posted March 26, 2019 3 minutes ago, rac said: as far as i can tell there appear to be a lot of mega menu's, any one in particular? Sorry, but i buyed a theme with the megamenu integrate! I see this modules: https://addons.prestashop.com/it/menu/20464-responsive-mega-menu-horizontaldropdownswipesticky.html https://addons.prestashop.com/it/menu/27075-mega-menu-pro.html But i not tested it.. Read the description and choice! Seems nice! Link to comment Share on other sites More sharing options...
rac Posted March 26, 2019 Author Share Posted March 26, 2019 thanks btw do you know a quick way to remove the powered by prestashop link at bottom of pages? Link to comment Share on other sites More sharing options...
Idroclic Posted March 26, 2019 Share Posted March 26, 2019 4 minutes ago, rac said: thanks btw do you know a quick way to remove the powered by prestashop link at bottom of pages? You can replace the write in your BO! Go to -> international -> Translate and find the word "powered": U can replace that write! 1 Link to comment Share on other sites More sharing options...
rac Posted March 26, 2019 Author Share Posted March 26, 2019 thanks but I found it and removed it altogether Link to comment Share on other sites More sharing options...
Idroclic Posted March 26, 2019 Share Posted March 26, 2019 If not necessary, I advise you not to delete the code but use the prestashop tool! This is for the future of your cms.. Link to comment Share on other sites More sharing options...
rac Posted March 26, 2019 Author Share Posted March 26, 2019 Just now, Idroclic said: If not necessary, I advise you not to delete the code but use the prestashop tool! This is for the future of your cms.. yeh I unticked it in modules 1 Link to comment Share on other sites More sharing options...
Idroclic Posted March 26, 2019 Share Posted March 26, 2019 Nice! Have a good work Link to comment Share on other sites More sharing options...
rac Posted March 26, 2019 Author Share Posted March 26, 2019 Just now, Idroclic said: Nice! Have a good work you too, thanks for the help 🙂 1 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