Discussion on MyListing - Directory & Listing WordPress Theme

Discussion on MyListing - Directory & Listing WordPress Theme

Cart 21,455 sales
Recently Updated
Well Documented

27collective supports this item

Supported

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

12793 comments found.

Another question related to the blog, can i add “share button” in the posts?

Thanks!

Hi,

That’s not available unfortunately, you can try plugins that add this feature

Hi! Awesome theme!

How many posts is shown per page in the blog, can i change it?

Thanks!

I want to display 9 per page.

And if it’s possible to show only results of a single category in the blog page.

Create a new page > add the blog feed widget > there you have the option to select how many items you want per page and also filter by category. You can then use this as you default blog page

Is there a way to display a list view vs grid view?

Actually, is there an option to have the user pick a list or grid view on a search page?

Hi,

We don’t have an option for that unfortunately

Hi, I saw in some reviews below that we were unable to edit the listing page and I need to translate it into Portuguese, how do I do it?

Hi,

You can translate the theme in any language with plugins like Loco translate. However the theme is not multi-lingual so you can only have it in one language

Hello, how can I change the background color of the Preview Card header button?

Hi,

Use this css
.lf-head .lf-head-btn {
    background-color: #123;
}

Good template but confusing when applying basic edits. Also CS is very slow at responding.

We are checking your ticket

Fyi some of the issues I was having were resolved by CS but now new issues have occurred from CS. Causing my site to be buggy and none responsive.

Since I received a quicker response here I thought I’d share.

I’m checking your ticket

Hi , the theme looks wonderful however I wish to add more pages in the “dashboard” section like more menu items and add pages with elementor content on them. Is possible to do this? I simply want to add more many items with and icon and with blank pages so I can put like a knowledge base inside or I can put some blog and etc inside the dashboard

Hi,

You can put more page there however when you click on them it will open the new page and the navbar that you currently see below the header won’t be visible. That only shows for woocommerce endpoints

hello.

There is a feature I would like to see added while using the theme.

When editing a page with elementor, it would be nice to be able to add new items in 27 > Listing Feed edit and list them through the ‘open now’ filter.

Open now listings are listed first, followed by closed listings (the order of open now listings may be random, or it would be good to have the option to specify priorities).

I’m using the theme well. It’s just a small wish. thank you

Hi,

You can use the “explore page query url” option in listing feed, check here: https://docs.mylistingtheme.com/article/order-events-by-event-date-explore-and-listing-feed/

The default number of related listings tab is 9 per page. How do I add 12 per page?

Hi,

We don’t have an option to change that without modifying theme files, the file responsible for this is located here: includes/src/queries/related-listings.php on line 32, $per_page = 9;

Hi, I wanted to check. When ever I delete any listing from frontend / backend why doesn’t its linked media also get deleted from media gallery ? It is creating a load of unused media and requires some effort to manually look and delete them and save space on server.

Thanks

Hi,

By default attachments are deleted when you delete a listing, check if you have this snippet in child-theme
add_filter( 'mylisting\delete-listing-attachments', '__return_false' );
That would prevent them from deleting.

I have a suggestion: in the user area under “my account”, add a tab containing a list of all the listing reviews made by the user.

Hi,

Thanks for the feedback

How do you make the header on the explore page dark?

I am able to make the homepage header dark and a single listing dark, but the explore page stays white and there is no option in the backend for the explore page header.

Please advise

thanks

Hi,

Edit with elementor > settings (bottom left) > header > customize header > next you’ll see the options to change header color

Is there a way to change the header image? I’m looking to build a contractor directory and need something besides someone eating.

Hi,

Yeah you can add any image you want there

Hi I added back the old widget/section from https://docs.mylistingtheme.com/article/rollback-removed-widgets/ but the form does not load and looks like this https://pasteboard.co/y2u8xO0av3P3.png where as it should look like this https://pasteboard.co/rTnY3OjE4MAD.png Can you please let me know what else do I need to do?

Hi,

That seems like a caching issue, it’s not related to the old widgets. Try disabling your caching plugin

Hi there,

