Home Forums WoodMart support forum How do I setup Product filters with Dokan also other questions!?

How do I setup Product filters with Dokan also other questions!?

Viewing 18 posts - 1 through 18 (of 18 total)
  • Author
    Posts
  • #644416

    matt
    Participant

    Hello,

    I have a few questions!

    I wanted to find out how do I setup filters for the sidebar on the shop page so visitors can select / filter thru products browse products – I’m using Dokan.

    I’m trying to set up the product filter sidebar – now I’m unsure how to go about it!

    Which section do I add categories to?
    Post > Categories? or Products categories?

    I try adding the Brands section also – but from where do I add the Brands – I checked that option based on this below tutorial – but no brands show on the product filter on the front/shop page after I do this – either option I choose? What widget do I add to shop page filters to create brands whichever I use no brands show up?

    If I’m using Dokan – which part of the theme do I add Brands? From Products under attributes or under Theme settings > shop > brands part of the menus?
    https://xtemos.com/docs-topic/how-to-setup-brands/

    How do I make it so it does not go above the actual menu icon options when the menu the menu flips out for the menu and wishlist on mobile device? Is there an option for this? See image.

    At the top of the shop page two things: How do I remove the space or title between the top of the second header and the product grid below? I tick the hide page title but it does nothing. The numbers part where you select how many products to show, I tick or untick the show this feature – it doesn’t do anything too.

    How do I remove “Uncategorized” from the categories section of the theme aswell?

    Attachments:
    You must be logged in to view attached files.
    #644443

    matt
    Participant

    Hi could you please help me?

    #644452

    matt
    Participant

    Screenshot.

    • This reply was modified 2 weeks, 1 day ago by matt.
    #644473

    matt
    Participant

    How do I remove this recent sections comment too from vendor dashboard?

    Attachments:
    You must be logged in to view attached files.
    #644486

    matt
    Participant

    HELLO?????

    #644492

    matt
    Participant

    Why is everyone else getting support but not me?

    #644677

    Hello,

    For the sidebar categories filtering, Navigate to Appearance > Widgets > Add the Product Categories Widget in the shop widget area.

    See the Screenshot for a better understanding: https://ibb.co/5xc1K11G

    For the brands filtering, Go to Products > Attributes, find the Brand attribute, and configure it for your products.

    Navigate to Appearance > Widgets, locate the shop page widget area and use the Layered Nav widget and choose the attribute brand.https://xtemos.com/docs-topic/product-brands/, https://ibb.co/RNph0SJ This should allow the filter to work correctly.

    To remove the white space under the header, It looks like you might be using a custom layout for the product archive page. To remove the space or title between the second header and the product grid, navigate to:

    • Dashboard > Layouts
    • Edit the Product Archive layout
    • Check for any spacing, section, or title element under the header and remove it

    Regarding the product count selection not working, share the wp-login details so I will further check on your site and give you a possible solution.

    To remove ‘Uncategorized’ from the categories section, you can either rename it or delete it if it’s not assigned to any products.

    • Go to Products > Categories in your WordPress dashboard.
    • Find the ‘Uncategorized’ category.
    • If it’s the default category, you will need to set another category as default first before deleting it.
    • To set a new default category, hover over the category you want to use, click ‘Make Default’, and then delete ‘Uncategorized’.

    The recent comments section is part of the sidebar on this page. To remove it, you have two options:

    1. Disable the sidebar for this page:

    • Go to Pages > Edit Page
    • Scroll to the bottom of the page settings
    • Disable the sidebar

    2. Remove the widget from the sidebar:

    • Navigate to Appearance > Widgets
    • Find the Main Widget Area
    • Remove the Recent Comments widget

    Best Regards,

    #644741

    matt
    Participant

    Which category widget exactly as there are a few.?

    If im using dokan plugin does it matter which one?

    Also where do I add brands from?

    Which section exactly?

    Thankyou

    #644743

    matt
    Participant

    Its not working for brand.

    Also which product filter do I use?

    When i click the categiry it takes me to a new page and parts of the oroduct filter changes and leaves out the other filters within the sidebar?

    I have provided login details in private.

    #644808

    Hello,

    I have added the product categories widget in the shop page widget area and it is showing fine. Check back your site and check the product categories.

    To enable brand filtering, navigate to Products > Attributes, locate the Brand attribute, and assign it to your products. I checked your brand attributes, and they are not currently assigned to any products. To display them in the sidebar, you need to add the brand attribute to each relevant product.

    Best Regards,

    #644838

    matt
    Participant

    How do i edit the add and edit product pages?
    Elementor or visual editor or code?

    Is it adviseable to?

    How do I duplicate these two pages?
    For backup purposes?

    Also why do parts of the product filter dissapear when I click a category link?

    Thankyou for your help so far!

    #644842

    matt
    Participant

    Also which product filter for categories do I use?

    The top one or the bottom one?

    Which one did you add on my site?

    Thankyou kindly

    #644857

    matt
    Participant

    Which hyper link url do I use to create a “sell” or “add product” link on the front page?

    How do I retrieve this or get this link?

    For eg. under dashboard > add product.

    #644984

    matt
    Participant

    If you could let me know with all the questions this would be great, thankyou.

    #645001

    matt
    Participant

    Is there any way I could have the product filter go above the mobile menu icons?

    How do I also remove the close button on the product filter?

    Attachments:
    You must be logged in to view attached files.
    #645237

    Hello,

    01. The Product pages in WooCommerce are part of the default WordPress admin interface. These pages are not built using Elementor or any visual editor but are controlled by WooCommerce and WordPress itself.

    If you want to customize the layout, I kindly recommend you to use the Custom Product layout, which is built with WoodMart WooCommerce builder, then you can re-build your own layouts.

    Further, you can read more about the Layout Builder here: https://xtemos.com/docs-topic/woodmart-woocommerce-layout-builder/

    02. When you click on a category in the sidebar, some filter attributes disappear because those attributes are not assigned to any products in that specific category.

    To ensure that the filters always appear:

    Check Product Attributes: Make sure the attributes are assigned to products in each category, then you will see the filters in the sidebar.

    03. You can use the default product categories widget, which has been added at the bottom of the filters on your site.

    04. To add a “Sell” or “Add Product” link on the front page, you can use this URL:

    yourwebsite.com/dashboard/products/

    This will take vendors to the Dokan “Products” dashboard, where they can manage their products.

    05. Sorry to say it is not possible to move it to the above. Please add the below Custom CSS code to Theme Settings > Custom CSS > Custom CSS for mobile to remove the close button.

    .wd-side-hidden .wd-action-btn.wd-style-text {
        display: none;
    }

    Best Regards,

    #645493

    matt
    Participant

    How do I take them to the actual page tho?

    What is it’s link?

    For add product page?

    As I want sellers to be directed to the actual page straight away?

    #645652

    Hello,

    In Dokan, sellers can add products directly from their vendor dashboard.

    Alternatively, sellers can navigate to Vendor Dashboard > Products > Add New to access the product creation page.

    Best Regards,

Viewing 18 posts - 1 through 18 (of 18 total)