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

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

Cart 11,237 sales
Recently Updated
Well Documented

purethemes supports this item

Supported

7806 comments found.

Theme looks great! I was reading the comments, and seems that if you charge paid subscriptions through credit card you wont be able to “skip” the charging of a booking fee and let the customer charge them in person by cash?

Hi

that’s correct, but it’s something I’m trying to solve

thanks! let me know when its done, your template looks better than listingpro but that was blocking me :(

Hi is it possible to hide some sections in the editor based on the choice of a certain category?

Hi

We are going to expand editor functionalities but it’s not the top priority at this moment so that would have to wait a bit. If you want to modify somehow submit process, look for /wp-content/plugins/listeo-core/includes/class-listeo-core-submit.php

I can’t find the file to modify the select tag related to the choice of categories .. where can I find it?

wp-content/plugins/listeo-core/templates/form-fields/term-select.php

I can set a price for list packages according to the category.

Example, if you want to advertise a house the price will be 10 per month, but if you want to advertise a restaurant the price would be 15.

We don’t have such option

Hi, can have specific slots to all services? Need that ALL professionals only have 1slot on every 30 minutes on opening hours. Its like 08:00 (1 slot), 08:30 (1 slot), 09:00 (1 slot), so Will doest have overbooking. How much to add this on my code? Thanks a lot

Hi

I’m not sure I follow your question. Each listing has option to set those slots in editor, and there’s no problem in setting them every 30 minutes

I unterstand that, what I need is that listing cannot set more than 1 slot each 30 minutes.

For example, here in Brazil many professionals say that they can have slots for two people but they do it just in case one of them is missing a reservation service, but if both of them would have to wait, I would like that the professionals could only appoint 1 person (slot) every 30 minutes to avoid scheduling fraud. would be to change the part where I add the slots to 1 service every 30 minutes that the place is open. I can pay for that.

That would require some not very complicated modification but you’d have to hire someone to help you with that as we are not doing any customization services right now.

Hi there, Since the latest update with the new multi opening hours I have a issue. I have multiple users adding listings to a site and some are putting time in different ways. Such as 12;00, 12pm or 12.00 this causes a php error unless the time is entered correctly such as 12:00. It may be worth adding a notice about this or adding some validation to ensure times are entered in the correct format. Also the datepicker is no longer there since update? This would solve all issues if this could be added again.

Hi,

so I assume those users are adding listings in wp-admin? That’s true that that part doesn’t have datepicker. We had to rewrite this whole field type and as Listeo is mainly focused on our front-end dashboard to create listings, it’s all done correctly there, and I’d advise to have your users using the front-end “Add Listing Form”. I’ll of course try to “fix” the validation for admin view.

That is correct. We do not utilise front end on our site as it goes threw our admin team to verify and correctly create. Thank you for reply a validation fix would be great.

Hi Purethemes

Please let me know if there is possibilities to add extra fields / checkbox/ radio buttons at the Booking confirmation screen

Lets say the service will require to be done at the client premises and client need to add address during the booking.

Hi

The simple editor for that form will be introduced soon with the update

Is it possible for people to order food and drinks at the listings?

We added recently option for extra services in Booking widget that have quantity inputs, so you can for example offer a Burger and user can set how many he wants to buy

but Listeo was not oriented for food delivery, so it’s a matter what exactly do you expect

I’ve said it before, but I’ll say it again. Brilliant theme. Such a breeze to work with.

Thanks again! :)

Presale question:

1- is there possibility to have woocommerce as default paiement gateway? 2- Is there possibility to add quantity on an extra service if i need? 3- Can add or replace $ by CFA / XOF currency?

When we send booking request why we are not directly redirect to checkout page for paiement and after paiement then redirect to thank you message.

Do you have the theme? You don’t have purchased badge

i dont have. Am just Looking for the best one

Owner is able to delete the listing when there is still active booking paid by customer. Can we control this so owner cannot delete listing until all active bookings are fullfilled?

Scenario: Owner lists event listing Apr’15 – Apr’20. Customer books and payment goes thru. Owner shouldn’t be able to deliver until Apr’20. can we control this? Maybe disable ‘Delete’ button… something like that.

Hi

we’re not planing to add any functionality like that, I don’t see much sense in that to be honest. User will still have email and payment confirmation even if listing is deleted, and if someone wants to do a scam removing ‘delete’ option won’t stop him

Presale question: Can the seller set different available DATES for booking? In your demo I only see Days of the week he can set to be book.

Hi

for services and rental listing, owner has a calendar view where he can “block” days from being booked. What you are talking about is probably example with. “time slots”

Hi, I’m sorry to bother you and your team, I know you’re busy. I want you to disregard all previous support requests that I requested, all problems have been solved by my freelancer. he has already set up the pages.

No problem and thank you for informing me ;)

Hi,

problem with email subject charset. UTF-8 not correct … can not decode Ü Ä

Hi, I contacted you via email about that

Hi, is it possible to do 2 kinds of searches on one website. For example one dedicated search page to search only restaurants, and another dedicated search page to search for hotels? Thanks

Hi

No, currently there’s no such option.

Hi, after updating the template, there were problems with the function of hiding / showing contact information on the listing. Although I’ve ticked here to be visible to everyone: https://prnt.sc/rx6olf on the listings it’s hidden: https://prnt.sc/rx6ox7. How to change that?

Hi, any updates with that?

I checked it and couldn’t reproduce that problem. Are you sure you have Listeo 1.3.1 and Listeo Core 1.4.1? And that you didn’t customize that part in child theme?

Yeah, we did customize. Problem solved but it would be nice if you informed about such changes. Btw. how about adding Schema? You wrote that “it’s coming soon” but it was 2-4 months ago.

In RENT type listing, can we make all dates RED by default? Listing owner can pick the dates that wants to list.

We don’t have such option out of the box, it would require custom modification

Hi, Whenever I try to send a listing or see a listing I get a 404 error

Hi

please send me this question via Support Tab with access to your wp-admin, I’ll check it. Please not it’s Easter break here so we don’t work this weekend.

I sent a thank you, I’m sorry for sending a duplicate, because one of them forgot to send my access details to wp-admin and sent in the second support message.

Hi, how to show “Custom Field” in Single Listing? Pls show also hard-coded option. Thanks

If my post_meta is “_zahlungsarten”. What shold i change, add?

Demo like “Features” .. Code: <?php $term_list = get_the_term_list( $post->ID, 'listing_feature' ); if(!empty($term_list)): ?> <h3 class="listing-desc-headline"><?php esc_html_e('Features','listeo_core'); ?></h3> <?php echo get_the_term_list( $post->ID, 'listing_feature', '<ul class="listing-features checkboxes margin-top-0"><li>', '</li><li>', '</li></ul>' ); ?> <?php endif; ?>

Features are used to display a taxonomy, not single custom post type. What you need to display a field in a place you want is to use


<?php echo get_post_meta( $post->ID, '_zahlungsarten', true); ?>

Thank you very much, works so far. But only one value is displayed. The “Custom Field” is a checkbox with several selections. How can I display them all, and output them in ul li like “Features” layout.

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