Multi Vendor Marketplace Plugin | WCFM Marketplace › Forums › WCFM – Marketplace (WooCommerce Multivendor Marketplace) › Radius filter not working
Tagged: WCFM Radius filter
- This topic has 5 replies, 2 voices, and was last updated 4 years, 10 months ago by
Sarmistha Chakraborty.
Viewing 4 reply threads
- AuthorPosts
- May 15, 2020 at 4:43 pm #131347
delwyn
ParticipantHi, the Radius filter is not working on the Shop page once i try to hide the map.
please see VIDEO HERE.
please help soonest possible.
thanks!
- May 15, 2020 at 6:01 pm #131389
Sarmistha Chakraborty
MemberHello,
Are you using “Open Street Map” map for Geo location?
Then please hide map from products page, add this css in your theme’s style.css –div#wcfmmp-product-list-map { display: none; }
Add turn off the code
add_filter('wcfmmp_is_allow_product_list_map', '__return_false');
Thanks.
- May 15, 2020 at 7:39 pm #131424
delwyn
ParticipantThis reply has been marked as private.- May 15, 2020 at 8:07 pm #131431
Sarmistha Chakraborty
MemberThis reply has been marked as private.
- May 15, 2020 at 8:29 pm #131447
delwyn
ParticipantThis reply has been marked as private. - May 15, 2020 at 9:22 pm #131465
Sarmistha Chakraborty
MemberHello,
This is your theme issue –
Add this css in your theme’s style.css.wcfmmp-product-geolocate-search-form div.wcfm_radius_filter_container, .wcfmmp-product-geolocate-search-form div.wcfm_radius_slidecontainer { overflow: inherit !important; }
Thanks.
- AuthorPosts
Viewing 4 reply threads
- You must be logged in to reply to this topic.