Discussion on MyListing - Directory & Listing WordPress Theme

Discussion on MyListing - Directory & Listing WordPress Theme

Cart 21,466 sales
Recently Updated
Well Documented

27collective supports this item

Supported

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

12799 comments found.

Another question: How can I change the order of the reviews? I want to show the latest reviews first. Example: https://guiaconsciente.com/barcelona/crecimiento-personal/sara-morillas-terapeuta-emocional-y-acompanante/#resenas

Try this css
.comments-list-wrapper .comments-list {
    display: flex;
    flex-direction: column-reverse;
}
.comments-list-wrapper .comments-list li {
    margin-bottom: 0;
}

Hello, very good question: I have the buddypres plugin installed, on the wall page in the mobile version the images and videos are cut off or half visible, can you give me a CSS code to improve the display of the images and videos?. In the PC and Tablet version it looks good, in the mobile version it looks bad.

Mi web es https://guiaconsciente.com/actividad/

Thank you very much as always, excellent work. Greetings. David.

Use this css
.activity-inner img {
    width: 100%;
    height: auto;
}

For any other questions use our helpdesk website: https://helpdesk.27collective.net/

Hello. For the life of me, I can’t get the demo installed. It always stalls on “importing pages”...even after 30 minutes, nothing. Is there a trick or how can I load the demo? I’ve deleted the theme, re-installed….the same issue. Thanks.

Thank you. Unfortunately this didn’t work as the attachments are downloaded no problem. Again, the issue is with importing PAGES: Importing “Main Demo”

Importing pages…

No pages are every downloaded. Is there a fix for this? I really need the first demo to display so I can edit it properly. Thanks.

Do you have a caching plugin enabled?

Hi. I just completely deleted the site and created a new install. All went well. I’m sure as you mentioned, a plugin was causing the issue. Thanks.

There is a bug in the latest update v.2.11.5. I have the listing feed widget filter listings with the option “order by priority first” toggled to no (off) position and it is not loading any listings. If I enable it, it works as expected!

Hi,

Are your also filtering listings based on priority? If yes turn the order by priority on for now, we’ll fix it in the next update

I have an issue with the recaptcha v3 after the latest update. I enabled it in the admin backend and it removes the recaptcha form but everytime I try to log in as a user it says: “Error: Security check failed. Please try again.”

Hi,

Did you generate recaptcha v3 keys and add them in recaptcha configuration settings?

How can i get another language while you not supporting RTL in solution in details please and lemme know if there are free plugin compatible with theme for translation ?thank you

Hi,

RTL is supported, maybe you mean mutli-language. For that we don’t have a solution

This is honestly one of the best wordpress themes i’ve purchased.

One question to the author; am i able to import listings/businesses in bulk via csv? or do you have any suggestions on how I can achieve this?

Hi,

Yes you can do that using wp all import (free version). Open a ticket in our helpdesk if you need help with it.

Pre sale question. Do you have an admin demo so I can see how the theme works before I purchase it?

I have one more question in advance. Is it possible to permanently bind an author to a listing? Example: Each coach has their own listing in which their workshops and courses are displayed. Instead of the author page, I would like to link his own listing (comparable to Places in the demo). When the coach creates a workshop or course, his personal listing should be selected automatically (he should therefore not have the option of selecting other coaches). Would that be doable? :-)

Hi,

You can’t link them automatically but you can limit the related listing field to only show listings from the same author so they won’t be able to select other coaches when they add a course.

Pre sale question. Do you have an admin demo so I can see how the theme works before I purchase it?

thanks in advance for your reply

Hi,

Send us an email from here: https://themeforest.net/user/27collective We’ll prepare a sandbox for you

The theme is incredible, it got even better with the last update by adding the pagination option in the feed. I’m using Loco translate, but I can’t translate the “load More” option in Listing feed pagination, just as it appears to translate the “next” option

Hi,

Yeah it looks like that one is not working, we’ll fix it for the next update. For now you use use this css to change it’s text
a.load-more-listings {
    font-size: 0;
}
a.load-more-listings:after {
    font-size: 13px;
    content: 'New text';
}

Hi dev team,

On listings, when their expiry date is reached it’s automatically renewing instead of removing the listing. If we manually set the expiry date to say January 1st and then click update, the expiry date jumps to 3 months time again. Any ideas what the issue is?

Many thanks

guys, we really need a reply please. This is a key part of your theme and it doesn’t work. Can somebody actually reply please?

This is really bad support now. It’s been months of having this issue and nobody is getting back to me at all.

Hi,

You are replying to a comment you left 2 months ago. When you left the comment we have replied immediately, then you waited another month and added another response which was now 20 pages down in comments, on top of that you don’t have a support license so how on earth does it make sense to leave a review for bad support?

Dear support,

I want to add more than 3 tabs for listing types explore tabs. But I get a message:

You've reached the maximum number of tabs allowed (3).

Why is this limited to 3, and how can I increase this? I need more filter options. Than 3. Thanks!

