Discussion on MyListing - Directory & Listing WordPress Theme

Discussion on MyListing - Directory & Listing WordPress Theme

Cart 21,444 sales
Recently Updated
Well Documented

27collective supports this item

Supported

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

12792 comments found.

Hello I am interested in your theme. On the rent and buy section on the header, how difficult is it to add more fields? would that be possible?

Hi
You can add custom fields. Check our public documentation here https://helpdesk.27collective.net/section/listingtypes/

Hi, Does the plugin below for subscription work with ML? I do not want to pay the WooCommerce subscription plugin due to the price. However this one integrates with WC but I’m not sure if would work with the theme.

https://www.webtoffee.com/product/woocommerce-subscriptions/

For listing subscriptions only the official Woocommerce subscriptions plugin is supported
https://woocommerce.com/products/woocommerce-subscriptions/
The plugins you listed can be used for other types of subscriptions but not for listing subscriptions

Hello,

1. Is STRIPE supported by the theme?

2. Can I install wocommerce subscription easily (at the end of the subscription, the list is automatically removed from the search results) ?

Hi

Yes and yes, both are supported

Best regards

Hello Your theme seems great. - I am surprised that it is not compatible with the RGPD at the registration level. (No checkbox) Can you reassure me on this point? - Is a French translation available on locotranslate? - Is a reservation module possible (I do not see it on your demo)? - Can we import the demo easily? - Can we customize the messages sent automatically (after registration etc …) - Can I have a wordpress password login to test the interface?

Thank you

I forgot. Do you offer an internal messaging service?

Hi

- You can add a checkbox in registration
- There is a french translation shared in the facebook group https://www.facebook.com/groups/MyListing/346886215814848/
- You need third party plugins to add booking
- You can import demo easily
- There are emails for new user registration, orders, listings posted etc.
- We do not have a live back-end demo setup currently
- Internal messaging can only be done using Buddypress

Hi, can this be used for jobs listings?

Hi

Yes, it can be used for job listings

Hello -

I just started testing the theme. I’m very surprised that it’s not retina ready.

The logo looks really bad.

I do work on a 4k screen with much higher DPI then what you’d call an average retina screen. Please let me know what logo size you want to upload exactly so I can share to you the exact steps.

Here’s 140×430 logo just to prove that your assumption is incorrect https://youtu.be/V38p8Ly6zIo

Is the issue solved? What can we do to help? Leaving a 1 star review for a nonexistent issue is pretty unfair..

Hi there. Is it possible to remove the ‘Review’ Functionality? Many thanks

Hi

1. When you click on a result in explore page you are taken to single listing page, no option to link to an external page
2. The tagline goes there, if no tagline the description appears (110 characters max)

Thanks for that. In terms of the profiles, can you decide which elements you want to include? Eg. We can leave out opening hours if we don’t want to display that?

Many thanks

Yes, you can decide which blocks appear in the single listing page

Hi, Can i customize the stars rating to be options like (Good, Bad, Great) ? Do you have badges for the places that we can give manually? Can i make the review section is the landing page of the shop instead of the profile ? Thanks

Hi

These are the listing review options available https://i.imgur.com/xZDJwSZ.jpg

They are available for listings, not for products

Hi, this is a quick one. Do you know how to fix this ? Another lightbox opens on top of the theme’s lightbox.

Screencapture: https://cl.ly/283I2E3n1O2f

Is the culprit Jetpack ? Jetpack seem mandatory for the theme. Why do we need Jetpack for by the way ?

Can you share login details in one of your tickets so we can check the lightbox issue? As for Jetpack, the plugin is not related to MyListing in any way, if you need to use it then you can but the theme does not need it for any of its features

I figured it out. It was Elementor Lightbox. I went in Settings and unchecked that box next to Lightbox. I hope it wont affect other things.

Here is the checkbox in question: https://cl.ly/3u3d0Y190b0J

listing page “working hour” Currently, it is in 15-minute increments 03:15 03:30 Can you change this to direct input? If the opening time is 03:20 or 03:40, it is impossible to express. I want to be able to do the last order (text) and the rest time (text). There is no page where you can set the scale of the map. I would like to be able to determine the magnification of the map on the search page or on the listing page.

Hi

1. Unfortunately that’s not available currently

2. The map in explore page zooms based on the location of your listings automatically. It makes sure the listing loaded are visible on the map. If all your listings are inside a city area, then it zooms in to that. If they are located in different cities or countries it will zoom out to show them

3. You can change the single listing map zoom using this custom JS code. Add it in theme options > custom code > custom JS and adjust the setZoom(15) value
jQuery(document).ready(function($) {
    if ( $('.single-listing .map-block').length ) {
        var mapZoom = setInterval( function() {
            if ( CASE27_Maps.maps.length ) {
                CASE27_Maps.maps[0].map.setZoom(15);
                clearInterval(mapZoom);
            }
        }, 500 );
    }
});

