If you turned off all installed plugin, custom script and plugin still doesn’t work in your website, you should check your all theme files 🙂
In my case, i missed the require function “wp_footer ();” in footer.php.
I solved the problem. In footer.php i missed function “wp_footer()”. Now, everything is working fine!!
If you turned off all installed plugin, custom script and plugin still doesn’t work in your website, you should check your all theme files 🙂