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

    (@dholovnia)

    Hi bnafz,

    You use some styler for checkbox and radio elements. It create additional levels between main element that saves data about the element and checkbox/radio. Probably this is my fault =) Because if I provide possibility to change templates I should create as flexible code as possible.

    I’m fixing this now. I’ll have new version released today, mostly with fixes. Just don’t have free time now for enhancements =)

    I’ll update post after release.

    Regards,
    Dima

    Plugin Author Dmytro Holovnia

    (@dholovnia)

    Hi bnafz,

    Please check current version. It should fix your issue.

    Regards,
    Dima

    Thread Starter bnafz

    (@bnafz)

    Hi Dima,

    That update fixed the issue!

    Something happened though with the fix. When you apply a filter, the area above (with the sorting drop-down) duplicates. So the products keep falling down farther on the screen. You can see it in action here: https://hackermotor.staging.wpengine.com/product-category/motors

    I can revert back to the old version of the plugin and remove the styler of the checkboxes/input fields if you don’t have time to investigate this.

    Let me know what you think. Thanks!

    Plugin Author Dmytro Holovnia

    (@dholovnia)

    Hi bnafz,

    I check your issue and found nice way to fix it for you and other people. The thing is that your theme is changing woocommerce layout while my plugin use it. So I’ll add option to add piece of code on_update event.

    I’ll describe better on plugin update.

    Regards,
    Dima

    Plugin Author Dmytro Holovnia

    (@dholovnia)

    bnafz,

    On next release add this to event ‘On Update’ on plugin settings page:
    jQuery(‘#shop-content .c-wrapper’).remove();

    Regards,
    Dima

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Checkbox Filter Not Loading Products’ is closed to new replies.