You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The issue is after users search for a tool name, the bx-loading div does not remove by the code: slider.loader.remove(); I tried to use the latest version of bxslider, still has the issue.
The text was updated successfully, but these errors were encountered:
Having same issue. .bx-loading never is removed.
Found the problem comes up if I set minSlides and/or maxSlides to greater than 1. (I'm showing 2 at a time).
I went ahead and used CSS. .bx-wrapper .bx-loading { display:none; }
Not ideal, but the images show now, instead of the spinner never going away.
Tested on Chrome, Firefox, and Edge.
It works fine on Android because I've set min/max to 1 on smaller screens.
The issue is after users search for a tool name, the bx-loading div does not remove by the code: slider.loader.remove(); I tried to use the latest version of bxslider, still has the issue.
The text was updated successfully, but these errors were encountered: