monstermaker Posted January 6, 2015 Share Posted January 6, 2015 Hi I have recently upgraded a site to Prestashop 1.6, but now the Top Menu appears in the wrong place. It used to appear under the main logo and above the slider (centered). After the upgrade it appears next to the logo. I did have other problems with positions of the cart etc. but have solved those. The site is here to see what I mean: http://www.theripleycollection.co.uk I have tried creating a custom hook and attaching the top menu to it but I then get two menus, one right and the present one. I then unhooked the top menu from the diplayTop hook, but then the styles dissappeared, despite even trying to add in the styles and scripts to the custom hook's function. Everything I tried seems to give me either two menus, no menus or a non-styled menu. Any ideas? MM Link to comment Share on other sites More sharing options...
sandipchandela Posted January 6, 2015 Share Posted January 6, 2015 Take the menu out of the <div id="header_right">.. and put it before closing <div id="header"> tag. Take a look at picture also attched.. Link to comment Share on other sites More sharing options...
monstermaker Posted January 6, 2015 Author Share Posted January 6, 2015 That is what I have tried to do with the custom hook. he only way to get the TopBlockMenu module out of the header_right div it to attach it to a hook outside of that div, but in attaching it to a hook outside the div and then unhooking it from the displayTop hook, it loses the stylesheet link. Link to comment Share on other sites More sharing options...
sandipchandela Posted January 7, 2015 Share Posted January 7, 2015 You can add style css into global.css or make hook into custom hook that you have create for it. Link to comment Share on other sites More sharing options...
Recommended Posts