Table of Contents
Google Maps API error
Google Maps is rarely used nowadays due to the costs associated with increased traffic. We have retained Google Maps in CitadelaWP for compatibility purposes, but most websites now prefer OpenStreetMaps. Please note that Google Maps support may be removed in future updates. 22nd of July Google announced some significant changes in…
How to resolve cURL error message
In 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…
How to change default WordPress email sender
Contact 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…
Geolocation doesn’t work on Chrome
If 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…
Custom CSS & hiding parts of website via CSS
Pretty 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…
Google Maps doesn’t work even with inserted API key
2 Comments on Google Maps doesn’t work even with inserted API key
If 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…
How to increase the Max Input Vars Limit
1 Comment on How to increase the Max Input Vars Limit
The 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 );
How to import listing items from CSV
Citadela Listing plugin uses only standard WordPress custom post types and categories. You can therefore use your favourite CSV import/export plugin to bulk import listing items. In this tutorial, we will be showing you how easy it is to import data using WP All Import plugin. A similar process applies…
Permission manager
Each subscription you create using WooCommerce subscriptions can have its own permissions. Permissions can be configured directly in the WooCommerce Subscription product. Citadela is extending default WooCommerce and adding new listing-related features. You can read more about how to set up subscriptions here.
Examples of the most awaited WordPress 5.8 features
8 Comments on Examples of the most awaited WordPress 5.8 features
WordPress 5.8 will be the next big release that we’re all looking forward to. This major release will include many small under the hood improvements and significant changes that will change the way we all work with WordPress forever. As you probably already know, WordPress is moving forward extremely fast….
