12799 comments found.
one of the best Monetization ways is the listing bump-up , is it available in Mylisting theme ?
another thing – your competitors themes showing that each store or account can show his all items in his page – but your theme is not showing this feature clearly , and another thing which is the print feature for any add or any listing is not showing in your theme clearly , let’s say that i have three listings for cars and i need to print out one of these listings to show it to someone
Hi,
1. We have promoted listings in MyListing. Users can purchase promotion packages and bump their listings at the top for a limited time
2, Author listings are displayed here: https://main.mylistingtheme.com/author/admin/
3. We don’t have a built in feature to print listings, however that can be added with plugins
Hello. I have done all the steps for the google social login feature but when I tried to connect with my google account there is a popup message that says login failed. Why?
Hi,
Open a ticket in our helpdesk
Where can I open a ticket??
I’m interested in using the MyListing theme for a new Directory website I’m building. Instead of using the MyListing payment option we’d use LifterLMS as our membership platform and Thrivecart as our shopping cart. We have used the LifterLMS / Thrivecart integration successfully on other websites. Is this possible using the MyListing Theme? (So we would bypass the payment option in MyListing.)
Hi,
We use WooCommerce for all payments in MyListing. You would either have to use a service that integrates Thrivecart and LifterLMS with WooCommerce, or not use WooCommerce at all. If you don’t use WooCommerce then you won’t be able to use paid listings feature and user dashboard page. You will still be able to create free listings.
Other than that everything else will work normally
Okay, so there’s no way to just bypass WooCommerce and use Thrivecart for our shopping cart for people to create paid listings?
Unfortunately no, it would require complex code modifications to achieve that
Okay thank you. One other question, if we used WooCommerce, would we be able to link an affiliate program to it? If so, what are some of the options for this?
Do you have IOS and Android App ?
Hi,
We don’t have an app for the theme
Hello, my listing details pages are not completely showing. I saw you replied on all tickets without sharing public solution. Please share public solution for this.
Hi,
Just make sure you have added all the fields you want to display using content blocks on listing page: https://docs.mylistingtheme.com/article/single-page-content-and-tabs/
Single listing https://www.srilankamaritimedirectory.com/listing/ocean-university-of-sri-lanka/
solved
Hi, Your support page for users that don’t have an account is broken. Can you send me your email? So that I can ask pre-sale questions? Thanks!
Found the email. Just sent an email.
still did not respond to the support team !!!! Urgent Need help
Hi,
What’s your helpdesk username?
Hi, is there a snippet to automatically redirect users to their dashboard listings page after publish a listing using the free package plan? I’ve disabled the repeat purchase for free plans, and when a user publish a listing, it appears on a not very attractive page.
Hi,
We don’t have a snippet for this, the redirection after you finish adding the listing is done in includes/src/forms/add-listing-form.php file, look for the done() method (line 420 to 431)
Hi,
Thanks, I’ve added this snippet to my child theme’s functions.php and it works perfectly. I’m leaving it here in case someone asks you this question again and you can help them. It works for redirecting the page after publishing a listing with a free package if the “repeat purchase” option is disabled:
// Snippet for functions.php. Change “PACKAGE_ID” for the ID of your free package and ”/your-target-page/” for the URL you want to redirect after publishing the listing
add_action(‘mylisting/submission/done’, function($listing_id) { if ( ! $listing_id ) return; $get_package = function($id) { return get_post_meta($id, ‘_case27_listing_package’, true) ?: get_post_meta($id, ‘_package_id’, true) ?: get_post_meta($id, ‘package_id’, true); }; $package_id = $get_package($listing_id) ?: ( isset($_GET[‘selected_package’]) ? sanitize_text_field($_GET[‘selected_package’]) : ’’ ); if ( (int) $package_id === PACKAGE_ID ) { $target = home_url(’/your-target-page/’); if ( ! headers_sent() ) { wp_safe_redirect($target); exit; } add_action(‘template_redirect’, function() use ($listing_id, $target) { $check = get_post_meta($listing_id, ‘_case27_listing_package’, true) ?: get_post_meta($listing_id, ‘_package_id’, true) ?: ( isset($_GET[‘selected_package’]) ? sanitize_text_field($_GET[‘selected_package’]) : ’’ ); if ( (int) $check === PACKAGE_ID ) { wp_safe_redirect($target); exit; } }, 1); } }, 1);
To complete my website, I only need to know the file paths I need to modify to enable a package limit based on required option for the logo, cover, and gallery in listing types. This way, you could set the images as required only on certain plans.
Which WC subscriptions plugin do you recommend? Specifically? Could you provide a link?
Hi,
For listing subscription packages you need to use the official woocommerce subscriptions plugin: https://woocommerce.com/products/woocommerce-subscriptions/
hello 27collective ,
Glad to hear that vr/360 are possible to add in template. could u pls suggest a plugin ideal for mylisting
rgds
Hi,
Any plugin that uses shortcode will work in MyListing. I’m not up to date with recent vr/360 plugins, you can ask other MyListing users in the facebook group: https://www.facebook.com/groups/MyListing
I installed the template, but for some reason, messaging and messages within the topic aren’t working. Please tell me what to do about this.
Hi,
Wp admin > theme tools > direct messages > just click the update button in that page and it will get fixed
Where can I add/edit restarant menus for places?
Listing types > edit listing type > fields > add the general repeater field. Also display it under content & tabs > profile > using the general repeater block.
Now when you add/edit listings you can add menu items to that field
What is the “restaurant menu” in the preset fields for? Wouldn’t it be best for customers to edit their own listings (so they know what they are)?
And there is a “general repeater” in the “preset fields” and a “general repeater” in the “create custom field” section. When I click on the “general repeater” under “create custom field”, it creates a “Custom field” general repeater in the “used fields”. When I click on the “general repeater” under “preset fields”, it creates a “general repeater” in the used fields.
How do i make this easy for the people editing their listing and wanting to add menu items? Are there menu categories?
I want to use this theme for a restaurant review website.
I want to create a listing site for restaurants, and I’d like to use your brilliant theme. I really like it. It is the best one I have come across. I have hundreds of theme purchases, and this is one of the few that are still active, putting out updates for their theme to this day.
Anyway, I want to make the site easy for other people to add their websites and include their own restaurant menus in their listings.
I just don’t understand all of these options (listed above).
Hi,
‘Restaurant menu’ and ‘General repeater’ are basically the same field, I’d recommend using the ‘General repeater’ field since in the future we plan to update just that one
1. Add the general repeater field, click on it and select which options you want to show for that field
2. Single page > content & tabs > profile > add the general repeater block and select the field you created
3. Now when you or your site users add/edit listings you can add repeater items using that field
Hello, I’m encountering a permissions issue with the MyListing plugin. When I try to edit a listing type (specifically the Event type) from the Edit Listing Type page, I get the error: “You don’t have permission to access this resource.” I’m the site admin, so this shouldn’t happen. Please advise or provide a fix.
Hello, Can you give me the average support response time? Before I purchased the theme, it took you 3 days to respond to one of my questions. Now that I’ve purchased the theme, I posted a message, but no one responded in 11 hours. thank you
Hi,
We have replied in your ticket
is it possible to have a section where a vendor can request for quotes from other vendors in bulk? so when the request is made, everyone on the selected category gets the message? If no, is there a workaround
Hi,
We don’t have a feature for that unfortunately
Hi Team, nice theme ! We would like to know the possibility of listing RENT A CARS , Tours Packages & Activities for a Tourism based Listing Directory apart from many other listing categories ? Also we will be hosting with AWS
Hi,
Yes that’s possible. However if you also want to add a booking form inside those listings you would need a booking plugin as well. You can use AWS hosting
Hello, I dont use the email section on the theme, I only use direct messages, can I delete contact form 7, or is needed for something else?
Thanks in advance
Hi,
You can safely delete it
Thank you
Greetings, Is there a CSS way to keep the header bar static on a select page?
Hi,
Try this css, just change 27 with the id of the page
.page-id-27 .header,
.page-id-27 .header.header-scroll {
position: absolute !important;
}
Thank you for your response, This doesn’t seem to do it for me however .
I would like for it to not hide, the solution you provided makes it scroll with the entire page content. (Would have to scroll back to top of page to see the menu)
Was fixed via Helpdesk thank you so much
i have a strange bug on add listing page. when i filled out all the info and try to submit a listing , it just shows “is a required field.” but it does not show which field is required. But all the fields are correctly filled out already and no one can add a listing on our site.
Hi,
Have you added a label for all the fields you have created (listing type > fields)?
Hi,
I am writing to report an issue with the Mapbox icons on this new version 2.12 (e.g., museum, hospital, zoo) are not loading on the map.
Upon inspecting the browser console, I found the following warning repeatedly appearing:
Image “museum” could not be loaded. Please make sure you have added the image with map.addImage() or a “sprite” property in your style.
The warning points to the util.js file, which is part of the Mapbox library. This suggests that the theme is requesting map icons that are either not properly registered with the Mapbox API or the image files are missing from the theme’s assets.
Specifically, all the warning icons displayed on the console are not visible on the map.
Could you please investigate this issue and provide a fix?
I’d also like to make a suggestion for a future update or to know if it’s possible to do so with a snippet. Is it possible to enable a package limit based on a required fields for example for logo, cover or gallery?
Thank you for your help.
Best regards,
Hi,
I can’t reproduce this issue on my end. Is it happening in explore page? Have you added any custom mapbox skins?
I apologize it’s not a new version issue, even though these warnings don’t appear in older versions, I had an old sprite token. Issue resolved.
About the second question, Is it possible to enable a package limit based on required fileds for example for logo, cover or gallery? On this way you could set the images as required only on certain plans.
That’s not available unfortunately, it would require custom coding
Thank you for your response. I understand that there is no native option to make fields mandatory based on the listing package, and that it would require custom coding. What I need is exactly that: a toggle in the Listing Types interface that allows me to mark specific fields as mandatory only for certain packages. Could you confirm if there is any official hook or filter I could use to implement this safely, without modifying theme files, and compatible with future updates? In case there is no dedicated snippet, could you clarify which theme files would need to be modified to implement this?
There is a big fundamental SEO-related flaw with your theme, especially as it relates to the /category/ pages.
All your /category/ pages have their canonical set to /explore/. This is problematic for SEO, and it is already affecting my site’s SEO, especially in Google Search Console, as many of my /category/ pages are not being indexed.
I saw a post by @27collective where you told a buyer of your theme to use Yoast SEO to change the canonical. I am using Rank Math, and from what I see, it is not possible to change the canonical of the /category/ pages.
This is because, when I load a /category/ page and click “Edit page” at the top of the page, the page that loads for editing is the /explore/ page instead of the /category/category-name-page/.
I shot this Loom video to show you exactly what I mean: https://www.loom.com/share/eb22f72c075d4d38aa7cee6b8fe56d7c
Please watch this video and kindly explain to all your past and future buyers if there is a way to fix this flaw.
Note: I am using: My Listing Child Version: 1.1 My ListingVersion: 2.11.4
Hi,
I see that we haven’t mentioned this in changelog however we have fixed this in 2.11.8. From that version even if you don’t have a seo plugin it will still show the correct canonical url for term pages