Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #1169124

    Hi there,

    I have purchased and installed the “Product Filters for WooCommerce” extension and was able to get it set up, however, the filters are not displaying as they should – see private content.

    Extension information: https://woocommerce.com/products/product-filters/

    I spoke to Woocommerce about the error and tested other themes (Storefront) and can confirm that it is indeed a theme error.

    Please advise, thanks!

    #1169230

    Hey vantagepointmg,

    Thank you for the update.

    Are you referring to the text alignment of the filters? If so, then you can use the following css code to adjust the default text alignment.

    .sidebar_left.sidebar {
    	text-align: left;
    }

    Best regards,
    Ismael

    #1170005

    Hello Ismael,

    Thank you for the reply back! I’m more so referring to the overlay that the checkboxes have on one another.

    Thanks!

    ~MacKenzie

    #1170585

    Hi,

    Try to use this css code to hide the default input field or checkbox.

    .wcpf-field-checkbox-list .wcpf-checkbox-list .wcpf-checkbox-item .wcpf-input-container .wcpf-input {
    	display: none !important;
    }

    Best regards,
    Ismael

    #1170770

    That worked! Thank you for your assistance!

    #1170773

    Hi,

    Glad Ismael could help! :)

    For your information, you can take a look at Enfold documentation here – https://kriesi.at/documentation/enfold/
    If you have any other questions or issues, feel free to start a new thread under Enfold sub forum and we will gladly try to help you :)

    Best regards,
    Yigit

Viewing 6 posts - 1 through 6 (of 6 total)
  • The topic ‘Compatibility Issues with Product Filters for WooCommerce Extension’ is closed to new replies.