12803 comments found.
Location Address. I’ve noticed that with the recent update allowing for multiple locations for a listing, the address is no longer saved and only the longitude and latitude is saved.
Won’t this pose a problem when people go to that listing and a reverse geocoding lookup for the address is preformed for every page load?
Wouldn’t this greatly increase cost over time for this reverse geocoding lookup?
Is there a workaround to save the address on form submission and update so reverse geocoding doesn’t have to be run per user/page load?
Hi,
Both the address and coordinates are saved, we haven’t changed that.
Hi, Could you tell me please if the theme use Google Maps Embed API ?
Hi,
MyListing requires these 3 APIs : Geocoding API, Maps JavaScript API, Places API
mobile doubt: how do I show the user the map first? giving the option to choose a list.
Hi,
You would have to edit theme files to achieve that. Open a ticket in our helpdesk.
Hello, I would like the menu to stay with the desktop version until it reaches 1080px, how do I make this change? with 1200px it already has the mobile menu.
Hi,
We don’t have an option to change the breakpoint.
the listing in the demo is not working
Hi,
I don’t see any issues, share the link
Any sms and email verification for new registrations?? And notification for message from customer or user ?? is it compatible with one signal??Planing for buy this theme,
Hi,
1. You can add SMS and email verification using plugins. By default that’s not available.
2. Users get notifications when they receive new messages.
3. We haven’t testing one signal.
Can you help us to setup verification?? And notification with one signal, i can pay you customization amount
For verification it’s easy with plugins, you can do it yourself. About one signal you will have to hire a developer if it doesn’t work out of the box. We don’t do custom work.
1. What about recurring payments? Monthly subscription.
2. And Pay attention to design side also. Listing types cards with images, taxonomies cards with images, and whole theme to little stylish side.
3. And pay attention to blog design also, sidebar and single post designs etc.
You can use WC Subscriptions if you want monthly subscriptions.
Hello pre-purchase question. I want to assign one package to one category. Ex. If one user buys a package for a yoga trainer, that user can only post an ad in the Yoga Instructor category. Is this possible?
Hi,
You can assign packages to listing types but not categories.
I have 2 questions: 1. Which payment gateways MyListing support? 2. How can show ads like Google Adsense or what are the other methods of monetization?
Thanks
Hi,
1. We use woocommerce for payments, so any payment gateway that works withwoocommerce will also work with MyListing
2. In normal pages you can use elementor to show ads. For listing page we have a block which you can use to show ads. Also in explore page you can show google ads between listings.
Hi, Is there a way to import the business/ place data from Google or Yelp into the website in bulk?
Hi,
The only way to import listings is using wp all import, with it you can import listings in csv files.
Hi, Is there a way to anonymize email sending on mylisting? So that when a user click on “Email” and that they interact with each other through mails, both of their email pass through mylisting and are anonymous (so that they neer see the other real email). Thanks
Hi,
No that’s not possible
Hello,
I see that the theme comes with two user types, (customer & seller). Is it possible to only enable the seller user type for all users the sign up rather than making them select either one?
Thank you
Hi,
Yes you can disable one of the user roles
Hello,
Despite the awesomeness of the theme there are, in my opinion, 2 things still missing.
1) Multilanguage translation compatibility through WPML. I lost hopes that it will be integrated now.
2) Tools for the private messaging system (or a new one) like: a. Moderation tools! - “Report user” in the chat and when done, a copy of the chat (including the deleted messages + even if chat has been deleted (like for example it stay on the server on the system for XX days before it’s truly deleted) is sent to the assigned user roles to take moderation measures (if possible on front end) - Banned keywords or url/customizable profanity filter. By the way, as it is, is it possible to see 2 people’s chat, as an admin, if we are not one of the 2 participants?
b. As mylisting is dedicated to listings/directories, that if someone sends a message directly from the header, only the name is mentioned (like it is right now) BUT if clicked from a listing, that it also includes some other infos on the chat like the title of the listing + the main price. That way, buyers could know at all time, what listing they are “replying” to.
c. the ability to upload pictures (that will go in a dedicated folder and would be deleted from the server when the chat between 2 persons is deleted (and manually too if assigned to a suer-role) + the ability to set how many days after a chat has been inactive or deleted, the photos will be deleted.
Is that something that you think you could implement 
Thank you
Hi,
1. We don’t plan to add wpml support
2. a. I’ll add that as a feature request. Currently you can only view chats directly from the database
2.b. When you message a listing the author of that listing will see the listing name in the message.
2.c. I’ll add it as a feature request.
Thanks, i can’t ait to see the moderation tools + upload image to chat features coming
Btw, as mylisting relies on a modified version of jobmanager, is it compatible with “Private messages” from astoundify? https://astoundify.com/products/private-messages/
We have made a lot of changes to the base code of job manager so I don’t think that plugin will work.
Is there any way to make the checkout page the simplest way: no need to show any text field (first, last name, company, country, street, apartment suite, town, city, country, post code, phone, email, additional information…), just need a button Confirm (place order) with the description of bank transfer?
If this can be done, I will buy. Thank you!
Hi,
By default that’s not available but it can be achieved using a code snippet. We can assist you with that.
Is there a way to download the listings in bulk? CVC file or something similar.
Hi,
Use WP All Export plugin.
Hello, i’ve seen a website called “mylisting[dot]club that sells lot off templates, css etc.even a pack with premium plugins, al lthat especially for your theme. Are you affiiliated to this website? Is it a safe/trustworthy website/services?
Hi,
We’re not affiliated to that website
Hello,
I have a doubt and several problems that I would like to solve.
1. The container of edit listing and order section in “My account” is not on center of display on range from 768px to 1200px.
2. Is there any snippet that allows to remove listing types, cities and tags from quick search? if there is not, I would like you to consider it for the next update.
3. there is a problem with two css codes that cannot be modified from custom css; “div.inbox-header-icon i, .mob-sign-in i, .search-trigger a i, .view-cart-contents>span” and ”#submit-job-form #form-section-submit .form-section”. I tried to add “div” html tag but it doesnt work. It only allows me to modify them if I enter the following routes: my-listing\assets\dist\header.css and wp-content\uploads\mylisting-dynamic-styles.css
That’s all, cheers!
Hi,
1. Did you edit the my account page with elementor?
2. So you want only listings to show there, right?
3. For the first group of items try adding .header in front of them e.g.
.header div.mob-sign-in i,
.header div.inbox-header-icon i {
color: red;
}
For the second code add it like this
#submit-job-form #form-section-submit.form-footer div.form-section
1. No, i dnt edit my account page with Elementor. But, if editing fixes it i will take a look at it.
2. Yes sir, that would be good.
3. Awesome, it works! Thanks a lot.
1. Share a screenshot of your issue, upload it at imgur.com/upload and share the link here.
2. Try this css
div.instant-results ul li.ir-cat,
div.instant-results ul li a[href*="region"],
div.instant-results ul li a[href*="tag"],
div.instant-results ul li a[href*="category"] {
display: none;
}
1. https://imgur.com/a/JbePWiz
2.Doubt solved, thank you very much.
.woocommerce .woocommerce-MyAccount-content .i-section .container {
width: unset;
}
Hey there, so there is no content showing up in my posts, I followed the documentation about adding content and tabs, but for some reason nothing shows up.
Do you happen to know what could be happening?
Hi,
Open a ticket in our helpdesk
is there anyway to create megamenu?
Hi,
We don’t have an option for that. You can use plugins.
Do you have any demo account for owner or customer? Whatever I try, it always say “invalid account” in registering part!
Hi,
You can try registering with a dummy email address, it won’t ask you for verification.