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
I have a problem. I had 1 slider on the page that worked perfectly. But now I have added 2 more sliders to it. The sliders are all in one section and their display is toggled with buttons. The first slider is visible when the page loads and the other 2 only when the button is clicked. The first slider still works the same and correctly. The other two, when you click the arrow for the next page, skip to the end of the slider. After that they behave as they should, but the skipping at the beginning is annoying. I assume it's somehow related to the fact that their parent has display: none set after the page loads;
Has anyone experienced this before? Does anyone have any advice?
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Hello,
I have a problem. I had 1 slider on the page that worked perfectly. But now I have added 2 more sliders to it. The sliders are all in one section and their display is toggled with buttons. The first slider is visible when the page loads and the other 2 only when the button is clicked. The first slider still works the same and correctly. The other two, when you click the arrow for the next page, skip to the end of the slider. After that they behave as they should, but the skipping at the beginning is annoying. I assume it's somehow related to the fact that their parent has display: none set after the page loads;
Has anyone experienced this before? Does anyone have any advice?
Thank you all.
This is the code:
Beta Was this translation helpful? Give feedback.
All reactions