12793 comments found.
Hello, I have a question, is it possible to see the dashboard statistics of individual listings for only me as a website manager? The listings I offer will be added by me, the companies will not require an account. Now it is only visible if you login as company listing if I am correct.
Hi,
So all the listings will be added with your account? Login with that account > go to user dashboard > my listings > in the card of each listing you have a button to view stats for that listing.
Yes. But login where? In the WP admin? Because I don’t have a login available on the homepage where visitors come..
If we want to change the order, pay for the listing first, then create it. Is there any restriction on the way the theme works to achieve this?
We are going to have only one listing type and one subscription plan. So, my idea is, at the moment of buying a listing, buy it first and at the moment of the purchase an account is automatically being created (woocommerce already do that) and a listing is being created too, linked to that user recently created and assign the listing type and subscription plan, that way user just needs to go back after the purchase and edit the already created listing. Any hook to automatically assign a listing type and subscription plan to any new listing created?
Hi,
That would require more complex customizations which we can’t help you through here unfortunately.
Hi, as a custom theme code client, i need to contact a manager or theme owner. My pakistan web projet contact does not reply since weeks after we had a problem in ou development. I don’t have acces anymore to the standard support, and for cutsom support nobody answer since months. Please contact me asap. Thanks Pierre.
Hi,
Share the url of your customization request.
Hello it’s very good theme i need to know before buy this theme can be add Video same picture or not .,because i naver see in DEMO
https://ibb.co/S5p0S4YHi,
Yes you can add videos to listings.
In the template widget for elementor “Listing feed”, we don’t see the option “Load more results”. How we can create a button to load more results (like pagination or infinite scroll) Thanks!
Hi,
Pagination and infinite scroll are not available for the listing feed widget. You can add a button below the listing feed widget and link it with your explore page to show all the listings.
Hi! Can I have classifieds, properties and vehicles in the same domain? Thanks 
Hi,
You can import the listing types from all the demos in your site. You can download the configuration files from here: https://docs.mylistingtheme.com/article/ready-to-use-listing-type-configurations/
Hello team, i have a requirement to add in my site. do we have the option to let USER DELETE THEIR ACCOUNTS if they want to? if so please let me know
Hi,
We don’t have that feature but there are plugins that add this functionality e.g. https://wordpress.org/plugins/delete-me/
Is it possible from a static url to show listings nearby the user. So say I have URL for barbershops. I can show listings of barbershops for New York city user and Chicago barbershop listings for Chicago users.
Hi,
No that’s not available. You can only show nearby listings on explore page.
ok. thx
Hi there, I’m thinking about this theme again for my next project but I was wondering if there is a way for users to share their bookmarks? Either by displaying it on their listing, or by a specific link…?
Hi,
No that’s not available.
Can this modification be done with additional payment?
We’re not doing customizations currently but yes that is achievable with custom coding. You can hire a developer to add it.
ok, thank you
I am interested to buy. Please confirm that 2.9.4 version (the last one) has no problems while trying to import places with the All Import Pro plugin in terms of logo, cover image or gallery images using “Download image hosted elsewhere” or images currently uploaded in /wp-content/uploads/wpallimport/files.
From my previous experience, I want to make sure that I will be able to import the photos from .csv using WP All Import Pro plugin.
Waiting for your confirmation. Thanks!
Hi,
Yes that works, there was a bug which we have fixed and will release an update during the weekend
Hi, first of all: Amazing work with this theme!
Unforunately we are having trouble using wp all import (pro) with the custom listing types. Everything works fine but the IMAGE elements (like “logo”) are not imported from the external source.
Hi,
We have fixed the issue and we will release an update but it’s not ready just yet. You can edit this file includes/apis/wp-all-import/wp-all-import-api-import-files.php and replace it’s content with the code inside this link https://pastebin.com/DKaV7ARn
That should fix the issue.
Hi! Is it possible to limit the display of listing statistics only for those who bought the package? If the listing is free, the listing owner cannot see the attendance statistics.
Hi,
That’s not available.
Hi! Is it possible to add this feature? It is logical that the site owner should offer flexible rates that are not limited only to the number of listings created. Access to statistics is one of the important functions of a paid service, which will encourage you to buy a tariff for listing, and not keep it free.
Hi, I’m trying to export the taxonomies using the plugin WP ImportExport, but if in term option I’m using a custom image instead of icon https://ibb.co/RcyhCyy, it’s not exported. So if I import data I have to assign manually the icon to each term, and it’s difficult when you have more than 200 terms. Any idea on how we can import all the taxonomies with image/icon assigned? Thanks.
Hi,
Unfortunately we can’t do much there, contact the author of that plugin and see if they suggest something.
hi, in your changelog of 2.9.4 you say you fixed a WP All Import issue with serialized images. since 2.9.4 i cannot import any images from external sources anymore. using WP All Import Pro. changed back to version 2.9.3 and imports work fine again. please fix it.
Hi,
We’re looking into this.
We have fixed the issue and we will release an update but it’s not ready just yet. You can edit this file includes/apis/wp-all-import/wp-all-import-api-import-files.php and replace it’s content with the code inside this link https://pastebin.com/DKaV7ARn
that code gives a critical error; ‘There has been a critical error on this website. Please check your site admin email inbox for instructions.’
I tested this again and that code works, did you copy the whole file?
The first three lines are
<?php namespace MyListing\Apis\Wp_All_Import;
and the last two
update_post_meta( $field->listing->get_id(), '_'.$field->get_key(), array_filter( $uploaded ) );
}
Hello 27colletive team, how are you?... I hope you are well. I have a question… is there a possibility to customize the dimensions of the Preview Card?
Hi,
You can change height with css. Width can’t be changed since it will break the layout of your explore page.
Great!... Do you know whats the div class name to do it?
It depends which preview card you use.
For default use this css
div.lf-item.lf-item-default {
height: 300px;
}
For alternate:
div.lf-type-2 div.lf-item.lf-item-alternate {
height: 300px;
}
Thanks you!... Its really help me… Can I do the same with the blog layout?
Yes use this css
.sbf-container .sbf-thumb {
height: 250px;
}
I did it, but the blog layouts are overlapping one on top of the other
Share a screenshot, you can upload it at imgur.com/upload
Pre-purchase question, Does this theme fully support TranslatePress plugin?
Hi,
The theme is not compatible with multi-language plugins, I would suggest you use a plugin like Loco Translate if you want to translate your website.
Hi,
I want to report some bugs, I’m using CSS to fix them, but it would be nice if you can fix them in the next update:
-
1. Price not showing if it’s more than 7 digits in mobile version:
I’m using this CSS code to fix it :
@media only screen and (max-width: 760px) {<br />
.price-or-date .value,<br />
.price-or-date .value a {<br />
color: #000 !important;<br />
}<br />
}
-
2. Animation in the submission form (category card flip) is not deactivated even if the animation switch is off
@media only screen and (max-width: 1200px) {<br />
.elementor-widget-case27-add-listing-widget .cat-card:hover .ac-front-side {<br />
-webkit-transform: rotateX(0deg);<br />
transform: rotateX(0deg);<br />
z-index: 2;<br />
}<br />
.elementor-widget-case27-add-listing-widget .cat-card:hover .ac-back-side {<br />
-webkit-transform: rotateX(-180deg);<br />
transform: rotateX(-180deg);<br />
z-index: 1;<br />
}
-
3. The sorting filters do not change when you change the category (in explore page). I don’t have a fix for that.
NEW FEATURES SUGGESTION 
I would like to mention some features that would be a great add to the theme. It’s just a suggestion.
- The possibility to see the picture of the ads in the user dashboard and not only the ad title (in my listings menu – listings cards)
- To have a dynamic submission form and conditional logical fields
- To have the possibility to choose the categories as a list instead of cards in the first step of the submission form, because when you have a lot of categories the page becomes very long and not user-friendly
- A carousel card widget that can display categories (cars, boats, etc.) and display the number of ads on each category (count)
- Add OpenStreet (because it’s free)
- Megamenu
- A fresh design maybe like Airbnb
Thanks guys! After all these years your theme is still the best!
Hi,
1. I can’t reproduce this issue, it’s showing fine for me.
2. I have tested this on different installations and that feature is working on all of them
3. Noted
4. Thanks for the feedback, we will look into them.
Thanks. I will try to re-install the theme and see if issues 1 & 2 will be fixed.
Hi! I looked at your demo and there is absolutely nothing for seo. Why do all the images in your demo lack a title? I have registered and when adding a listing, there is not even an add meta field for images. How do you propose in your topic to assign a meta title for the gallery of images for the main photos and logos of listings? It’s very strange that you didn’t provide for this.
Can you answer my question?
Hi! If the listing was rejected for publication, where is the reason indicated by the site administration and where can the listing owner view this information about the reason for rejection and correct errors?
hi! Is there any way to check that similar listings (clones) already exist? For example, one company decided to get more listing pages and traffic, it creates several users and the same listings. How to deal with it? Is there a way to analyze the title in the title and report that such a name already exists and give a link to this listing. Or any other way? For example, you add a Burger Shop company, but it already exists in the catalog and someone created it earlier. It is necessary to notify about this and prohibit the creation of such a listing, since a company can request rights if it is the owner of a Burger Shop, but earlier one of the editors had already added such a company independently so that it would be displayed in the catalog. Thanks
Hi,
We don’t have an option for that. You would need some custom coding to achieve it.