Multi Vendor Marketplace Plugin | WCFM Marketplace › Forums › WCFM – Marketplace (WooCommerce Multivendor Marketplace) › Edit the layout of Vendor Store
- This topic has 11 replies, 9 voices, and was last updated 4 years, 3 months ago by Italo Fortes.
- AuthorPosts
- September 8, 2019 at 11:11 pm #80755poptasticoParticipant
Hello
Does anybody know how can I change the layout of the Vendor Store page?
I can’t see on page tab.
Thanks
Kelson - September 9, 2019 at 1:16 pm #80823WCFM ForumMember
Hi,
What kind of change you are looking for?
Layout or colors! You may change color form WCFM Admin Setting -> Store Style
Thank You
- September 9, 2019 at 5:14 pm #80860poptasticoParticipant
Hi,
No, not colors.
I want to change the number of products per row and setup a sticky header.
How can I do that?
Thanks
Kelson
- September 14, 2019 at 9:39 pm #81613WCFM ForumMember
HI,
I want to change the number of products per row and setup a sticky header.
– Well, both these are part of theme configuration!
Thank You
- April 23, 2020 at 3:22 am #122010guidomagaldiParticipant
What do you mean by theme configuration? Divi is not letting me edit that page, any hint why?
- April 23, 2020 at 11:57 am #122083Sarmistha ChakrabortyMember
Hello,
To change the number of products per row in vendor store page, try this code in your theme’s functions.php
/** * Change number or products per row to 3 */ add_filter('loop_shop_columns', 'loop_columns', 999); if (!function_exists('loop_columns')) { function loop_columns() { return 3; // 3 products per row } }
Thanks.
- June 27, 2020 at 2:44 pm #144515musikapublishingParticipant
Is there a way to remove the sidebar? Or change to a different sidebar with my theme?
- June 28, 2020 at 11:05 pm #144860farshad.badieeParticipant
this is an important thing for every one who is using this plugin to customize the vendor layout . it would be really nice if you document it or make a tutorial on how to completely customize this page . thanks for this great plugin by the way
- June 28, 2020 at 11:06 pm #144861farshad.badieeParticipant
i want to remove the side bar too and make the rows to 3 from the 4 which is now . thanks
- July 7, 2020 at 12:57 pm #146637raybkina18Participant
Здравствуйте. Возможно ли убрать поля “адрес магазина”, когда новый продавец регистрируется на сайте? у меня маркетплейс цифровых товаров поэтому они не нужны.
- July 9, 2020 at 11:44 pm #147382vohra_imranParticipant
how can i remove the right sidebar filter by newness as this is effecting the view if open from mobile
Attachments:
You must be logged in to view attached files.- July 31, 2020 at 6:37 am #158867Italo FortesParticipant
vohra_imran how did you remove the novelty filter from the sidebar? I have this problem too
- AuthorPosts
- You must be logged in to reply to this topic.