About the vendors store layout banner, store products, and side bar location.

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 WC Marketplace About the vendors store layout banner, store products, and side bar location.

Viewing 9 reply threads
  • Author
    Posts
    • #30783
      ehaggler
      Participant

      Hello,

      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

    • #30852
      WCFM Forum
      Keymaster

      Hi,

      Thanks for get in touch with us.

      Kindly know me which theme you are using?

      Thank You

    • #30862
      ehaggler
      Participant

      hello am using KLEO – Pro Community Focused, Multi-Purpose BuddyPress Theme from themeforest.net

      here is there demo documents site https://seventhqueen.com/themes/kleo/

    • #30866
      WCFM Forum
      Keymaster

      Thanks for the details, we will look into this.

      Thank You

    • #31060
      ehaggler
      Participant

      Hello I was wondering if you are able to help me with this

    • #31073
      WCFM Forum
      Keymaster

      Hi,

      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

    • #31701
      ehaggler
      Participant

      Sorry 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

    • #31801
      WCFM Forum
      Keymaster

      Hi,

      “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

    • #32291
      ehaggler
      Participant

      Hello I added more products So can see the tweeks needed to fix product layout in vendors shop/ store Thanks

    • #32415
      WCFM Forum
      Keymaster

      Hi,

      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

Viewing 9 reply threads
  • The topic ‘About the vendors store layout banner, store products, and side bar location.’ is closed to new replies.