Multi Vendor Marketplace Plugin | WCFM Marketplace › Forums › WC Marketplace › Remove Map and Location filter
Tagged: market place map
- This topic has 1 reply, 2 voices, and was last updated 4 years, 7 months ago by Ramamurthy Krishnan.
- AuthorPosts
- April 8, 2020 at 1:14 pm #116790oneunitedfamilyincParticipant
Can someone please tell me how to remove this eyesore of a map that barely works even 2% of the time. Been complaining about this stupid map since June last year. I’ve also seen multiple people complaining. This very nice and plugin and you don’t give options to remove a big dumb map? Staff has been literally useless only responding to partial question. I’ve tried every solution and none of them removes the map and location filter completely. Can somebody help please? Why hardwire that big map into an important page with no simple solution to remove such?
Ive already usedadd_filter( ‘wcfm_marketplace_settings_fields_visibility’, function( $fiels, $vendor_id ) {
unset($fiels[‘store_hide_map’]);
return $fiels;
}, 50,2 );Not working
I’ve removed maps key, still leaves filter by location.
I’m so aggravated with the design of this market page. Ready to just try another damn pluin. I’m too nervous to but rest of addons for fear that I’ll have an issue I wont be able to fix and wont be ale to get help.
Forgive me if this is an easy fix but I’m very a noob to this and this plugin supposed to be very simple and easy to use according to that rep I chatted with. - April 8, 2020 at 1:55 pm #116804Ramamurthy KrishnanKeymaster
Hi,
Are you trying to remove the map and filter from store list page?
If yes then you have to pass “map” and “filter” attributes with blank value.
Please use the below shortcode to get it work.[wcfm_stores map=”” filter=””]
Thanks,
- AuthorPosts
- You must be logged in to reply to this topic.