Discussion on MyListing - Directory & Listing WordPress Theme

Discussion on MyListing - Directory & Listing WordPress Theme

Cart 21,465 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.

Upgrading from 2.9.9 to latest /// Cannot generate previews /// Cannot see listings. Tried changing to PHP 7.4 from 8.1. Dectivated all plugins except the needed.

No luck….

Solution that worked was changing from child theme to main theme. Then the update ran nicely.

Then most likely you have edited files in child-theme that are not compatible with the latest theme version. You would need to use the latest version of the files you have edited in child-theme and apply the changes to them

Hello.

The “27> edit listing feed” settings in the elementer builder look different.

Attached image https://imgur.com/gallery/mylisting-feed-uUSXy4c

The attached images (image1, image2) are different sites, and the mylisting version is v2.11.8, and the elementer version is 3.27.6, which are the same versions.

In the attached link, the editor of image 1 does not work well in the “order by” item, and the “random” function does not work well (when there is a change in the setting item or the value of Cache results for (in minutes) is changed, the feeds should be updated randomly in real time, but isn’t working)

The editor of image 2 works well in the random function.

Please help me what the problem is and how to solve it.

Thank you.

Hi,

What’s the shortcode to create the authors page? I think I deleted the page a while ago to replace it with BuddyPress.

Try just resaving permalinks after you disable buddypress, let me know if that works

If i daisable budypress and clicking on user profile inside listings it just sending to homepage. I think there was a page I deleted back in the day related to this, or simply was a page created by buddypress i dnt know.

I have this settings Inside BuddyPress/URLs

Directory slug: users

Directory Permalink: https://example.com/users

I suggest you change the code of video-block.php because almost every time the video is blocked and not possible to play directly on the site. I believe that this should have been fixed a long, long time ago. This works for me. Plus some changes in css to make it responsive.

<?php if ( ! defined(‘ABSPATH’) ) { exit; }

$video_url = $listing->get_field( $block->get_prop( ‘show_field’ ) );

if ( ! $video_url ) { return; }

$embed_url = $video_url;

if ( strpos( $video_url, ‘watch?v=’ ) !== false ) { $embed_url = str_replace( ‘watch?v=’, ‘embed/’, $video_url );

} elseif ( strpos( $video_url, ‘youtu.be/’ ) !== false ) { $embed_url = str_replace( ‘youtu.be/’, ‘www.youtube.com/embed/’, $video_url ); }

if ( strpos( $embed_url, 'https://' ) === false && strpos( $embed_url, 'http://' ) === false ) {
    $embed_url = ‘https://' . $embed_url;
}

wp_print_styles(‘mylisting-video-block’); ?>

<?php echo esc_html( $block->get_title() ); ?>
<!- Responzivní kontejner pro iframe -> <iframe src=”<?php echo esc_url( $embed_url ); ?>” frameborder=”0” allow=”accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share” referrerpolicy=”strict-origin-when-cross-origin” allowfullscreen> </iframe>

Hi,

Thanks for the feedback, will look into this

I tried to install the new mylisting v2.11.8 interface and an error occurred. I hope the publisher will fix the problem.

Hi,

We have pushed the new update which fixes this issue yesterday however it’s taking longer this time for themeforest to approve it

You can manually fix the issue you’re facing by editing /includes/assets.php and change
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' );
}

Pre-purchase question: If a vendor receives a booking, will they get a notification via email or on the dashboard? Also, does the vendor need to manually accept the booking before it is confirmed?

Where are you seeing a booking feature? This is not a feature of this theme

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!

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 there, we have 2 pending tickets in help desk that haven’t been replied to. Can we please get assistance on that? https://helpdesk.27collective.net/questions/profile/brando/

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

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

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

Yes, we do…

We’ll release a new update shortly to fix this issue

We have submitted the new version but it’s taking longer from themeforest to approve updates You can edit /includes/assets.php and change
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

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