Viewing 8 replies - 1 through 8 (of 8 total)
  • Plugin Author Dmytro Holovnia

    (@dholovnia)

    Hi,

    Please open plugin settings and set products holder = ‘ul.product-list’

    Regards,
    Dima

    Plugin Author Dmytro Holovnia

    (@dholovnia)

    without ‘ ofc. just
    ul.product-list

    Plugin Author Dmytro Holovnia

    (@dholovnia)

    I recheck it and found that your theme uses parent holder, no product-list. Please update products holder on the settings page, set div.list-product-row

    Thread Starter skander_86

    (@skander_86)

    I updated products holder and filter is working, thanks, but another problem occured? standart woocommerce sorting disappeared from top and navigation in the bottom is repeated when the page is updated…

    Plugin Author Dmytro Holovnia

    (@dholovnia)

    Pagination – add jQuery('.navigation.pagination').remove() to the Before Update textarea on the JavaScript tab

    Did you turn on Sorting control option? Did you try with/without Template ajax load fix option?

    Thread Starter skander_86

    (@skander_86)

    Pagination problem is solved, thanks. As for the Sorting control turning on/off Sorting control option and ajax load fix doesn’t help. When template ajax load fix option is turned on the products are loaded too long, actually I see the sign “Loading” and that’s all.

    Plugin Author Dmytro Holovnia

    (@dholovnia)

    ok, to add sorting to the top you need to add this

    jQuery('.display-product-option').append(jQuery('.woocommerce-ordering').clone(true));

    to the After Update textarea on JavaScript tab.

    This will clone your sorting to the top.

    As for the ‘Показано 1–18 из 161 результатов’ part I don’t know how to do it. The problem is that this part should be returned with the products same as pagination and bottom sorting are. As your theme is pretty far from default woocommerce templates it is not returned.

    The only 2 working solutions are to purchase paid version of the plugin as it is working in a bit other way and have no problems with custom themes or try to install some other filter plugins with hope that it will work.

    Regards,
    Dima

    Thread Starter skander_86

    (@skander_86)

    Ok, thank you very much for help!

Viewing 8 replies - 1 through 8 (of 8 total)
  • The topic ‘Filter by atributes doesn't work’ is closed to new replies.