Preview Cards not displayed
Hello, Without more information I’m afraid I cannot really help. But you can send me the login of your site in private reply and I will see whether I can solve the issue.
Cover image and gallery on the same widget
Unfortunately this is out of the scope of the plugin, in elementor it is not possible to use 2 tags with 1 widget.
Cover image and gallery on the same widget
Is someone can help me? 🙂 Thanks !
Direct Message Button (Redirect on Mobile)
I mean the Mylisting cache: https://gogalora.com/wp-admin/admin.php?page=mylisting-options I have turned it off
Direct Message Button (Redirect on Mobile)
Hi Christiaan! I use wp rocket, cloudflare with caching, and redis cache. Can you suggest how I can exempt your elements? We don’t want to turn off our cache. Thanks! Chris
Direct Message Button (Redirect on Mobile)
Hello christofir, I have found the issue, the message button does not work well with caching enabled. Since the cache contains the logged in version, the logged out will also get that link since its cached. If you turn off performance cache it should work.
How to hide preview card leftover space?
I refer you to the snippet from the mylisting helpdesk: https://helpdesk.27collective.net/questions/question/exclude-one-listing-type-from-global-search/ add_filter( 'mylisting/get-listings/before-query', function( &$args, $type ) { Â Â Â Â if ( $type->is_global() ) { Â Â Â Â Â Â Â Â $args['meta_query']['listing_type_query'] = [ Â Â Â Â Â Â Â Â Â Â Â Â 'key' => '_case27_listing_type', Â Â Â Â Â Â Â Â Â Â Â Â 'value' => 'YOUR-EXCLUDED-LISTING-TYPE-SLUG', Â Â Â Â Â Â Â Â Â Â Â Â 'compare' => 'NOT IN', Â Â Â Â Â Â Â Â ]; Â Â Â Â } Â Â Â Â Â return $args; }, 150, 2 );
Comments.php updates not working within MyListing theme when this plugin is enabled
.no-results-wrapper { display: none; }
Comments.php updates not working within MyListing theme when this plugin is enabled
Its `wp-content/plugins/ml-elementor-toolkit-pro/widgets/views/reviews-list.php` However, if you only want to remove the smiley face, I suggest doing that with CSS
Comments.php updates not working within MyListing theme when this plugin is enabled
Thank you, where may I find the comments.php I cant see it in the Plugin folder?
Comments.php updates not working within MyListing theme when this plugin is enabled
That is true, the mylisting toolkit plugin copies over de comments.php file. For now you can edit the plugin if you want to change how the comment section looks. For the future I will see what is possible.