12793 comments found.
After the theme update to v2.11.8 I noticed that all cover images were no longer displayed for individual listings. In order to get the cover image to appear on the listing, I had to edit each listing individually, select the same listing image again and click save. Only then did the cover image reappear.
According to your changelog, you seem to have added a tweak: “Load listing cover image using img tag instead of background image (useful to improve LCP)”.
Is there a way around this problem, for instance like implementing a script in the form of a plugin that runs in the background and automatically updates all job postings + their cover image in small batches with a progress bar?
Thanks!
Can you confirm that _job_cover is still the correct meta key for MyListing’s cover image?
Hi,
Do you have any customizations in child-theme in the templates folder? If yes share which one
And yes that’s still the meta key for cover image
Hi, thanks for the reply! I found the source of the problem: since I was testing MyListing v2.11.8 on a staging website, it was referencing images hosted on the live site, which caused display issues (especially since the live site has restrictions). I installed and ran the Better Search Replace plugin, and the issue was solved. After updating to v2.11.8, the cover image now display properly. Thanks again for your help!
One last question: the tweak: “Load listing cover image using img tag instead of background image (useful to improve LCP)” only applies to individual listing image covers, and not to the listing result page where are displayed all the listings/listing cards for a specific taxonomy, right? Because of the Ajax loading feature, listing cards on result pages need to load as background images, correct? Or do you envision a way to use the img tag too, so they can be lazyloaded (currently background images can’t be lazyloaded)? Thanks again!
Hi,
It affects listing page cover image, we will make more similar changes to improve website score on search engines in future updates
Thank you very much! It’s really nice to see that MyListing is still well looked after, even though Voxel is a strong alternative. I’m a big fan of MyListing and wouldn’t switch to anything else. Keep up the good work and I look forward to more SEO optimisations in the future.
Hi there, we saw in chat that v2.11.8 has some bugs and you said that new version will come out to fix that. Will that be today?
Hi,
We have pushed the new update yesterday however it’s taking longer this time for themeforest to approve it, hopefully they’ll approve it today
Blog Titles Showing Unevenly Fix – Solution
- This helped me fixed the tile sizes on my blog for this theme. Thank you for the forum support group. Customize your blog page with the following:
Use this CSS, it will ensure all card have the same height preventing these empty spaces
1 div.sbf-title p { 2 min-height: 235px; 3 } 4 div.sbf-title a { 5 min-height: 55px; 6 }
Hi,
Thank you for the feedback
Hi,
We’ll check them shortly
Listings and Events not showing on mobile view ? please help
Hi,
Open a ticket in helpdesk
The recent update breaks the search bar on the homepage and the explore page. Both on mobile and tablets, all browsers.
Hi,
Open a ticket in helpdesk, if you’re already done so we’re checking the tickets now
Explore paged are not working after upadated your latest release
We will release a new update shortly to fix that
Explore pages are not showing any listings in mobile view after this update
Please, check direct in the mobile
How can we fix this issue on our own? please guide me..
Hi,
Themeforest have not approved the update yet so to fix in on your own edit this file (directly in the main theme, don’t use a child-theme for this) includes/assets.php Change this code (line 441-446)
$dependencies = [
'jquery',
'moment',
'mylisting-select2',
'vuejs',
];
to
$dependencies = [
'jquery',
'moment',
'mylisting-select2',
'vuejs',
'jquery-ui-slider',
];
It’s working now. Thank You!
Which plugin would be good for caching?
How to increase Page Speed?
Hi,
You can use wp rocket, listespeed cache. Most of our users use these two
Hello good morning, with the latest update of the woocommerce membership, the website is not working properly. The website is broken visually. How can I fix it?
Hi,
Do you mean this plugin: https://woocommerce.com/products/woocommerce-memberships/
You have to contact them about it
ok
Hi There,
I would like to know if it’s possible to integrate Mylisting to an existing Wordpress theme or this is exclusively a theme that can’t be used elsewhere?
I have another website where I want to integrate the Listing option but don’t know if this is possible.
Best regards
Hi,
It’s not possible to use two themes at the same time unfortunately
Critical error after updating the theme…!
2025/03/11 12:39:19 [error] 1503058#1503058: *40195126 FastCGI sent in stderr: “PHP message: PHP Fatal error: Uncaught Error: Call to undefined function MyListing\is_account_page() in /home/xxx/public_html_spots4kite/wp-content/themes/my-listing/includes/assets.php:754
I had to roll back to the previous version. Frontend shows only the critical error.
Hi
Do you have woocommerce installed in your site?
Yes, we do…
We’ll release a new update shortly to fix this issue
if ( ! ( is_account_page() && ! is_user_logged_in() ) ) {
wp_dequeue_script( 'wc-password-strength-meter' );
}
to
if ( function_exists( 'is_account_page' ) ) {
if ( ! ( is_account_page() && ! is_user_logged_in() ) ) {
wp_dequeue_script( 'wc-password-strength-meter' );
}
} else {
wp_dequeue_script( 'wc-password-strength-meter' );
}
Hi,
For user Dogey who commented below and 27 Collective;
I also have this bug where a horizontal scrollbar appears when displaying any drowpdown. To fix it until they find a solution, enter this css code:
html, body { position: relative; overflow-x: clip; }
It will work for PC, tablet or mobile devices and any browser.
Hi,
Thanks for the feedback, we will fix it in the next update
hello i update theme.
i find bug when i click Search Screen is big check please. also same for demo version.
I think this problem is caused by WoCommerce version 9.7.
https://ibb.co/zhnPQH4f <<< check image.Hi,
Use this css for now
html, body { position: relative; overflow-x: clip; }
Thank you. its work.
Hi, If I have a places have two categories, can the display card show two categories directly, now only show one category and +1. Thanks
Hi,
That’s not possible unfortunately, it requires modifying theme files
Dear team,
I know you’re working on a new update, I’d like you to consider checking the duplicate font preloading.
Looking at the MyHome sample theme I see the following warning in the console:
A preload for ‘https://property.mylistingtheme.com/wp-content/themes/my-listing/assets/fonts/icomoon.ttf?okry1k' is found, but is not used because the request credentials mode does not match. Consider taking a look at crossorigin attribute.
It’s possible that the theme itself is causing the unnecessary or duplicate font preloading. As on my site I see the same warning but with FontAwesome:
A preload for ‘https://example.com/modules/elementor/assets/lib/font-awesome/webfonts/fa-brands-400.woff2' is found, but is not used because the request credentials mode does not match. Consider taking a look at crossorigin attribute.
Hi again,
In my case I have managed to solve the duplicate loading of the fa-brands-400.woff2 file mentioned above by disabling the loading of the Elementor plugin itself and embedding the updated Font Awesome icon path with a joint code in the childtheme’s functions.php file. Also solving problems with the non-appearance of certain .fa, .fas, .fab, etc. icons. In case it can be useful to someone else, I leave said code below:
function load_font_awesome_6_cdn() { if (! wp_style_is(‘font-awesome-6-cdn’, ‘enqueued’)) { wp_enqueue_style(‘font-awesome-6-cdn’, ‘https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.5.1/css/all.min.css', array(), ‘6.5.1’); } wp_deregister_style(‘elementor-fontawesome’); } add_action(‘wp_enqueue_scripts’, ‘load_font_awesome_6_cdn’, 100);
Hi,
Thanks for the feedback, we’ll release an update in the next few hours and the next one should be available by the end of the week. I’ll look into this for the weekend update
Prepaid Question.
Can I Create a separate explore section for each category?
Like Speate Event Explore & Separate for Job.
Instead of the Global explore section?
Also, i just checked your last update is 26 September 2024. When your new update is coming?
Hi,
We’re preparing an update, it’s almost finished. If you need any help with the theme use our helpdesk website
would like to know the exact date of your next update release
Hi, when you are going to release updates, please confirm.
Hi,
We’ll release an update in the next few hours and the next one should be available by the end of the week.
Dear Team,
I am planning to create a directory listing website exclusively in the German language. The platform will allow businesses to post their requirements, and freelancers can register to view and respond to these postings. I am interested in knowing if your themes and plugins support the German language and if it is possible to build such a website using your products. Additionally, I require design flexibility, preferably with Elementor.
Looking forward to your response.
Best regards,
Hi
For complete control with Elementor, we recommend our newer theme https://getvoxel.io/MyListing is more predefined templates
Best regards
Awesome template. I need some assistance. After creating a new listing type, the Explore page displays all available listings when selecting the new listing type tab, instead of only showing the listings added under that specific type. How can I fix this?
Hi,
It’s possible you have toggled the global listing type checkbox for that listing type which is used when you want to show listings from all listing types in your site. Edit that listing type > general > other > disable global listing type
Hyello. I am planning to use this theme not for a directory of places but for a directory of people, that is, to build a georeferenced register or database of categorized people (beneficiaries of municipal government programs). The search options are quite good. I see that I can design various types of information sheets with their fields. The questions are: a) Could I handle databases of up to 300,000 records to be geolocated on the map? b) In your opinion, will I be able to handle this amount or more of records? or might it not be suitable? Thank you.
Hi
For that high volume, we recommend our other theme which has a custom search engine
https://getvoxel.io/