BoldSlider is a lightweight, fully-responsive slider builder for WordPress with a real visual editor — drag layers on a canvas, set per-device overrides, and embed via shortcode or Gutenberg block.
[boldslider id="your-slider-slug"] shortcode or Gutenberg block.<h1>–<h6> headings, alt and title attributes (Media Library or custom).BoldSlider does not call out to any external services or CDNs. All assets are bundled locally inside the plugin.
The compiled/minified JavaScript and CSS files in assets/dist/ are built from the uncompressed source code included in this plugin:
editor/src/ — JSX components, store, hooks, views, and SCSS styles.editor/src/frontend.js — Swiper initialization and layer animations.editor/src/block.js — Gutenberg block registration.editor/src/editor.scss and editor/src/frontend.scss.Prerequisites: Node.js 18+ and npm 9+.
cd boldslidernpm installnpm run buildnpm run startThe build pipeline uses @wordpress/scripts (webpack-based).