jcwebtech
Forum Replies Created
-
The fix above does not work, just messes all links up @rankmathsupport Please push the actual fix in the plugin. Using bricks 1. 12. 4
Forum: Plugins
In reply to: [OoohBoi Steroids for Elementor] Can’t access swiper js instance of a glider@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.
Forum: Plugins
In reply to: [OoohBoi Steroids for Elementor] Can’t access swiper js instance of a gliderHello,
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:13Thank you.
I would love to make this work!