Pronamic Slider
WordPress block plugin for building Swiper-powered sliders with navigation, pagination, and scrollbar controls.
★ 1stars
0forks
Install
No release zip yet. The repository archive installs, but the folder name will carry the branch suffix and updates will not flow:
wp plugin install https://github.com/pronamic/wp-pronamic-slider/archive/refs/heads/main.zipReadme
- Run
npm run startfor development - Run
npm run buildfor production - Run
npm run copyfor vendor scripts - Run
npm run js-buildfor frontend scripts - Create pot file with
wp i18n make-pot ./ languages/pronamic-slider.pot - Create json files with
wp i18n make-json languages/pronamic-slider-nl_NL.po --no-purge
Advanced
- Set
overflow: visibleon theswiperdiv to get an edge to edge experience. - Set
overflow: hiddento the parent container to prevent horizontal scrollbars.