Add this in child-theme > functions.php and you’ll be able to add more
add_action( 'admin_footer', function() {
    ?>
    <style type="text/css">
        .tabs-content .editor-column .ml-overlay-disabled:before {
            display: none;
        }
    </style>
    <?php
});

Thanks! Another question. The way the Explore Tabs are displayed on the Explore page is not very clear. Those big tabs take a lot of space. Is it possible to display the Explore Tabs like (for example) the Tags checkbox like in your demo?

That would require modifying theme files, you can try with custom css to make terms displayed there smaller

Hi. How do i make the search form show by default on category pages without having to click on filters and then click filters again on the slide-in menu?

Also, how do i add the default footer to category pages?

I figured out how to add the footer, now i just need the search bar option shown by default instead of the category name with the filter icon on the right.

Nevermind i figured it out, thx!

you have medical directory demo ?

Hi,

We don’t have a medical demo unfortunately.

2. If I wish to create a new user from admin backend and allow the New User all rights for ‘Creating Editing Deleting’ His own and other’s (Customers) Listing … what all permission should I grant thi New User from USER ROLE EDITOR.

In short the ‘New User’ does everything for MY as ‘Adminstrator’ can do except for the rights to go into the Admin back end. This ‘New User’ will be my from my team itself with full rights to play with listing but no control in the backend.

Hi,

I’d suggest you use a plugin that allows to set role permission for this.

I know that a plugin would be needed, sadly don’t know what all permissions to set there to allow the NEW USER to be able add / edit / delete each and ever listing done using MYLISTING. If you would kindly give me that list of permissions pls. Thanks

Dear Developer, I am using a plugin that generates a short code [shortcode] ... I wish to insert that shortcode withint the listing display block.

https://snipboard.io/p4Q2i9.jpg

How to achieve this pls.

[Reposted – some cacheing issue, sorry]

Hi,

You can try and just add the shortcode where it says “Display field”

Thanks will test it out

Hi, a update the theme and i cant see the info of SINGLE PAGE -> CONTENT & TABS, the info is not showing in the Listing can u help me ?

v2.11.4

look like this

Share the url of that page

Hello, I stumbled over this theme unexpectedly and was surprised at what it has to offer. I’m currently struggling with various event plugins, but I can imagine that mylistings would be a better fit. Perhaps you could tell me whether the following would be possible?

It’s less about locations, more about events, organisers, coaches and courses. These should all be linked to each other. Organisers can post their own events or online courses (only a listing, the course itself is of course somewhere else). Other coaches who are working on these should also be assigned to them. Coaches, in turn, should be listed in different categories. Every organiser, but also every coach, should be able to manage their own listing page, on which every course and every event in which they are involved is shown.

Hi,

Yes you scenario can be achieved. You can create two different listing types, one for coaches and the other for courses and link them with each other using the related listing field. Both of them will show in search results and when you view the listing page of a coach you’ll see course listings related to that coach, the same for when you view courses.

i create an plugin in wordpress and i dont find the field which i made in listing type:

$post_id = wp_insert_post(array(
               'post_title' => isset($fields['Job Titel']) ? $fields['Job Titel'] : '',
               'post_content' => isset($fields['Job beschreibung']) ? $fields['Job beschreibung'] : '',
               'post_type' => 'job_listing',
               'post_status' => 'publish',
               '_case27_listing_type' => 'jobs',
               '_ansprechpartner-in' => 'Mr Mike',
               '_featured' => '0',
               '_claimed' => '0',
               '_job_expires' => '2024-03-21',
               '_job_email' => 'info@emai.com',
           ));

the _job_email is my id in wordpress but after import its not coming there, what i do wrong here ?

Hi,

These are all post meta fields:
'_case27_listing_type' => 'jobs',
               '_ansprechpartner-in' => 'Mr Mike',
               '_featured' => '0',
               '_claimed' => '0',
               '_job_expires' => '2024-03-21',
               '_job_email' => 'info@emai.com',
Try it like this
$post_id = wp_insert_post(array(
    'post_title'   => isset($fields['Job Titel']) ? $fields['Job Titel'] : '',
    'post_content' => isset($fields['Job beschreibung']) ? $fields['Job beschreibung'] : '',
    'post_type'    => 'job_listing',
    'post_status'  => 'publish'
));

if ($post_id != 0) {
    // Add or update the custom fields (post meta)
    update_post_meta($post_id, '_case27_listing_type', 'jobs');
    update_post_meta($post_id, '_ansprechpartner-in', 'Mr Mike');
    update_post_meta($post_id, '_featured', '0');
    update_post_meta($post_id, '_claimed', '0');
    update_post_meta($post_id, '_job_expires', '2024-03-21');
    update_post_meta($post_id, '_job_email', 'info@emai.com');
}

nice, its works, but how can be add the location ? i dont find any custom field about location ! Many thanks for your help .

Locations are stored in a different table wp_mylisting_locations, each location is added in a new row in that table and contains the id of the listing to which it belongs

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