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

    (@dholovnia)

    Hello,

    What sense to start new topics if you don’t respond to previous?

    Please provide site url.

    Regards,
    Dima

    Thread Starter jpegtobbe

    (@jpegtobbe)

    But this isnt the same bug as the other i provided ??
    And as i said before, i dont have the site public im afraid. Im doing my best to kindly tell you about the bugs in your plugin.

    I did reply to the email on the other bug, but it seams that it doesnt work to reply directly to the email notice on the new wp site!? I think that has worked before.

    Plugin Author Dmytro Holovnia

    (@dholovnia)

    Ah, I see. Sorry, we will get back to you when done with testing storefront theme

    Hello,
    I’m having the same issue, using storefront as the guy above.
    Please let us know.
    Great job btw this is the best filter plugin i found so far, good graphics and UI.

    I solved it!
    FYI this is the custom css i added, and seems to fix it:

    .storefront-sorting, .storefront-sorting::after, .storefront-sorting::before {
    position: relative !important;
    display: block !important;
    margin: 10px !important;
    }

    cheers

    Thread Starter jpegtobbe

    (@jpegtobbe)

    The CSS-fix isnt a solution im afraid. Every time you change the filter, new storefront-sorting elements will be added.

    So if you have a filter with a checkbox and checks a value, a new storefront-element is added. If you then deselect the checkbox another element is added, and so on.

    Plugin Author Dmytro Holovnia

    (@dholovnia)

    Hi jpegtobbe,

    Did you update to the latest version and do you have Template fix with Use JavaScript(jQuery) is turned on?

    This fix must force it to work ok with all themes.

    Regards,
    Dima

    Thread Starter jpegtobbe

    (@jpegtobbe)

    Ah that solved the problem! Great! ??

    Just a little thing left, when the white overlay pops up over the products (when the hide_products subclass is added), i see the products prices thats visible at the top outside of the white overlay and then disapears after like 1 sec.

    But i solved that by adding a little css to my style.css
    .products.hide_products .product { display: none; }

    Best regards,
    Tobias

Viewing 8 replies - 1 through 8 (of 8 total)
  • The topic ‘Sorting elements moved after filter’ is closed to new replies.