Discussion on MyListing - Directory & Listing WordPress Theme

Discussion on MyListing - Directory & Listing WordPress Theme

Cart 21,610 sales
Recently Updated
Well Documented

27collective supports this item

Supported

This author's response time can be up to 1 business day.

12832 comments found.

Recently purchased MyListing and when downloading Woocommerce I was given a fatal “Action Scheduler” error. Finally I found a solution and thought I would share it here in case anyone else runs into it.

RankMath has a plugin on Github called Repair-Action-Scheduler which fixed my issue and maybe will help for you as well.

Is it possible show a purchase button in the listing card if any product is associated with the listing?

Hi,

You can add an “Add to cart” button in the preview card of a listing. This wouldn’t work if you allow multiple products per listing though.

Is it possible to add an add to cart button for variable products in woocomnerce?

Hi, can we do under MYLISTING the woocommerce products available for sale? If that’s possible… going further, we can use MYLISTING with the DOKAN plugin, working together?

And another question: Is it also possible to have an MYLISTING interface, for end user, to buy products listed on stores within the DOKAN plugin? This scenario is feasible?

Hi,

1. Yes you can display products inside listings. Example from our demo: https://main.mylistingtheme.com/listing/the-activity-people/#store

2. We haven’t tested Dokan, if it works with Woocommerce then it will work with MyListing as well.

Hey guys, any idea why this has happened on the listing page? It has all bunched up? https://snipboard.io/F5oLSa.jpg Thanks in advance.

Hi,

It seems to be caused by some other plugin. Try deactivating them all other than the required ones and check if the issue is fixed.

I’ve been through all recent plugins and it doesn’t solve the problem. Weirdly, when i’ve logged into the site it’s fine, it’s only for logged out users that this is happening?

Send us an email from here https://themeforest.net/user/27collective with your login details.

Is it possible to get some customisation done? Not for free of course.

Hi,

We’re not accepting customization requests at this time. Check in the group of MyListing users on Facebook. There are developers there who are familiar with Mylisting.

Hi. Theme has trouble adding a location sometimes? And the second point. So when will you enter additional fields for company registration?

Hi,

No there isn’t any issue with adding location.

On our platform, we want businesses to be able to sell products and designate a % to the platform as commission. If we use WC Vendors for this, will it be compatible with the rest of the site’s functionality?

Hi,

Yes you can use vendor plugins to achieve that. We haven’t tested WC Vendors recently so I would suggest you write them too before purchasing the theme. You can also use Product Vendors plugin.

Is it possible to request a small fix to “term multiselect” in category field under listing types? Is it possible to add a feature to limit the selection of categories to a certain number? Lets say I want to limit a user to only be able to select 3 categories. Would be amazing, thanks.

Same thing you basically did for the location field where you have a separate option to specify how many locations can be added by the user: Max number of locations allowed

Hi,

Thank you for your feedback. I’ll add it as a feature request.

Great theme, we’re looking to purchase a listing theme.

Any chance as a CSS designer with basic understanding of PHP can self-customize the listing page?

https://main.mylistingtheme.com/listing/liman-restaurant/

Hi,

Yes you can customize it with css and a little bit of PHP but that still depends on the level of customizations you want to do and your skillset.

Hi i have been searching to work out how to add extra icons to the sociasl media section inlistings, but i can not understand some of the instructions. Please could you help me add, Whatsapp, ETSY and Amazon to the top of the list? 

thanks so so much

Hi,

Add this code in child-theme > functions.php
add_filter( 'mylisting\links-list', function( $links ) {
    // Add new link
    $links['WhatsApp'] = [
        'name' => 'WhatsApp',
        'key' => 'WhatsApp',
        'icon' => 'fa fa-whatsapp',
        'color' => '#128c7e',
    ];

    $links['Amazon'] = [
        'name' => 'Amazon',
        'key' => 'amazon',
        'icon' => 'fab fa-amazon',
        'color' => '#ff9900',
    ];

    $links['ETSY'] = [
        'name' => 'ETSY',
        'key' => 'etsy',
        'icon' => 'fab fa-etsy',
        'color' => '#1c808c',
    ];

    return $links;

} );

hi thanks so much, this code places the selection in the social icons part, but when selected and add a link nothing shows on a listing page? thanks so much joe

Is it really that hard to just tell me how to disable that feature? I am very busy and have no desire to open any more accounts for such a simple thing. How do you disable the expiry? Surely that is not a hard coded feature.

As I explained below if you use paid listings it’s not possible to disable it. If you’re not using paid listing go to wp admn > listings > settings > listing duration > leave that field empty.

Awesome. Just what I needed. Great Theme. Very well done and flexible. One of the best I have ever seen.

Hello, the social share button on the quick actions doesn’t work. Any suggestions on how to fix this?

Hi,

Open a ticket in our helpdesk and share your website.

is there any option to use hotel room booking system by date with this theme. do i need to install any other plugin,

Hi,

You would need to use a booking plugin for that e.g. Wc Bookigns. If you want to allows users to ad their own booking products you also need a vendor plugin.

Hello, 1)Is there a way to limit the range of the date picker? I’m using it for reservations and I’ve noticed that the user can also select a passed date like in 1980? 2)Also in the comment section, how come a user can rate and comment his own listing? He should only be able to reply to an existing comment. Is there a way to prevent that from happening? Thanks you so much.

Hi,

1. That’s not available.

2. We will look into that and add it in future updates.

Please adapt the Mylisting theme to the requirements of the EU law called Omnibus. If you don’t know what’s going on, let me remind you that each offer must contain information about who added it. Company or private person. If a company, all registration details of that company must be provided. Currently, Mylisting is against this law. I read the comments from 2 months ago and you can see that people have already touched on this topic. Do the authors of the theme have a problem with that?

How does displaying distance work? I don’t see it in the documentation.

“Added ability to show distance of listing from searched location on preview card”

Hi,

Listing types > edit listing type > preview card > head buttons > add button > press @ > select the “Calculate distance” option. Now when you search by location on explore page it will show the distance of the listing from the location searched. It also shows the distance for similar listings if you set the order of them by proximity.

Merhaba.. Whatsapp entegre edilebiliyor mu?

Hi,

You can add a Whatsapp button in your listings, when you press on it it will open the whatsapp app.

Fantastic theme. Maybe the best I have ever bought. Simple question, how do I disable expiry dates all together? Thanks

Hi,

If you use paid listings that’s not available. You can however add a really large number in the duration field for each package.

For any other questions you have please use our helpdesk website.

Hi, do you know how and where I can obtain a Slot ID in Google Ads? I was able to find a Publisher ID. your kind help is much appreciated!

Hi,

When you generate the google ads code look for “data-ad-slot”. Example code: https://gist.github.com/topleague/3a4a55c925ab1de267361d08dc2cbd57 You can see data-ad-slot in that case is 9876543210

Is there a way not to display the listing stats to the owners users that doesn’t have a paid listing package, since with the free package option they can still access and see the stats, and have this feature as a paid option Thanks

Hi,

That’s not available unfortunately.

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