Author Archive

Regions Importer

This tool automatically adds all regions and major cities for any country in one click. It uses AI to fetch and create the full list—no manual input needed.

How to use?

  1. Go to https://purethemes.net/license/ and download Regions Importer plugin
    You’ll need purchase key: How to find my license key?

  2. Upload regions-importer.zip in WP Dashboard → Plugin → Add New 
  3. Find Import Regions in your WordPress sidebar and click it.
  4. Pick Your Country & What to Import

    Select Country: Don’t see your country? Just add its language pack in Settings → General

    Choose Import Level:
    Regions → 5 Cities: This is the default. It gives you states with their 5 biggest cities nested underneath.
    Regions Only: This just gives you the states.

    Click Import Regions, wait a minute or two and done.

  5.  The page will refresh with a success message. You can now find all your new regions and cities under your ‘Regions’ taxonomy in Listings → Regions).
    And this is how regions look like in front-end with drilldown dropdown, nicely nested list.

Do I need Dokan & multi-vendor marketplace feature?

You only need Dokan if you want to enable the multi-vendor marketplace feature, which allows multiple sellers to list and manage their own products or services.

If you’re only interested in the listings and booking functionality, these are already built into the theme and do not require Dokan. You can simply disable the Dokan plugin if you don’t need the multi-vendor marketplace.


Use Case

For example, in this listing: https://listeo.pro/listing/georges-barber-shop/ the owner not only advertises their local business but can also run a store with barber accessories: https://listeo.pro/store/barbershop/

How to Translate a Theme Manually

We’ve got ready to use translation files however if you’d like to do it precisely on your own here’s guide

We assume that your WordPress is already in your language. If not, go to Dashboard → Settings → General and change the Site language.


Before you start!

To achieve 100% translation you have to translate Listeo Theme and following plugins: Listeo Core and Listeo Elementor

Loco Translate is for translating website from english to another language. If you’d like to have multi-language switcher consider using TranslatePress or Weglot plugin.


Let’s Start

Install plugin  Loco Translate.

Loco Translate

After successful installation go to Loco Translate → Themes you should see this screen:

Click Listeo (not Listeo ChildTheme) and in next step click New Language

Choose your language and select a location, makes sure it’s either System or Custom location, avoid Author location, this way you won’t lose translations if you update theme/plugins (more about it)

Click Start Translating. You should see that screen where you can translate each string that is used in theme

When you’re done, click Save, and it’s also recommended to click both “Po” and “Mo” buttons to save them on your PC as a backup.


Do I need to translate every word manually?

You can either translate each string manually (best accuracy) or use the Loco Auto Translate plugin. Some translations may need correction, but they also offer pro version which provides access to Google, DeepL, ChatGPT, and Gemini for more accurate translations.

Automatic Translate Addon For Loco Translate


Translate Plugins

To achieve 100% translation you also need to translate Listeo Core and Listeo Elementor plugins. The process is the same as translating theme. Go to Loco Translate → Plugins and start there.

How to disable time-picker for services?

Generally each booking for service listing type requires time to be set for a booking, this is either set by selecting available time-slot or picking time from time-picker.

If for some reason you don’t want users to be able to see/select the time picker option, here’s a small snippet that will get rid of it.

You can add code into your functions.php file in child-theme or use WP Code plugin:

How to add PHP snippets?

 

add_filter('listeo_core_service_timepicker_value', 'default_time');
function default_time($time)
{
	//return current time	
	return date('H:i');

}

Then go to Appearance -> Customize -> Additional CSS add this

.col-lg-12.listeo-service-timepicker {
display: none;
}

Flag / Report Listing

Listeo features a ‘Flag / Report Listing‘ option that allows users to report listings that violate the website’s terms. You can enable this feature in Listeo Core → Single Listing → Enable Flag/Report Listing. Once activated, a ‘Flag Listing’ button will appear in the sidebar of each listing.”

Admin can review each report in WordPress dashboard

No listings on map, location search doesn’t work

A listing will be shown on the map only if it includes geographical coordinates (specifically latitude and longitude).


How to make sure listings are geocoded (have lat/long)?

When adding listing in front-end you have to select address from dropdown, then lat/long fields will be autoamtically populated

Same principle applies in WordPress editor. Type address, hit “enter” and select address from the list. Lat/long will be automatically populated.


What indicates that listing is not geocoded?

Well, first of all you won’t see map widget on single listing page. Secondly when you edit it using WordPress editor lat/long fields will be blank

How does search by location works?

Spam Protection

Here are couple of solutions to protect your website against bot registering fake accounts, adding spam reviews etc.

CleanTalk

No CAPTCHA, no questions, no animal counting, no puzzles, no math and no spam bots. Universal AntiSpam plugin. The authors of CleanTalk integrated their plugin with Listeo.

Spam protection, Anti-Spam, FireWall by CleanTalk


reCaptcha or hCaptcha

Both reCAPTCHA and hCaptcha are security tools designed to differentiate between humans and bots, typically used on websites to prevent spam and automated abuse. They employ different methods of verification:

  1. reCAPTCHA v2 – Uses a checkbox (“I’m not a robot”) or image-based challenges (selecting traffic lights, crosswalks, etc.).
  2. reCAPTCHA v3 – Works invisibly in the background, assigning a risk score based on user behavior without requiring direct user interaction.
  3. hCaptcha Uses image-based challenges similar to reCAPTCHA v2.

You can enable both for register page, claim listing page, booking, reviews.

To configure Google reCAPTCHA
1. Go there www.google.com/recaptcha/admin
2. Add API Key in Listeo Core → Registration

To configure hCaptcha API key:​
1.  Signup or login on the hCaptcha Dashboard
2. Go to the Sites tab in the dashboard and create a new sitekey.
3. Go to the Settings tab in the dashboard and generate your secret key by clicking Generate New Secret
4. Add API Key inListeo Core → Registration


Email One Time Code

One Time Code email verification during registration which can be enabled in Listeo Core → Registration → Enable Email OTP Verification


SMS One Time Code

SMS Notification & OTP verification

How to add children and animals in booking

Go to the Listeo Editor and edit the Submit Rental Form (or other).

Click ‘Add New Field‘ and add  ‘Children Allowed‘ and ‘Animals Allowed‘ fields. Then, add the ‘Children Price‘ and ‘Animal Price‘ fields.

Save changes. You will see new settings for bookings in add listing form.

 

AI Assistant Guide

Ask clear and specific questions!

Agent usually understand the context but you should ask in detailed way, for example:

❌ Mandatory fees
âś… How can I enable mandatory fees for a listing in booking?

❌ Cart
âś… How to disable shopping cart in header?

❌ Change package
âś… Modify paid package settings
âś… Change package for existing user


Can AI Agent help me with coding?

No. Agent do not have access to theme files and cannot assist with coding, as this is restricted by our system prompt. Responses are based on our training data and the general knowledge about WordPress of the GPT-4o mini model.


AI suggested non-existent option

This might happen when a question is not precise or not covered in training data. The AI predicts answers based on patterns, so it may suggest for example setting that doesn’t exist.


Can I talk with AI agent in any language?

You can chat with the AI in your language, but answers may be less precise since Listeo training data is in english.

Also, if your question is not precise or uses unusual terminology in your language (e.g. “Add an Add” instead “Add Listing”), the AI might not fully understand it.

 

By starting a conversation with chatbot, you acknowledge that we may have access to your conversation with chatbot in order to help improve the chatbot and training data.