• I have setup a filter in horizontal layout.
    I have checked:
    Do not show field if empty
    Do not show out of stock products

    I have inserted the shortcode in my theme using the following line of code:
    `echo do_shortcode( ‘[searchandfilter id=”wpf_5df3b314d5e09″]’ );

    The filter appears in my product category pages and it looks beautiful but I am facing the following issues:

    – For each of the fields all available options are displayed, even if there are no products associated with one option. For example for the field ΜΑΡΚΑ (witch is BRAND) all the terms of that property are displayed in the filter. The expected behavior would be to display only the brands that are associated with the products visible on screen.

    – When I select an option on the filter, the page refreshes, but no actual filtering is taking place.

    I have tried disabling all other plugins, except woocommerce and your filter, but issue remains…

    Any ideas?

    The page I need help with: [log in to see the link]

Viewing 13 replies - 1 through 13 (of 13 total)
  • Plugin Author themifyme

    (@themifyme)

    Hi,

    Beautiful site you got there.

    1. Could you give an example which brand is empty and it shouldn’t be visible on the brand checklist?

    2. It seems to be working at our end: https://share.getcloudapp.com/geurWkn2

    Thread Starter romfeo

    (@romfeo)

    Hi there and thanks for looking into my issues!

    In your screen recording you are in the shop page, where every option is available anyway. In the shop page filtering works well!

    My problem is when I am in a specific product category.Like for example

    https://bit.ly/36DdBE4

    I would expect that the filter will only show the relevant options to the products of that category. But they dont. The filters show every single option, the same options that they show in the shop page. Which is not right.

    And if i try to select one of the options it meshes up the product it shows…

    And finally, after a selection, filters are not accessible any more…

    See also this screen recording: https://files.fm/u/esf66y2b

    Plugin Author themifyme

    (@themifyme)

    1) It seems to be working as well: https://share.getcloudapp.com/kpum5yOL (it filters the viewing category and the Adidas)

    2) You are right about this. Will ask our developer to check and get back to you.

    Thread Starter romfeo

    (@romfeo)

    Actually, your example in the video you sent is not working correct.

    You are in the category Women – jeans. When you filter by the Adidas brand it starts showing shoes, men’s clothing and more irrelevant products…

    Plugin Author themifyme

    (@themifyme)

    1) So the viewing category was on jeans, then it filtered “Adidas”, so it showed products from both Jeans category and Adidas like this: https://share.getcloudapp.com/ApuOLwKQ

    Since you have a lot of products and we are not familiar with your site, it is hard to judge what’s wrong with it. Could you make some screenshots to point out the issue?

    2) For the second issue try to add the following custom CSS:

    .wpf_layout_horizontal .wpf_item:hover .wpf_items_group {
    display: block;
    }
    .wpf_layout_horizontal .wpf_item_wpf_cat .wpf_items_group {
    width: 565px;
    }
    .wpf_layout_horizontal .wpf_item_price .wpf_items_group {
    width: 426px;
    }
    .wpf_layout_horizontal .wpf_item_pa_size .wpf_items_group {
    width: 354px;
    left: auto;
    right: -1px;
    }
    .wpf_layout_horizontal .wpf_item_wpf_tag .wpf_items_group {
    width: 465px;
    left: auto;
    right: -1px;
    }
    .wpf_layout_horizontal .wpf_item_pa_gender .wpf_items_group {
    width: 565px;
    left: auto;
    right: -1px;
    }

    Thread Starter romfeo

    (@romfeo)

    Hi,

    In order to demonstrate the issues I have, I have recorded a new video with some voiceover… I hope it will help understand the issues I am facing…

    The link for the video is:

    https://files.fm/u/vzvyep9y

    Thank you for investing time in this!

    Plugin Author themifyme

    (@themifyme)

    Thanks for the video. I see what you mean now.

    1) The product filter doesn’t list the categories/tags/attributes conditional. Example: when you are on jean category, it doesn’t check if there any jean products associated with the brands. It lists out all categories/tags/attributes which allows users to select.

    2) When you check “Cover Denim” (https://share.getcloudapp.com/d5uepGWw), are you sure those products don’t belong “Cover Denim”? Your site has too many products, so it is hard to tell if the result is correct/wrong by looking at the video you recorded.

    Thread Starter romfeo

    (@romfeo)

    1) That is a pity and it is a deal breaker…
    2) Yes, I am sure

    Plugin Author themifyme

    (@themifyme)

    1) That could be a bad UX for customers. Imagine your customer is viewing the jean category, but he/she might wants to navigate/view other product categories.

    2) Could you post a sample product URL that is not supposed to show in “Jean Denim” and a screenshot from your previous video. We will check further.

    Thread Starter romfeo

    (@romfeo)

    I would disagree about the UX. If I am in a specific category, I want to further filter the products of that category based on my preferences. For example, if I am in a Mens Jeans category I want to filter these jeans based on my size for example, or based on my favourite jeans brand… It is bad UX to show products from other categories I think.

    Plugin Author themifyme

    (@themifyme)

    You do have a point there. Will pass your suggestion to our developers.

    apologies for jumping in, but i’ve just posted this question, asking if there’s any option to limit search terms to current category. i agree with @romfeo; if the client has made the effort to navigate to a specific sub-category, surely the logical thing is for the filter plugin to limit the search terms – and filter results – to that specific category?!

    Plugin Author themifyme

    (@themifyme)

Viewing 13 replies - 1 through 13 (of 13 total)
  • The topic ‘Themify filter does not work as expected’ is closed to new replies.