Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

bx-loading div not removed after reloadSlider #1288

Open
kenwin007 opened this issue Nov 11, 2020 · 1 comment
Open

bx-loading div not removed after reloadSlider #1288

kenwin007 opened this issue Nov 11, 2020 · 1 comment

Comments

@kenwin007
Copy link

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.

@jberg1
Copy link

jberg1 commented Mar 4, 2021

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants