WP Manifestindependent plugin directory
manifest / editor / wp-pronamic-slider

Pronamic Slider

WordPress block plugin for building Swiper-powered sliders with navigation, pagination, and scrollbar controls.

by Pronamic · github.com/pronamic/wp-pronamic-slider

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.zip

Readme

  • Run npm run start for development
  • Run npm run build for production
  • Run npm run copy for vendor scripts
  • Run npm run js-build for 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: visible on the swiper div to get an edge to edge experience.
  • Set overflow: hidden to the parent container to prevent horizontal scrollbars.

Read the full README on GitHub →