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
My blog page contains sets of sliders, horizontal and vertical, and I've noticed that the buttons for both sliders only scroll to a specific <script> that has a vertical setup. Although the horizontal slider has its own class, the vertical slider code had somehow submerged/added itself to the horizontal class. How can I make each slider work in the given direction that they're set to?
After page has been loaded: Horizontal:
class="swiper-container mySwiper shoppable-catalog shoppable-edits swiper-container-initialized swiper-container-horizontal swiper-container-pointer-events swiper-container-autoheight swiper-container-vertical"
Vertical:
class="swiper-container mySwiper shoppable-catalog selector-home active swiper-container-initialized swiper-container-vertical swiper-container-pointer-events"
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
Uh oh!
There was an error while loading. Please reload this page.
-
My blog page contains sets of sliders, horizontal and vertical, and I've noticed that the buttons for both sliders only scroll to a specific <script> that has a vertical setup. Although the horizontal slider has its own class, the vertical slider code had somehow submerged/added itself to the horizontal class. How can I make each slider work in the given direction that they're set to?
Horizontal:
Vertical:
After page has been loaded:
Horizontal:
class="swiper-container mySwiper shoppable-catalog shoppable-edits swiper-container-initialized swiper-container-horizontal swiper-container-pointer-events swiper-container-autoheight swiper-container-vertical"
Vertical:
class="swiper-container mySwiper shoppable-catalog selector-home active swiper-container-initialized swiper-container-vertical swiper-container-pointer-events"
Beta Was this translation helpful? Give feedback.
All reactions