If you are using the CherryFramework in WordPress, you may not be able to scroll in Google Chrome.
Below we have a (temporary) fix
Find the following file: /plugins/cherry-parallax/js/jquery.simplr.smoothscroll.min.js
Find this code in the file (located at the top): jQuery(document).ready(function($) { if(!device.mobile() && !device.tablet()){ $.srSmoothscroll({ step:150, speed:800 }); } });
Change this code to (comment out the jQuery(document).ready): /* jQuery(document).ready(function($) { if(!device.mobile() && !device.tablet()){ $.srSmoothscroll({ step:150, speed:800 }); } }); */
Once you have adjusted this, scrolling in Google Chrome should work again.