Categories
Elementor Errors

How to fix Elementor Scheme errors: ‘Elementor\\Scheme_Typography’  & ‘Elementor\\Scheme_Color’ 

If you have an old elementor-based theme and you upgraded elementor recently, you may notice an error like the one below : PHP Fatal error: Uncaught Error: Class ‘Elementor\\Scheme_Typography’ not found PHP Fatal error: Uncaught Error: Class ‘Elementor\\Scheme_Color’ not found The above errors occurred because Scheme_Typography and Scheme_Color have been deprecated since elementor version 3.6.0.

Categories
Errors

How to Debug errors in WordPress

WordPress has excellent inbuilt features to help you debug. You can enable most of the features by making small changes in the wp-config.php file in WordPress and you can also use a few plugins listed below to easily debug not only PHP errors but also, database queries, HTTP calls blocks and many more. Step 1:

Categories
Errors JavaScript

How to fix “Bootstrap’s JavaScript requires jQuery version 1.9.1 or higher, but lower than version 3” error

If you see the JavaScript error that says, “uncaught error: bootstrap’s javascript requires jquery version 1.9.1 or higher, but lower than version 3“, that means you have bootstrap version 3.3 or lower on your website which uses an older version of jQuery. But your website has a newer version of jQuery (higher than version 3).

Categories
Errors

How to fix $.browser undefined error in WordPress with jQuery Migrate

$.browser function has been deprecated from the latest jQuery version. It had the flags $.browser.webkit, $.browser.safari, $.browser.opera, $.browser.msie and $.browser.mozilla to detect respective browsers in previous versions. But now, if your site has code with these flags and your theme has the latest version of jQuery, then it will throw an error message sayings “undefined”.