Multi Vendor Marketplace Plugin | WCFM Marketplace › Forums › WCFM › Customize the products page
Tagged: customize, filters, maps, products page, zoom
- This topic has 7 replies, 5 voices, and was last updated 4 years, 10 months ago by Sarmistha Chakraborty.
- AuthorPosts
- December 3, 2019 at 11:51 pm #95908jp2019Participant
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. - December 7, 2019 at 12:44 pm #96407WCFM ForumMember
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
- January 17, 2020 at 12:50 am #102349cakmak0034Participant
Hi.where i add this css?
.wcfmmp-product-geolocate-wrapper .wcfmmp-product-list-map{display:none!important;}
- January 17, 2020 at 3:30 pm #102445Sarmistha ChakrabortyMember
Hi,
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/
Thanks.
- January 18, 2020 at 2:02 am #102517Yan TikhomirovParticipant
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.- January 20, 2020 at 12:14 pm #102810Sarmistha ChakrabortyMember
Hello,
Add this style also,
.wcfmmp-product-geolocate-wrapper{display:none !important}
If you add style using this plugin – https://wordpress.org/plugins/code-snippets/ then add this style within “style” tag. (PFA)
Thanks.
Attachments:
You must be logged in to view attached files.
- January 19, 2020 at 4:21 am #102676jp2019Participant
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.- January 20, 2020 at 12:24 pm #102812Sarmistha ChakrabortyMember
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.
- AuthorPosts
- The topic ‘Customize the products page’ is closed to new replies.