The menu does not work on Chrome, nothing happens when you click on a menu item. It works on other browsers. You can even see the problem on you demo at http://demo.megadrupal.com/?theme=boom-one
It works if I copy and paste the menu URL manually, like with: http://demo.megadrupal.com/d7/md-boom/#content4
Fri, 10/13/2017 - 09:22
#1
Menu on Chrome
Hi,
1. Download 2 files:
+ https://raw.githubusercontent.com/flesler/jquery.localScroll/master/jque...
+ https://raw.githubusercontent.com/flesler/jquery.scrollTo/master/jquery....
2. Go to folder sites/all/themes/md_boom/js/onepage, remove 2 old files and update 2 new files
3. clear cache browser
Thank you, this helped. :)
In addition i also had to change the javascript version to 1.10 under /admin/config/development/jquery_update and also rename the javascript files with the old version names, ie. jquery.scrollTo-1.4.11-min.js and jquery.localscroll-1.3.4-min.js.