Radius filter not working

We're shifting our Forum based support to a more dedicated support system!

We'll be closing our Forum support from 10th June, 2020 and move to Email Support assistance.

  • If you are a WCFM premium add-ons user, contact us- here
  • Want to know more before buying our add-ons? Send Pre sale queries- here
  • If you are a WCFM free user, please open a support ticket at WordPress.org
  • For WCFM App related queries, reach us- here
From now the forum will be read-only!

Viewing 4 reply threads
  • Author
    Posts
    • #131347
      delwyn
      Participant

      Hi, 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!

    • #131389

      Hello,

      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.

    • #131424
      delwyn
      Participant
      This reply has been marked as private.
    • #131447
      delwyn
      Participant
      This reply has been marked as private.
    • #131465

      Hello,

      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.

Viewing 4 reply threads
  • You must be logged in to reply to this topic.