Forum Replies Created

Viewing 2 replies - 1 through 2 (of 2 total)
  • Thread Starter jcwebtech

    (@jcwebtech)

    @philophuong just to confirm, I was not able to make it work. I could modify any slider using swiperJS, but glider.

    @ooohboi It would be great if there was a field within glider settings, where we could edit the swiper settings in a text format and add any properties.

    Also not sure why every plugin including Steroids allows only int number of slides to display? Especially on mobile you often want to show just a part of the next slide.

    Thread Starter jcwebtech

    (@jcwebtech)

    Hello,

    thank you for the reply. I understand this falls little out of the scope of the plugin so I relay appreciate your help.

    Unfortunately I have the same problem. I think it comes down to the fact that the wrapping div element <div class="ob-swiper-bundle swiper swiper-container-initialized swiper-container-horizontal swiper-container-android" > is injected by javascript. On the first run of the code this element is not found bi this line:
    let contract_swiper = jQuery('#your-swiper-id .swiper-container');

    On the second run (triggered by resizing the window) it is found but then it still runs into error saying the swiper_itself is undefined.

    
    Uncaught TypeError: Cannot read properties of undefined (reading 'params')
        at fine_tune_swiper ((index):1281:23)
        at (index):1252:13
    

    Thank you.

    I would love to make this work!

Viewing 2 replies - 1 through 2 (of 2 total)