abdulk Posted July 16, 2014 Share Posted July 16, 2014 Hello All, I have been struggling with a very strange issue. After upgrading from PS 1.6.0.6 to 1.6.0.8 on my test domain, the top horizontal menu no longer shows the sub menu on hover: http://dev.playdateshoppe.com/ Naturally, this seems like the menu js is missing, but viewing the source reveals it's there. I can't figure out why it's not firing. However.. if I switch to a different theme and then switch back to the same theme, it works again. The only reason this isn't a good solution for me is because I end up with different modules enabled and it doesn't feel like a "clean" solution. You'll notice the theme is custom. I created it from the 1.6.0.8 Bootstrap default. I only changed some CSS and TPL files. Here are the steps I completed for the upgrade: 1. Started with PS 1.6.0.6 and custom theme based on 1.6.0.6 Default 2. Ran 1-Click Upgrade 3. Copied new custom theme based on 1.6.0.8 over previous custom theme Everything seems to be working properly except for the top menu. I have performed the above steps on my dev domain over and over trying to figure this out. At least 10 times, no joke! Please.. I need a fresh pair of eyes on this.. I'm stumped.. Thanks, Abdul Link to comment Share on other sites More sharing options...
vekia Posted July 16, 2014 Share Posted July 16, 2014 i think that problem can be related to blocksearch - its spawns an error related and it can crash whole js engine in website please try to: - disable search block will see what's going on then Link to comment Share on other sites More sharing options...
abdulk Posted July 16, 2014 Author Share Posted July 16, 2014 Vekia, that was it! I saw the error before myself in the browser console, but didn't think it would also break other js.. lesson learned! Resetting (or disabling) the Quick Search module did the trick. Any idea why this would be necessary? Would would cause a particular module to malfunction after an upgrade, but be fine after resetting? Link to comment Share on other sites More sharing options...
vekia Posted July 16, 2014 Share Posted July 16, 2014 there was probably some caching problems and resettting module just cleared module cache and its settings Link to comment Share on other sites More sharing options...
abdulk Posted July 16, 2014 Author Share Posted July 16, 2014 Thanks so much for this solution! Seriously, I spent 5 late nights in a row wrestling with this. You really saved me Link to comment Share on other sites More sharing options...
artivelab Posted October 19, 2014 Share Posted October 19, 2014 Same problem here! I have disable the searchblock module but did not fix the problem. Link to comment Share on other sites More sharing options...
geotargetplus Posted October 25, 2014 Share Posted October 25, 2014 Thanks so much Link to comment Share on other sites More sharing options...
albezln Posted November 28, 2015 Share Posted November 28, 2015 Hello All, I have been struggling with a very strange issue. After upgrading from PS 1.6.0.6 to 1.6.0.8 on my test domain, the top horizontal menu no longer shows the sub menu on hover: http://dev.playdateshoppe.com/ Naturally, this seems like the menu js is missing, but viewing the source reveals it's there. I can't figure out why it's not firing. However.. if I switch to a different theme and then switch back to the same theme, it works again. The only reason this isn't a good solution for me is because I end up with different modules enabled and it doesn't feel like a "clean" solution. You'll notice the theme is custom. I created it from the 1.6.0.8 Bootstrap default. I only changed some CSS and TPL files. Here are the steps I completed for the upgrade: 1. Started with PS 1.6.0.6 and custom theme based on 1.6.0.6 Default 2. Ran 1-Click Upgrade 3. Copied new custom theme based on 1.6.0.8 over previous custom theme Everything seems to be working properly except for the top menu. I have performed the above steps on my dev domain over and over trying to figure this out. At least 10 times, no joke! Please.. I need a fresh pair of eyes on this.. I'm stumped.. Thanks, Abdul Hello i have that same problem and i can' t fix it. this is my website www.stylejungle.it: as you can see dropdown menu doesn't work ... what is the problem? i've read and tried lots of Prestashop forum topic but with no results thanks in advance! Alberto Link to comment Share on other sites More sharing options...
cybert11 Posted February 2, 2016 Share Posted February 2, 2016 howdy, I seem to have the same problem, but only in a mobile resolution, removing the search block doesnt help :/ Link to comment Share on other sites More sharing options...
Dmytro Korolkov Posted February 12, 2018 Share Posted February 12, 2018 I've made several sites on the same template and on 1 of them I have JS issue with clicking on menu for showing all the menu items in mobile version. On thew working site I see a click function function(e) { $(this).toggleClass('active').parent().find('ul.menu-content').stop().slideToggle('medium'); return false; } on the other site this function is disappearing 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