WP Manifestindependent plugin directory
manifest / media / wp-swiper-shortcode-pro

Swiper Shortcode Pro

Swiper integration for Wordpress

by Rafael Nowrotek · github.com/benignware/wp-swiper-shortcode-pro · website

0stars
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/benignware/wp-swiper-shortcode-pro/archive/refs/heads/master.zip

Readme

Swiper shortcode

Swiper integration for Wordpress

API Reference

Functions

swiper_shortcode($params, $content)

swiper_slide_shortcode($params, $content)

swiper_gallery_shortcode($params, $content)

get_swiper($template, $format, $params)

register_swiper_theme($name, $theme)

Development

Download Docker CE for your OS. Download NodeJS for your OS.

Install

Install wordpress

docker-compose run --rm wp install-wp

After installation you can log in with user wordpress and password wordpress.

If you like, you can import Wordpress Standard Demo Content like this:

docker-compose run wp import vendor/wptrt/theme-unit-test --authors=skip

Install front-end dependencies

npm i

Development Server

Point terminal to your project root and start up the container.

docker-compose up -d

Point your browser to http://localhost:8080.

Watch front-end dependencies

npm run watch

Docker

Update composer dependencies
docker-compose run composer update
Globally stop all running docker containers
docker stop $(docker ps -a -q)
Update Wordpress

Due to some permission issues, you need to chmod your container's web-root prior to running the updater:

docker-compose exec wordpress bash

From the container shell, change permissons all down the tree.

chmod -R 777 .

After CTRL+D, you're ready to update Wordpress, either from the admin-interface or using wp-cli:

docker-compose run wp core update

Production

Create a build for production

npm run build

Read the full README on GitHub →

Releases

TagPublished
v0.1.0-beta.29 Aug 9, 2019
v0.1.0-beta.28 Aug 6, 2019
v0.1.0-beta.27 Aug 5, 2019
v0.1.0-beta.26 Aug 5, 2019
v0.1.0-beta.25 Aug 5, 2019
v0.1.0-beta.24 Jul 30, 2019
v0.1.0-beta.23 Jul 29, 2019
v0.1.0-beta.22 Jul 29, 2019
v0.1.0-beta.21 Jul 29, 2019
v0.1.0-beta.20 Jul 29, 2019
v0.1.0-beta.19 Jul 26, 2019
v0.1.0-beta.18 Jul 25, 2019
v0.1.0-beta.17 Jul 25, 2019
v0.1.0-beta.16 Jul 24, 2019

These releases are tags only. The author does not attach a packaged zip, so there are no download counts to report.