If you're getting the following error: PHP Fatal error: Uncaught TypeError: Unsupported operand types: string – int in ../wp-content/plugins/woocommerce/src/Internal/Admin/WCPayPromotion/Init.php:99 This error can cause your WordPress admin not functioning properly. For example if you go to WordPress block editor (Gutenberg), it will not save your changes. Etc. Issue is with poor…
View moreThe PHP error logs can be located in various locations on your server: In your server's root folder, it is typically named error.log. In the public_html or a similar folder, it is usually named error.log. In the var/logs or a similar directory, it is named error.log. Additionally, if you have…
View morePHP Warnings and PHP Notices can come from various plugins and might fill up your error log. You can turn them off in your wp-config.php file with these settings: ini_set('display_errors','Off'); ini_set('error_reporting', E_ALL ); define('WP_DEBUG', false); define('WP_DEBUG_DISPLAY', false);
View moreGutenberg editor simplifies website page creation. Using blocks is straightforward. The best thing is that the new WordPress Editor can convert text and images that you paste into Gutenberg to native WordPress blocks. Copy your old website content from the frontend and paste it into Gutenberg. Gutenberg does an outstanding…
View moreIf you face any malfunction using our theme or an empty white page appears, the first thing you should do is turn on debug on your website. You can do that in the default WordPress file wp-config.php, in the root folder of your WordPress installation. Edit file and locate line:define('WP_DEBUG', false);Replace line with set of…
View more22nd of July Google announced some significant changes in usage of Google Maps. All websites (except localhost and websites created prior to 22.06.2016) that use Google Maps now require a Google Maps API key. Here you can read the full statement by Google. How to get my API key? A full tutorial…
View moreIn the Plugins or Themes page of the WordPress dashboard, you may notice an error message which doesn’t allow you to install plugins or themes directly from ait-themes.club. Example of error message when plugins cannot be loaded on Plugins page: cURL error 7: couldn't connect to host in the plugins area…
View moreContact Form included in theme using standard WordPress mail functionality where emails received from the form using as sender email address wordpress@… To modify this default sender information, you can use very simple but effective plugin which will change sender’s name and also set email address of sender: WP Change Default…
View moreIf you are facing problems with geolocation on your website running our WordPress Directory theme using Google Chrome browser, it’s because of Google's decision to allow geolocation functionality only for websites that use SSL certificates. Change is applied in Google Chrome browsers from version 50. More information you can find in the…
View morePretty common requests are related to hiding specific parts on the website which don’t have their own on/off button on the admin side. As it’s not possible to have theme admin buttons for each detail on the frontend, you can simply hide unwanted parts using CSS if you are not…
View more