12797 comments found.
Hi, is there a list of shortcodes for the contact form 7 integration on a single item page?
I know that the contact form is sent to the listing´s email adress, but how can i insert additional dynamic fields in the form like the name of the listing or the url to the listing? The recipient has to know what page the form refers to…
Hi,
You can use these tags to show listing name and url in emails
[_url] – listing url
[_post_title] – listing title
Hi, I updated the theme to v2.9.3 and my google social login button has disappeared from the login page. I tried now to activate the child-theme or updating to 2.9.4 and it didn’t help. can you please help me fix it please?
my homepage layout keeps changing and skewing. What would be the likely reason for this?
Hi,
Record a short video and share it here.
Hi guys,
We have this page http://dp-dev.co.uk/lovecorby/members/ using the listings feed widget. How do we display these in alphabetical order please? A-Z
many thanks
Hi,
That is not available currently. I’ll add it as a feature request
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.