Home Forums WoodMart support forum remove filter

remove filter

Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • #658119

    younessramal
    Participant

    I want to remove the filter section from all product display pages permanently

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

    Hello,

    You can disable the “Number of columns selector” option in Theme Settings > Product Archive > Products Grid.

    To hide the sorting dropdown, try to add the following Custom CSS code in the Global Custom CSS area under Theme Settings >> Custom CSS.

    .woocommerce-ordering {
    display: none;
    }

    Best Regards,

    #661048

    younessramal
    Participant

    thank you so much, now i want to hide ( filter widget ) from shop pages

    #661159

    Hello,

    I couldn’t find any filter widgets currently visible on your site—perhaps the issue has already been resolved. If you have identified the filters you’d like to remove, please share a screenshot along with the URL of the relevant page so I can assist you more accurately.

    Best Regards,

    #661380

    younessramal
    Participant

    hello,
    im talking about this *filter* in shop pages :
    https://luxo-afrique.com/etiquette-produit/nouvelle-collection/
    https://luxo-afrique.com/etiquette-produit/top-ventes/

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

    Hello,

    To hide the sorting dropdown, try to add the following Custom CSS code in the Global Custom CSS area under Theme Settings >> Custom CSS.

    .woocommerce-ordering {
    display: none !important;
    }

    Best Regards,

    #661718

    younessramal
    Participant

    thank you so much, now i need help for other problem, On the products page, the products are displayed unevenly. I adjusted this in the settings, but the problem I’m facing is that I can’t find a place to adjust this display, as shown in the image below.

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

    Hello,

    Your images differ in size considerably. Please check this manual and upload the same size of product images: https://xtemos.com/docs-topic/image-size-and-content-alignment-in-a-product-grid/

    The only way to make the view awesome is to upload images of the same size and proportion.
    WooCommerce allows some settings that you can find under Appearance >> Customize >> WooCommerce >> Product Images.

    You can define the “height” of the shop thumbnails by setting up the width : height aspect ratio in the “Thumbnail cropping” section:

    Custom: In Custom, you can select the aspect ratio of the image.

    Here are some of the popular aspect ratios (1:1, 5:4, 4:3, 3:2, 16:9 and 3:1).

    Uncropped: The height of the image will be untouched. Images will be displayed using the aspect ratio in which they were uploaded: https://ibb.co/6mR6DbD

    For the Product Archive page, please navigate to Theme Settings > Product archives -> Products styles, here you can enable the Even product grid for desktop option to align products if they have different height components: https://prnt.sc/ASt5z0mmasuz

    Please note that this option helps product items to be even, not resizing images.

    Best Regards,

Tagged: 

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