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 2 years, 2 months ago by
themifyme.
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
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?
The clear button works when you choose from the “annual circle” filter. But if you selsct from the culture filter, it’s not working.
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.
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
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!