Multi Vendor Marketplace Plugin | WCFM Marketplace › Forums › WC Marketplace › About the vendors store layout banner, store products, and side bar location.
- This topic has 9 replies, 2 voices, and was last updated 6 years, 5 months ago by
WCFM Forum.
- AuthorPosts
- September 4, 2018 at 10:36 pm #30783
ehaggler
ParticipantHello,
I would like to make vendors/sellers store banner/slider full site width to blend better with my store theme/template can you please help me this is what I am looking to do
This is what vendors store look like on my site now
https://ehaggler.com/s-bazaar/krazy4sales/
I would like it to match my site more like this page example
https://ehaggler.com/groups/early-birds-get-it/Thanks
- September 5, 2018 at 8:01 am #30852
WCFM Forum
MemberHi,
Thanks for get in touch with us.
Kindly know me which theme you are using?
Thank You
- September 5, 2018 at 8:49 am #30862
ehaggler
Participanthello am using KLEO – Pro Community Focused, Multi-Purpose BuddyPress Theme from themeforest.net
here is there demo documents site https://seventhqueen.com/themes/kleo/
- September 5, 2018 at 9:05 am #30866
WCFM Forum
MemberThanks for the details, we will look into this.
Thank You
- September 7, 2018 at 12:44 pm #31060
ehaggler
ParticipantHello I was wondering if you are able to help me with this
- September 7, 2018 at 4:22 pm #31073
WCFM Forum
MemberHi,
Surely, we will help you all the way.
Tell me one thing, why you have disabled Store Sidebar?
Just enabled that and add same widgets as you have in here – https://ehaggler.com/groups/early-birds-get-it/
I think, then it will matter of some CSS tweaks.
Between, do you want to change store header as well?
Thank You
- September 15, 2018 at 4:34 pm #31701
ehaggler
ParticipantSorry for the late reply.
I am not sure how vendors/sellers store banner/slider changed to full site width is there a setting for this in admin dashboard or something. But cool because that is what I wanted.
Tell me one thing, why you have disabled Store Sidebar? I disabled because originally it was showing main site template sidebar and vendor side bar. Some how vendors store page is now full width looking how I wanted so I turned back on the side bar.
Just enabled that and add same widgets as you have in here
Sidebar sorted widgets added.
I think, then it will matter of some CSS tweaks.
Yes I need some css tweeks because now the product listing are squished together. https://ehaggler.com/s-bazaar/krazy4sales/
Super Thanks
- September 17, 2018 at 1:23 pm #31801
WCFM Forum
MemberHi,
“Yes I need some css tweeks because now the product listing are squished together.”
– So right now you have only this issue right?
But certainly there is only one product in that store (https://ibb.co/fjSfEz) so I can’t get the the issue correctly.
Please add few more products and know me.Thank You
- September 22, 2018 at 9:34 pm #32291
ehaggler
ParticipantHello I added more products So can see the tweeks needed to fix product layout in vendors shop/ store Thanks
- September 24, 2018 at 5:25 pm #32415
WCFM Forum
MemberHi,
Great, please add this code to your child theme’s functions.php
add_filter('body_class', function( $classes ) { if( wcfm_is_store_page() ) { $classes[] = 'kleo-shop-cols-4'; } return $classes; });
Thank You
- AuthorPosts
- The topic ‘About the vendors store layout banner, store products, and side bar location.’ is closed to new replies.