mapsmarketing

Results 15 comments of mapsmarketing

Here is another reason why upgrading makes sense: https://github.com/nolimits4web/swiper/issues/6074 ~~Just found out from an article on the Elementor website that they've implemented a wrapper around Swiper to get around the...

See: https://developers.elementor.com/a-new-method-for-attaching-a-js-handler-to-an-element/ See: https://github.com/yangm97/elementor-pro/blob/master/assets/js/carousel.364bbaf018e09f58c819.bundle.js **package.json** ``` { "name": "maps-posts", "version": "1.0.0", "description": "", "scripts": { "build": "babel ./src/main.js --out-file ./dist/main.js" }, "author": "", "license": "ISC", "devDependencies": { "@babel/cli": "^7.18.10", "@babel/core":...

Please see the following *Webpack* method, if preferred (hopefully this will help with documentation). **package.json** ``` { "name": "maps-posts", "version": "1.0.0", "description": "", "scripts": { "webpack": "webpack --mode production" },...

Hi @nicholaszein Thank you very much @nicholaszein

Hi @nicholaszein I reckon the following documentation can be copied and modified for the `SwiperBase `: https://developers.elementor.com/add-javascript-to-elementor-widgets/ There is also another way to use the handlers without transpiling, as demonstrated...

Same issue here. It would be great if `autoHeight` worked correctly with `vertical`

I've swapped it to use [Slick Slider](https://kenwheeler.github.io/slick/) instead as the vertical nav works much better on it. It might not be as feature rich as swiper but at least it...

No dramas at all @nicholaszein I can attach an image or loom recording of the issue if necessary, but it should be fairly easy to reproduce. Although, this was done...

> This is what I actually did > > But this imperative way feels hacky > > ```ts > import { Box } from '@mui/material'; > import { SnackbarKey, useSnackbar...