Scrolling blocked

Hi,

It seems that the scrolling is partially blocked on my website : https://jokariclub.com/accueil/
I have to scroll two times to achieve to move down.

Could you help me ?

Best regards

Hi Camille,

Thank you for reaching out to us. I checked almost all of your pages in couple of browsers and I had no problem in scrolling down. Are you having this issue in particular browser or page? Can you please give us more details so we can take a look? In the mean time please check for the following:

  1. Test for a plugin conflict. You can do this by deactivating all third party plugins, and seeing if the problem remains. If it’s fixed, you’ll know a plugin caused the problem, and you can narrow down which one by reactivating them one at a time.

  2. If you’re using a caching plugin, clear all caches including browser cache then deactivate your caching plugin and other optimization plugins. If you’re using a CDN, please clear the CDN’s cache and disable optimization services.

  3. Remove custom CSS and JavaScript, but take a backup first of your code.

  4. Increase your allocated memory by adding the following code in your wp-config.php (see https://theme.co/apex/forum/t/troubleshooting-increasing-php-memory-limit/16935)

define( 'WP_MEMORY_LIMIT', '256M' );
define( 'WP_MAX_MEMORY_LIMIT', '512M' );

Thanks.

1 Like

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.