Tom Estlack
Forum Replies Created
-
Forum: Plugins
In reply to: [WP Shortcodes Plugin — Shortcodes Ultimate] Slider Swiper JS CollisionSo… It’s not a clean swap.
the /vendor/swiper js file is built on this e.swiper
While the updated version is built on slide.swiper
These changes exist in multiple places throughout the JS file – which could explain the delay in pushing an update for this. You could try a search and replace, but that could get dicey.
- This reply was modified 6 years, 4 months ago by Tom Estlack.
Forum: Plugins
In reply to: [WP Shortcodes Plugin — Shortcodes Ultimate] Slider Swiper JS CollisionThis problem persists. The plugin author (7months ago) claimed that the plugin will be updated in light of issues like this. However, version 5.6.0 is still using the same swiper JS file in /vendor/swiper as the previous version. I am not sure why the architecture requires use of the possibly outdated swiper.js file (others have noted that the file in /vendor/swiper/swiper.js is roughly 5 years old). But it’s breaking every time it is attempted to be used with Elementor, which (apparently) uses the current swiper.js.
The only solution I can find is to find something other than the sliders from shortcodes ultimate, for this reason.
I attempted to replace the “old” swiper with the “new one” (from elementor) – but this didn’t seem to go anywhere.
Very odd.