Store Page Layout

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 7 reply threads
  • Author
    Posts
    • #47998
      contact16
      Participant

      Having a few issues with the vendor store page layout:

      1. We are seeing an ’empty tab’ on the right hand side of the tabs on the store page (please see screenshot). How can we get rid of this tab?
      2. We have made a couple of test badges and they are displaying below the Inquiry and Follow links/buttons. How can we get them to render under the vendor’s photo?
      3. If we put a store search bar in the vendor’s sidebar, on mobile it will show under the Products. How can we get the search bar to render above the products (NOT the entire vendor sidebar to show above the products)?

      Thank you

      Attachments:
      You must be logged in to view attached files.
    • #48127
      WCFM Forum
      Member

      Hi,

      1. We are seeing an ’empty tab’ on the right hand side of the tabs on the store page (please see screenshot). How can we get rid of this tab?

      *** those are not empty tab, empty space. Well, you may tweak that tab bar CSS as per your requirement from child theme’s style.scss

      2. We have made a couple of test badges and they are displaying below the Inquiry and Follow links/buttons. How can we get them to render under the vendor’s photo?

      *** That’s also CSS tweak.

      3. If we put a store search bar in the vendor’s sidebar, on mobile it will show under the Products. How can we get the search bar to render above the products (NOT the entire vendor sidebar to show above the products)?

      *** Please at this code to your child theme’s functions.php –

      add_filter( 'wcfmmp_is_allow_mobile_sidebar_at_bottom', '__return_false' );

      Thank You

    • #48300
      contact16
      Participant
      This reply has been marked as private.
    • #48343
      WCFM Forum
      Member

      Hi,

      I am really sorry, there was a misunderstanding.

      I thought, you are asking for easiest way to make those tweaks, so I suggested you to use CSS.

      Don’t worry, I will give you proper CSS/code for the purpose.

      3. The PHP you provide does EXACTLY what we asked NOT to do (in capitals in the original post!). We would like, as we said in the original post, ONLY the search bar to appear above the products on mobile not the entire sidebar.

      **** Well, this is not possible to place only one widget at top and rest at bottom!

      Thank You

    • #48479
      contact16
      Participant

      Thank you for this. We’re still waiting for the CSS though.

    • #48531
      WCFM Forum
      Member

      Hi,

      I will give you, please give me a bit time.

      Thank You

    • #48544
      WCFM Forum
      Member

      HI,

      1. We are seeing an ’empty tab’ on the right hand side of the tabs on the store page (please see screenshot). How can we get rid of this tab?
      – Please use this CSS for the purpose –

      #wcfmmp-store .tab_area .tab_links{ width: auto; }

      2. We have made a couple of test badges and they are displaying below the Inquiry and Follow links/buttons. How can we get them to render under the vendor’s photo?

      – Is this only for mobile version?

      Thank You

    • #48550
      WCFM Forum
      Member

      HI,

      We will change store header mobile in next update to – https://ibb.co/mvLBprw

      Hope this will fulfill your requirement.

      Thank You

Viewing 7 reply threads
  • The topic ‘Store Page Layout’ is closed to new replies.