Hide filter for location in store list

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 5 reply threads
  • Author
    Posts
    • #40319
      Jose
      Guest

      Hi,

      I’m really use this filter to do:

      add_filter( ‘wcfmmp_is_allow_store_list_by_user_location’, ‘__return_false’ );

      But still see all.

      I hope you can help me.
      Regards,

    • #40320
      Jose
      Guest

      Resolved !!

      Easy with css

      .wcfmmp-store-search-form {
      display: none;
      }

    • #40358
      WCFM Forum
      Keymaster

      Hi,

      Well, WCFM store list page filters now working as widget.

      So, just add your required widgets from wp-admin -> appearance -> widgets -> Store List Sidebar -> https://ibb.co/gvwV4X1

      Thank You

    • #40371
      jose
      Guest

      Thanks for your answer, but still the problem, because your new “disable geo locate” just disable function, but don’t remove the fields.

      https://ibb.co/983VxnG

      Just with:

      .wcfmmp-store-search-form {
      display: none;
      }

      and

      add_filter( ‘wcfmmp_is_allow_store_list_by_user_location’, ‘__return_false’ );
      add_filter( ‘wcfmmp_is_store_lists_sidebar’, ‘__return_false’ );

      I have a good result for me.

      Why the use of space betwenn Store page and Store list are so different ?

      Store page have the capability to use fullwith, but store list not.

      Store page image with fullwith and widget: https://ibb.co/kDYB7mK

      Store list page with potential space: https://ibb.co/JR6M6gp

      Regards,

    • #40374
      jose
      Guest

      Resolved !! I’m using divi theme so, I change to row fullwith for store page.
      Now I can use the sidebar without problem of space.

      Bye,

    • #40439
      WCFM Forum
      Keymaster

      Great … thanks for the update 🙂

Viewing 5 reply threads
  • The topic ‘Hide filter for location in store list’ is closed to new replies.