Can you tell me if these options and features are available in the admin/user admin/member section: If you just add a yes/no to each one, or any other details, that would be great, thanks!

User Role Management: Assign different roles (e.g., Business Owner, Event Organiser, Job Poster) with specific permissions.

Revenue Dashboard: Track earnings from listing fees, promotions, and commissions.

Scheduled Publishing: Allow businesses to schedule listings to go live at a specific time.

Listing Approval Workflow: Review and approve listings before they are published. Bulk Listing Management:

Batch edit or delete multiple listings at once. Customisable Email Notifications:

Set up automated emails for listing approvals, renewals, or promotions.

Admin Notes for Listings: Add internal notes to listings visible only to the admin team.

Dynamic Pricing for Plans: Offer custom pricing for listing plans based on region, category, or seasonal promotions.

Custom Taxonomy Management: Add or modify categories, tags, or attributes to better structure the directory.

Advanced Search Analytics: See what users are searching for and optimise listings to match trends.

Admin Chat Support: Real-time chat for admins to assist users directly from their dashboard.

Activity Log: Track all actions on the site, such as edits, deletions, or logins.

Revenue Splitting: Automatic distribution of revenue between the platform and vendors.

Reporting and Insights Dashboard: Generate detailed reports on user activity, listing views, revenue, and more.

Hi,

1. User role: you can create two user roles. The main difference between them can be to allow one of them to add listings while the other can only view them

2. These are provided by woocommerce

3. Not available

4. You can approve listings before publishing. Listings > settings > you can enable it here

5. You can bulk edit (not all fields will be available) and bulk edit from backend

6. Listings > settings > notifications

7. Not available

8. Not available

9. Listings > taxonomies

10. Not available, can be added with plugins

11. 12. Not available, for these too it’s better to use a plugin

13. You’ll need a vendor plugin

Thanks, I mean for users actually registered, not the actual admin

Hello, excellent work guys, Consultation: 1) Issue related to the reviews section: I have listings that have more than 30 reviews, the problem I am having is that when a user enters the website from the mobile version and wants to leave a review, they must scroll a lot to get to the form of the review. How can I add a button in the mobile version to go directly to the review form in the reviews section? 2) Issue related to the loading of the advertisement or listing. When I create a field to complete with the checkbook option, the advertiser can select one or all of the checkbook options. Can I limit the number of choices? For example, they can mark 2 options out of the 5 available.

Hi,

1. We can change the order in mobile so the review form is shown first, you can do that using this css
@media only screen and (max-width: 992px) {
    .tab-type-comments .container .row {
        display: flex;
        flex-direction: column-reverse;
    }
}
<pre>
2. We can add a javascript check for this but it can be bypassed, is it a term field or custom multiselect field?</pre>

Thanks!

Hi there,  i would like to suggest the following feature to make the theme compatible with Elementor Pro to change the style of the Single page listing, archives, By listing type and so on. 

I know there’s an external developer who made a plugin to do so but is buggy and extreme unreliable, also the software hasn’t been updated since 2 years now.

Would you consider to develop something similar?

Hi,

Thanks for the feedback, currently for listing page we don’t plan to add support for elementor

hello. Recently, when I try to edit a page with Elementor, it goes into an infinite loading state.

After trying various things, I confirmed that elementor works normally if I disable the mylisting theme.

The theme version is up to date. I’d like some advice on what the problem is and how I can solve it.

I tried many things and it didn’t work, so I downgraded the Elementor Builder version to 3.25.9 and it worked fine. I’m curious as to why this is happening.

Hi,

Send us and email from here: https://themeforest.net/user/27collective

Include your login details

Hello,

Is it possible to use the Static Code Block to insert a code (for example an image banner code) that will display on ONLY ONE listing (or on a few SPECIFIC listings), instead of displaying on ALL listings?

Hi,

That would only be possible if those listings have a specific package assigned to them since you can restrict the static code block to show for specific packages only

Hi,

Is it possible to create a preset field for enable or disable comments inside listing types?

This way, paid listings would have one more reason for users to purchase.

Best regards.

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