Edit the layout of Vendor Store

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!

Viewing 9 reply threads
  • Author
    Posts
    • #80755
      poptastico
      Participant

      Hello

      Does anybody know how can I change the layout of the Vendor Store page?

      I can’t see on page tab.

      Thanks
      Kelson

    • #80823
      WCFM Forum
      Keymaster

      Hi,

      What kind of change you are looking for?

      Layout or colors! You may change color form WCFM Admin Setting -> Store Style

      Thank You

    • #80860
      poptastico
      Participant

      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

    • #81613
      WCFM Forum
      Keymaster

      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

    • #122010
      guidomagaldi
      Participant

      What do you mean by theme configuration? Divi is not letting me edit that page, any hint why?

      • #122083

        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.

    • #144515
      musikapublishing
      Participant

      Is there a way to remove the sidebar? Or change to a different sidebar with my theme?

    • #144860
      farshad.badiee
      Participant

      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

    • #144861
      farshad.badiee
      Participant

      i want to remove the side bar too and make the rows to 3 from the 4 which is now . thanks

    • #146637
      raybkina18
      Participant

      Здравствуйте. Возможно ли убрать поля “адрес магазина”, когда новый продавец регистрируется на сайте? у меня маркетплейс цифровых товаров поэтому они не нужны.

    • #147382
      vohra_imran
      Participant

      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.
      • #158867
        Italo Fortes
        Participant

        vohra_imran how did you remove the novelty filter from the sidebar? I have this problem too

Viewing 9 reply threads
  • You must be logged in to reply to this topic.