Multi Vendor Marketplace Plugin | WCFM Marketplace › Forums › WCFM – Marketplace (WooCommerce Multivendor Marketplace) › Hide Map in Category Page but maintain radius search and filter.
Tagged: map
- This topic has 3 replies, 3 voices, and was last updated 4 years, 6 months ago by Sarmistha Chakraborty.
- AuthorPosts
- May 11, 2020 at 9:54 am #129417khuaneng.khorParticipant
Hi WCFM, may i know how to hide the map only and maintain the radius search and filter features in category page? Attached the screenshot.
Attachments:
You must be logged in to view attached files. - May 11, 2020 at 1:44 pm #129485Sarmistha ChakrabortyMember
Hello,
Add this code to your child theme’s functions.php
In case you do not have child theme then add code using this plugin – https://wordpress.org/plugins/code-snippets/
add_filter( 'wcfmmp_is_allow_product_list_map', '__return_false' );
Thanks.
- May 11, 2020 at 4:37 pm #129565Auhouse.ruParticipant
Sarmistha Chakraborty, Suppliers are not displayed on the map, help solve the problem
https://auhouse.ru/vendors/- May 11, 2020 at 8:18 pm #129647Sarmistha ChakrabortyMember
Hello,
It’s seems like this is happening due to some plugin conflict. Kindly disable all other plugins except WooCommerce and WCFM plugins and Check.
Thanks!
- AuthorPosts
- You must be logged in to reply to this topic.