Alain Costea Posted April 10, 2013 Share Posted April 10, 2013 Hello, How can i change the categories menu from left side, to something like this: http://www.sticker-decorativ.ro/ ? I do have prestashop 1.5.4 Thank You. Link to comment Share on other sites More sharing options...
vekia Posted April 10, 2013 Share Posted April 10, 2013 in this case you need to know something about php / smarty and how blockcategory module works. Moreover - you need also to know something about javascript / jqeury to get hover effect. Of course it is possible, but it isn't as simple as it seems. I don't know any module for do that, so you need to modify existing module or create new one... Link to comment Share on other sites More sharing options...
Alain Costea Posted April 10, 2013 Author Share Posted April 10, 2013 Thank you, I was afraid of that...i must open my online shop until 1 may, so i have no time to learn...so much beside the prestashop more easy things... I will look for some paid modules who do that...maybe you now some. Link to comment Share on other sites More sharing options...
Alain Costea Posted April 14, 2013 Author Share Posted April 14, 2013 Do you have any ideea of what command i must use to get that effect of sliding on right of subcategories on mouse over main category tab? Link to comment Share on other sites More sharing options...
vekia Posted April 14, 2013 Share Posted April 14, 2013 this is html + javascript combination. Prestashop use smarty templates so it uses also smarty values. idea of creating menus like this is: html part: <ul> <li>dogs <ul> <li>big</li> <li>small</li> </ul> <li> <li>cats<li> <li>whales<li> <ul> You must create script in jquery / javascript to show subcategories after mouse over on main <li> all of this must have got valid css styles. it is a very complex piece of code, not only "one" command Link to comment Share on other sites More sharing options...
Alain Costea Posted April 14, 2013 Author Share Posted April 14, 2013 Now, when i mouse over a category tab it's changes color, if i do click a submenu open under it. I was hoping it will be enough just to change some commandes in css to make it as as i want. As i have no time, if i can't find a solution, at least for the moment i'll pass the ideea.. Link to comment Share on other sites More sharing options...
vekia Posted April 14, 2013 Share Posted April 14, 2013 check this: http://www.electrictoolbox.com/jquery-superfish-menus-plugin/ maybe this will help you Link to comment Share on other sites More sharing options...
TeNToRi Posted December 13, 2013 Share Posted December 13, 2013 the post is a bit older, but if someone want this effect in his themplate, you can try this link: http://www.prestashop.com/forums/topic/197781-module-block-categories-change-it-to-support-default-vertical-superfish-menu/ Link to comment Share on other sites More sharing options...
Recommended Posts