Trouble when using the Woocommerce Product Filter plugin

This topic has 10 replies, 2 voices, and was last updated 6 years, 5 months ago ago by Olga Barlow

  • Avatar: mahom
    mahom
    Participant
    November 23, 2017 at 11:48

    Hello, I have a problem when using the plugin WooCommerce Product Filter.
    After a price change in the filter “PRICE RANGE” in the “Shop Sidebar” the products are not displayed correctly.
    How can I fix it?

    Please, contact administrator
    for this information.
    9 Answers
    Avatar: Olga Barlow
    Olga Barlow
    Support staff
    November 23, 2017 at 12:26

    Hello,

    Contact plugin author to solve this issue. This plugin adds one more block with image http://prntscr.com/he6kl3

    Regards

    Avatar: mahom
    mahom
    Participant
    November 23, 2017 at 12:47

    But with the other plugin, “Advanced AJAX Product Filter for WooCommerce” has the same problem.
    https://prnt.sc/he6vr6
    The second image is displayed when hovering over the product. It should be so. However, it does not appear in place of the first image, but below it.

    Avatar: Olga Barlow
    Olga Barlow
    Support staff
    November 23, 2017 at 14:33

    Hello,

    Keep this option disabled http://prntscr.com/he8f3m if you want to use this plugin. Plugin is not compatible with our image effects, so either you need to customize plugin to make it compatible or disable this option.

    Regards

    Avatar: mahom
    mahom
    Participant
    November 23, 2017 at 14:41

    This does not solve the problem
    https://prnt.sc/he8jfm

    Avatar: Olga Barlow
    Olga Barlow
    Support staff
    November 23, 2017 at 17:34

    Hello,

    Then you need to contact plugin author to find out if it’s possible to avoid adding the first image http://prntscr.com/he6kl3
    Ask if the plugin requires some special WC hook that is missing in our theme.

    Regards

    Avatar: mahom
    mahom
    Participant
    November 23, 2017 at 19:25

    If you avoid adding the first image, then there will be no images at all.
    https://prnt.sc/hecrai

    Avatar: Olga Barlow
    Olga Barlow
    Support staff
    November 24, 2017 at 11:04

    Hello,

    No, there will be image. It’s hidden at present. We have added custom to display it for you http://prntscr.com/heluc9

    @media only screen and (min-width: 1200px){
    .content-product .product-content-image img {
        opacity: 1;
    }}

    Regards

    Avatar: mahom
    mahom
    Participant
    November 24, 2017 at 11:17

    The problem occurs with at least two plugins:
    1. Advanced AJAX Product Filter for WooCommerce
    2. WooCommerce Product Filter

    It turns out that for your theme can not work with AJAX filters?
    Can not you hide the wrong image display with CSS?

    Avatar: Olga Barlow
    Olga Barlow
    Support staff
    November 24, 2017 at 11:44

    Hello,

    You need to contact plugin author and they will be able to help you I think because I saw that many our users used this plugin for their sites.

    If you prefer CSS you may try this code

    .archive .woocommerce-LoopProduct-link img {
        display: none;
    }
  • Viewing 10 results - 1 through 10 (of 10 total)

You must be logged in to reply to this topic.Log in/Sign up

We're using our own and third-party cookies to improve your experience and our website. Keep on browsing to accept our cookie policy.