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.

Overview Map: Open-Source AI Video & Image Models (January 2026)
Discover ComfyUI: the modular visual AI engine for creative workflows
Secure Headless Architecture with Ionic Vue and a PHP JWT API
Run a Large Language Model (LLM) locally with Ollama
How to Install a Local LLM on Ubuntu 24.10 with LM Studio?