• Resolved dilasso

    (@dilasso)


    Hi,

    my filter is endless loading. It happens mostly on firefox and on some computers also on chrome (not tested on other browsers).

    The filter works, so, filtered articles are shown, but the wheel is endlessly truning and productes are shown with an overlay.

    I use the divi builder.

    Thanx for your help.

    Roland

    Website: https://ubuntu-ubuntu.at/wp/shop

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

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

    (@themifyme)

    Hi,

    That could be caused by your theme, you can check that if you switch to a different theme do you still see the same issue? or you can hide the loading overlay / cursor by adding this CSS to wp-admin > Appearance => Customize > Additional CSS:

    .wpf-container-wait, .wpf-search-submit {
    opacity: 1 !important;
    cursor: default !important;
    }

    • This reply was modified 12 months ago by themifyme.
    Thread Starter dilasso

    (@dilasso)

    Thanx for the reply.

    The additional css solves the problem of the endless loading symbol. But now (or still) the filter can’t be reset anymore.

    https://ubuntu-ubuntu.at/wp/shop

    Plugin Author themifyme

    (@themifyme)

    Hi,

    Yes, that’s the downside of the CSS, it doesn’t fix the loading issue of your theme, it just hides the overlay, but the clear button works fine at my end: https://share.zight.com/12uQnRvl or this is not what you’re referring to?

    Thread Starter dilasso

    (@dilasso)

    The clear button works when you choose from the “annual circle” filter. But if you selsct from the culture filter, it’s not working.

    Plugin Author themifyme

    (@themifyme)

    Hi,

    You can fix the filter covering the clear button by adding this CSS to wp-admin > Appearance => Customize > Custom CSS:

    .wpf_reset_btn {
    position: absolute;
    bottom: -20px;
    }

    Please let me know how it works.

    Thread Starter dilasso

    (@dilasso)

    Thanks for your help. looks good now.

    Strangy anyway, that it needs this extra css. The filter is recommended by divi https://www.elegantthemes.com/blog/divi-resources/create-a-woocommerce-product-category-page-with-divis-theme-builder

    Plugin Author themifyme

    (@themifyme)

    The CSS is specific to your website / how the filters and the buttons are placed, I never saw the filter dropdown covering the reset filter button before, but I’m glad it’s resolved.

    If you need help with anything else, please open a new topic.

    Have a good day!

Viewing 7 replies - 1 through 7 (of 7 total)
  • The topic ‘Filter endless loading’ is closed to new replies.