Discussion on MyListing - Directory & Listing WordPress Theme

Discussion on MyListing - Directory & Listing WordPress Theme

Cart 21,616 sales
Recently Updated
Well Documented

27collective supports this item

Supported

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

12836 comments found.

Hi guys. I see you load a Script from Cloudflare.

<script type='text/javascript' src='https://cdnjs.cloudflare.com/ajax/libs/moment.js/2.27.0/locale/de.min.js?ver=1.0' id='moment-locale-de-js'></script>

How can change it to load from local source?

My data privacy officer says “no no no” to cloudflare. It’n not GDPR ready.

Thanks!

Hi

The file is my-listing/includes/assets.php line 338

Is there a way to not having fullsize cover image at the top of the listing? It is often hard to find a good quality image for such a big size. We can’t find any switch or choice to have it the same width as the main content below the cover. Is there such an option? If not, could you provide me with the css code to be used? Of course it must work with the responsive design… Thank you.

Hi

Please try this CSS and adjust it to your needs
.profile-cover-image {
    background-repeat: no-repeat;
    background-size: 1300px;
    background-color: black;
}

If you have further questions, please use helpdesk.27collective.net.

Thanks

Hello. I can’t find any reason why some listing preview titles have different fonts (font weight). See here https://www.spots4kite.com/brazil/ Scroll down. Barra Nova is case27-primary-text listing-preview-title but Atins is case27-secondary-text listing-preview-title The problem is with font-weight: var(—e-global-typography-secondary-font-weight)!important; where !important rewrites everything. Still, all the previews are the same so why the difference in primary vs secondary listing preview???

Regards, Karel

Hi

Try regenerating preview card cache in theme tools > performance. If that’s not it.

If that’s not it, submit a ticket on helpdesk.27collective.net and provide wp-admin access

Hi, you did not answer my question that I asked you 2 days ago but you answered the questions to the people after me.

1. Can Google reviews be added to listings?

2. On the home page is there a way to have carousels for the categories where you can scroll like in the apps?

Thnks

Hi

1. The theme has no option for this. Might be doable with 3rd party plugins

2. No

Hi, after the latest theme update, I’m having some issues with Safari.

Here some screenshots: Safari Mobile (icon in the wrong spot and no text on the button): https://ibb.co/G2MFdLJ

Chrome desktop view (this is how it is supposed to be): https://ibb.co/r4RdnQB Safari desktop view (this is how actually is): https://ibb.co/SrSf4Zf

Also the explore page is not working properly on Safari mobile, it doesn’t show the listings.

I think also someone else might be having the same issues, is this something that can be fixed with an update release?

Thanks a lot in advance,

Alex

The website is https://lensgo.it

Hi

Looks like caching issue on your end. Everything is working fine when I test.

Clear the browser cache or hard reload the page.

No, other users have not reported this issue.

Is there a way to index ajax loaded content , all listings in explore site, by Google?

Hi

They are indexable by default

Hi! https://property.mylistingtheme.com/my-account/my-bookmarks/ Is it possible to display objects with photos in bookmarks, as it is in the catalog, and not with icons and the name. It is very inconvenient when you have made a lot of bookmarks for apartments and do not see them, but only see the names of these apartments and every time you have to open everything. This also applies to the list of user listings. Who does not see a preview of the photo of the object published by him.

Hi

The listing logo can be shown aswell. You can’t display other pictures there

Hi, I don’t have the support but I’m facing a small issue after your updates and I believe the other users may have the same. Here is the issue in video: https://www.loom.com/share/dd0f3bb56a3e4bfe819b6e20e671ae54 (I’m using Google maps API)

Hi

Thanks for reporting, I have forwarded this to our developers

Best regards

Good afternoon, tell me what to do. I have created a listing, the listing has its own categories, how can I make my own filtering system for the category, so that when the user goes to the category, he will see different data

Hi

Please use helpdesk.27collective.net for customer support

Hi, is it possible to show the category icons in the Basic Search dropdown? For example I want to add a countries and it would look great to show some flags beside the country name. Thanks

Hi

Unfortunately this is not possible currently

Best regards

Hello, In Theme Features , Written that does not support multi-language and WPML. Has this problem been resolved?

Hi

No, it’s still not supported fully

Hi

Can Google reviews be added to listings?

On the home page is there a way to have carousels for the categories where you can scroll like in the apps?

Thnks

hey, is there a way to add recurring subscription card payments through WP Simple Pay or other (cheaper than woocommerce subscriptions) options?

cool, done! please respond soonest as its time sensitive

Hi

There is a waiting queue as a lot of requests are submitted. You will get an answer soon aswell

Best regards

Hi, How can only logged in users see the information in the website?

Hi

The theme does not have content restriction features. You can try some plugin for this. Search for “Content restriction” on plugin directory

Hi devs, I would like to inform you some combabilities issues, I worked for one of my client’s website with this theme (he bought it himself). But there are two features didn’t work with this theme.

1. “WP Hide & Security Enhancer” plugin is unable to block the wp-admin and wp-login.php urls.

2. “Rank Math”s exciting feature “Adding Image Attributes automatically” didn’t work with your theme. It’s throwing blank Image Alt tag.

Hi

Please ask them to submit a support ticket on https://helpdesk.27collective.net/

Hello, I check every update hoping for OpenStreetMap feature. I understand it’s not in top of your list but our whole project depends on it. How about offering it as an Add-on? We’re happy to pay for it. Thanks

Hi

I have sent your feedback to our developers. I can’t say much else about this currently.

Best regards

Thank you

Hello, when I add my location I get a banner that says “You must activate the location function to use this function.” I already have the google api connected, can you help me?

Hi

Please post a ticket on helpdesk and share a screenshot, where this error is appearing

I created an account in Help Desk and posted my error, but I couldn’t share a screenshot, I hope you can help me

Hi

Please upload the screenshot on imgur.com or pasteboard.co and share the link there

Hello guys, How can I place a placeholder text here, such as “Type to search…”?

https://www.awesomescreenshot.com/image/21583426?key=b24ecc2b37a7dcb94f358ee0a50e7598

Hi

Currently no, but we will try to add an option for it

Hi! I got this to work modifying the parent theme, but not using the child theme.

I found that under /themes/my-listing/assets/vendor/select2/select2.js

I changed this line: <input class=”select2-search__field” type=”search” tabindex=”-1” autocomplete=”off” autocorrect=”off” autocapitalize=”none” spellcheck=”false” role=”searchbox” aria-autocomplete=”list” placeholder=”Type here to search…” />

However, when I copy this file with the same folder structure to /my-listing-child/ folder so it does not get overwritten when there is a theme update, it does not seem to work. Is this a normal behaviour?

This only works for Basic Form, but not the Advanced Form as it clears the field on focus…so that needs more modification. I will post when I figure it out.

However, if you have any input that would be great.

Hi, is it possible to integrate this theme with a calendar plugin like:

https://codecanyon.net/item/booked-appointments-appointment-booking-for-wordpress/9466968

so every listing have their own calendar where users can set appointments with them.

You can use this plugin with ML, but whether it has multi vendor functionality you’d have to ask the plugin author

Hola buenas tardes! no encuentro la opcion mensaje directo como dice “los usuarios solo se pueden encontrar a través de la acción “Mensaje directo” en páginas de listas individuales.” me puedes ayudar?

Hi

Please post your questions in English if possible

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