If 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 moreIf your Google Map still doesn’t work even you’ve inserted the Google Maps API key in Theme Options, open the browser console on the page where Google Map should be displayed to see an error message. All error messages are listed on official Google documentation page: https://developers.google.com/maps/documentation/javascript/error-messages The most common issues…
View moreThe max_input_vars directive can be configured in .htaccess, php.ini, or wp-config.php file. We recommend increasing the default value to 3000. Here is how you can do it: In .htaccess php_value max_input_vars 3000 In php.ini max_input_vars = 3000 In wp-config.php @ini_set( 'max_input_vars' , 3000 );
View more