Customize the products page

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!

Multi Vendor Marketplace Plugin | WCFM Marketplace Forums WCFM Customize the products page

Viewing 4 reply threads
  • Author
    Posts
    • #95908
      jp2019
      Participant

      How can I customize the map zoom (from 50km to 10km and by default from 5km to 2km?

      Can I hide the map so that only the products appear by distance based on the above?

      How can I customize the attributes for the search?

      Are there short codes for that?

      Attachments:
      You must be logged in to view attached files.
    • #96407
      WCFM Forum
      Keymaster

      HI,

      Can I hide the map so that only the products appear by distance based on the above?

      – Add this CSS to your site –

      .wcfmmp-product-geolocate-wrapper .wcfmmp-product-list-map{display:none!important;}

      How can I customize the attributes for the search?
      – Which attributes?

      Thank You

    • #102349
      cakmak0034
      Participant

      Hi.where i add this css?

      .wcfmmp-product-geolocate-wrapper .wcfmmp-product-list-map{display:none!important;}

    • #102517
      Yan Tikhomirov
      Participant

      Hello.
      I have exactly the same problem.
      I tried using your methods (child theme’s style.css) to fix the problem but it fails. Tried on 2 sites.
      1 https://sitepets.ru/kupit-kotenka/
      2 http://toplancd.beget.tech/cats/

      The same problem on the mobile version.
      Please tell me how to fix this problem?

      Attachments:
      You must be logged in to view attached files.
    • #102676
      jp2019
      Participant

      How can I hide the product search by distance and geolocation and place it inside a widget on the products page?

      I need to adjust the product page to four or five columns on the product page too. How can I do that?

      Attachments:
      You must be logged in to view attached files.
      • #102812

        Hello,

        I need to adjust the product page to four or five columns on the product page too.
        >>Go to Appearance -> Customize -> Integrations -> WooCommerce.
        Under “Layout” section you will find “Shop – Product Columns”
        Select the number of products you want to display in a row from the drop-down. (example: 1, 2,3 or 4)

        How can I hide the product search by distance and geolocation
        >>For hiding the search by distance and geolocation, Add this css to your child theme’s style.css
        In case you do not have child theme then add code using this plugin – https://wordpress.org/plugins/code-snippets/ (PFA)

        .wcfmmp-product-geolocate-wrapper .wcfmmp-product-list-map{display:none!important;}
        .wcfmmp-product-geolocate-wrapper{display:none !important}

        place it inside a widget on the products page?
        >>It will need custom work. Please contact us here for the purpose – https://wclovers.com/woocommerce-multivendor-customization/

        Thanks.

        Attachments:
        You must be logged in to view attached files.
Viewing 4 reply threads
  • The topic ‘Customize the products page’ is closed to new replies.