Discussion on Listeo - Directory & Listings With Booking - WordPress Theme

Discussion on Listeo - Directory & Listings With Booking - WordPress Theme

Cart 11,492 sales
Recently Updated
Well Documented

purethemes supports this item

Supported

7843 comments found.

Pre sale question – Is it possible for users to claim the listing for free by submitting an interest and later we verify and manually approve it?

Yes you can create free package.

Hi purethemes team, I need information about one thing. Can I add an additional page to the guest dashboard with some form to enter additional information in their profile page, similar to online patient history?

Ok, can you send me who can do that, so I can ask them? Thank you

Thank you

Hi there! Do you have any email in order to send you a presales questions about the functions of this theme ?

We generally have all of that except the Service Management, in Listeo each user can configure it’s own services, there’s no option to create predefined list of service by admin

Thank you very much for your reply. Are you planning to add this feature?

I am afraid not, it is specific requirement for your project and no one else ever asked about similar thing

Hi there!

I would like to suggest two features that I believe will help further development of Listeo.

1. Add “By Appointment” feature to the hours of operation options in listings. This feature would serve listings that do not operate with specific hours, but by phone appointment or email conversation.

2. Automatic update of the hours from Google Business: Using the relevant API, the hours of a listing could be automatically updated whenever there was a relevant change in the business in Google maps, in the same way that ratings work in Listeo.

I hope you find my suggestions interesting and include the above additions in a future update

I replied to your email

How do i rename the following categories in the listing searchh form for homepage sample 3 ? Service, Rental, Event, or Classifieds

you have medical directory related demo ?

Hi, no but our demos are multipurpose. It’s matter of swaping photos and voila.

According to this page: https://www.docs.purethemes.net/listeo/knowledge-base/mobile-menu-customization/ there is a mobile menu setting. In my theme there is no mobile menu setting. How do i fix this?

HI, maybe you have quite old version of theme, Please update. If you have recent send us support ticket via support tab.

I just bought the theme 2 weeks ago. Version: Version: 1.9.53. sending in support

Hello, can you reset my license? I need to use the theme on a different domain.

hi is there any way for owner to disable a specific slot on a specific day? Now they can just disable a full day, not a single slot!

We don’t have currently such option, the only way is to book it yourself

I will like to know if we can use (WPGet API) to connect this theme with an PMS external API like Tokeet and others?

Hi, technically yes but we didn’t do that and we can’t advise.

Pre sale questions

1Is it possible to have different search placeholders for each directory on theme 3. Specifically is it possible to have different categories listed on a directory and different sub categories linked to categories. So this way if i choose event i have specific categories for this and if i choose category i have specific sub categories for this category. 2. Is it possible specific advanced filters on search results page for each indiviadual directory (event . services. classfieds, rental). Because now on demo they are the same for every search result page . 3. Is it possible to have a slider of images with arrows instead of the stable featured archive image. I mainly need that for house rents so they can have a look before they join the product page

Hi

ad1. What do you mean by “each directory”? Yes, you can relate listing type categories to the main category

ad2. You can create custom search forms with Listeo Editor and separate pages for different types of listings

ad3. No

1.My question specifically is. can i have 2 listings in search bar and whenever i choose one of those then the list of categories changes so it matches the listing. So lets say i have events and venues listings. events have music dance theater categories. venues have rooftop loft saloon garden. Whenever i choose the listing i wanna see only its own categories and vice versa

Also is there any way to list things by date of the event. Example i wanna have advanced searc option to show (today tomoroow week month event), or some widget that that these things in homopage?

HI I am afraid we dont have such feature yet

In last update I got error on booking confirmation page, booking follow is working but at same time it shows error on booking confirmation page ,any help please

Please send us support ticket with link to your website.

Helllo, is this theme compatible with woocommerce payment gateway? Or only pa-ypal and stripe available? We need to integrate a local payment gateway instead of stripe or paypal.

But WooCommerce is even required to run theme. Not sure why you only read about Stripe and PayPal? These are only available if you want to use SPLIT payments. Otherwise you can use any WooCommerce payment gateway

Hi,

Were the issues below fixed in the last update?

ad1. If listing paid plan, then changes to free plan “Featured Listing” keeps showing. is not unchecked after changing plan

ad2. If listing paid plan, then changes to free plan, it continues to show “listing badge open now” on the results page.

Thanks

Hi

I checked it again and the “featured” status is removed/added based on the “Featured” option in package

as for “Open Now” I’ve fixed that so it checks it it’s limited by package, that will be released in today update

I am having problem of redirection. Users who login to review a listing is being redirected to my profile page instead of listing where the user wanted to review. I sent you email about this and you have access to my site.

Hi, we will reply to your support ticket.

I hope it will be soon because I’m waiting one week just this problem to be fixed in order to launch my site.

I’ve send you a solution, sorry for delay

Hi, I got this theme from Envato subscription. I want to know about a very basic thing “Review Categories”?. For example in my site I have two types of listing Restaurants and Parks. Now if someone want to give star review, so both need different “Review Categories”. Like Restaurants need to review on Food, Taste and park need to review on Greenery, Rides, and other things. How can I make this.? Please help

but my question is not this. btw I took it from Envato Elements that is official Envato platform. please answer my question?

Listeo is not part of Envato Elements. You most likely confused our theme with other, similar.

Yes. You are right. Sorry for inconvenience

Hello – We sent a support message, as requested, to gain access to the new demo theme (reviews). No support required for anything other than just to use this demo as a basis for our site. Have tried re-installing Listeo and gone through setup wizard but this demo is still unavailable. Thanks in advance

We have not received any login details or URL to your website.Also it was/is middle of the weekend. I replied with home2 json file that can be imported into elementor templates.

Thanks very much folks!

Hello please reset my license, I’m moving my install to a new domain.

Hi!

Presale questions

  1. is there option for users to register via Facebook & Google?
  2. is there option to add booking in stick header of listing? Pls look at screen:
https://i.postimg.cc/15PTGLcJ/request.jpg

Hi,

1. Of course

2. It is technically possible and easy to do but we don’t have such option by default

How to stop hackers trying this kind of DB queries through contactform7:

Message: 555’||DBMS_PIPE.RECEIVE_MESSAGE( CHR || CHR || CHR ,15)||’

Message: (select(0)from(select(sleep(15)))v)/from(select(sleep(15)))v)’”from(select(sleep(15)))v)/

Some succeded because email appears like: Question about if(now()=sysdate(),sleep(15),0) instead of listing title.

Hi

more likely some bots, not “hackers” but apart from having all updated and using recaptcha for the CF7 forms (do you use it?) you can try to add to functions.php

function custom_cf7_validation_filter($result, $tag) {
    $name = $tag['name'];
    $value = isset($_POST[$name]) ? sanitize_text_field($_POST[$name]) : '';

    if (preg_match('/(select|union|sleep|dbms_pipe|from|chr|sysdate)/i', $value)) {
        $result->invalidate($tag, "Invalid input detected.");
    }

    return $result;
}
add_filter('wpcf7_validate_text', 'custom_cf7_validation_filter', 10, 2);
add_filter('wpcf7_validate_textarea', 'custom_cf7_validation_filter', 10, 2);
to get rid of those specific queries someone tries to push
by
by
by
by
by
by

Tell us what you think!

We'd like to ask you a few questions to help improve ThemeForest.

Sure, take me to the survey