Hi,

how do I change the slug. I would like to replace the term “listing” with another term. It’s possible? “https://mylisting.27collective.net/myhome/*listing/private-room/”

You can change it in wp-admin > settings > permalinks

Thanks :)

Hello, I have sent 2-3 days ago pre-sale questions, and up to this time i have got no answers, please need your answers as soon as possible. Thank you, Doron Zamir

Hello and thank you for your answer to me. I have posted the questions at: https://themeforest.net/user/27collective. My Email address is: doron.m.zamir@gmail.com

Unfortunately, I can not post my questions in this forum because it is a new site and is the first of its kind to be in Hebrew. I hope you understand my need for confidentiality. Moreover, in the forum I found an email: arian.27collective@Gmail.com to which I sent the question as well. If it’s OK, I’d be happy to get the answer from him otherwise I’d be glad to get your email and ask the question you will not post on this forum right now.

We will check and reply shortly

Thank you, Arian has been answer my questions, and it look good. Is it possible to get hands on demo of the theme so it will be possible for me to check it? I will need the demo only for 2-3 days to try it by myself.

Doron Zamir

Hi, I need to be able to enter formatting into an accordion (such as bold text and line breaks). Textarea doesn’t format and WP editor outputs the HTML in the accordion directly – is there a fix or work around for this please? thanks

Ok thank you – can you also tell me if it is possible to use repeater fields if you have ACF Pro enabled and installed? thanks

Also, it is possible to output multiple values on new lines instead of using commas to separate the values? Please see screen shot and highlight

https://snag.gy/nIjSfk.jpg

thanks

Hi

We do not use ACF for listing custom fields unfortunately, you could use that only by customizing the theme.

As for multi-select fields, I’ll add this to our to do list and will try to include it in the coming updates

Hello, I tried using a Multiselect-field as a data source for the checkboxes in the search form. Unfortunately, the checkboxes seem to bug and show only weird values. I’m not using any other plugins.

This is the back end form: https://i.imgur.com/8lukwww.png This is how I configured it: https://i.imgur.com/cJUlbu1.png Also front end search form: https://i.imgur.com/iRCMefY.png Aand the configuration: https://i.imgur.com/zG8no3Y.png

Oh, and could you explain what is meant with the “count”-attribute in the checkbox-settings?

Thanks a lot in advance.

Hi

In your second screenshot, click “Add/edit options” It’s possible you added a label for each option so it’s showing the label in the search form instead of the value. If that does not work, can you create a ticket in helpdesk and share your login credentials?

The count is the maximum number of options that will show, you can leave it empty to show all

Pre-sales question: What would you say would be the maximum number of listings this theme/wordpress could handle if computation resources were unlimited? We would be looking in the order of 10,000 listings at this point. Are there limitations to Wordpress that we should be aware of? Thanks in advance.

By default a certain amount of listings are loaded. You can select how many of them to load, the recommended is 20-50 for better performance

Hi, is there a reason why the map doesn’t show new results when the map is moved to a different location? Anyway, to update the results as the map is moved? Thanks.

Hi

No, that feature is not available in the theme currently. Results are updated when you use the search filters not while you move the map

How do I translate these sentences, loco does not show up in translation.

You already own this package Use Available Package or by new Add Your Listing Choose Listing Type

Hi

Click the “Sync” button in the translation file then search these sentences. If they are still not available, please create a ticket in helpdesk.27collective.net and provide your site URL/login credentials

Hello,this looks very awesome & fancy. but i am looking for a minimal design of real estate agencies and car dealers directory together. can i achieve a simple listing website with this theme? thanks.

Hi

The demos showcase a lot of features, you can only use the ones that you need for a more minimal experience. You can have a real estate and car dealers in a single installation together by creating or importing two listing types https://helpdesk.27collective.net/knowledgebase/ready-to-use-listing-type-configurations/

Thank you for your fast reply. While everything is almost perfect with this theme, There just one thing, I prefer listing method like the one in themeforest, just horizontal rows. I don’t see that in this this theme. is there anyway i can change the look and feel of the theme. I am good if not perfect with css. thanks

If you are comfortable with CSS, you can customize the preview cards so they look similar to the ones here in themeforest. However we can’t assist with that other than pointing you to the right direction

Hi. Is it not possible to add a sidebar to posts? I have many articles and I would have to import them all to mylisting.

Hi

There’s no sidebar option for single blog posts. You can add it using Elementor Pro or customizing the theme

oh, it’s the theme that I like the most Well, I’ll keep looking.

Thank you!

Hi. My map is too zoomed in listing page. How can I change he zoom level?

Hi

Make sure you are using the latest version of the theme and updated theme plugins.

If the issue is still there, please create a ticket in helpdesk.27collective.net and share your URL/login credentials

hi

do u have wp all import addon for this theme import a 1000+ items list.?

Hi,

Not currently but we are working with the plugin author to make an addon

Best regards

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