Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/netzstrategen/wordpress-gallerya
WordPress gallery plugin.
https://github.com/netzstrategen/wordpress-gallerya
gallery gallery-plugin lightbox php woocommerce wordpress wordpress-plugin
Last synced: 6 days ago
JSON representation
WordPress gallery plugin.
- Host: GitHub
- URL: https://github.com/netzstrategen/wordpress-gallerya
- Owner: netzstrategen
- Created: 2016-07-28T15:08:34.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2024-01-29T11:00:16.000Z (10 months ago)
- Last Synced: 2024-01-29T13:14:19.941Z (10 months ago)
- Topics: gallery, gallery-plugin, lightbox, php, woocommerce, wordpress, wordpress-plugin
- Language: PHP
- Homepage: https://wordpress.org/plugins/gallerya/
- Size: 1.29 MB
- Stars: 5
- Watchers: 18
- Forks: 2
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Gallerya
Gallerya transforms the WordPress native post gallery into a full fledged slideshow with features like images thumbnails stripe and lightbox support.
## Installation
1. Upload the entire gallerya folder to the /wp-content/plugins/ directory.
2. Activate the plugin through the 'Plugins' menu in WordPress.## Requirements
* PHP 7.0 or later.
## Development
Install dependencies:
```bash
npm install
bower install
```Build the assets and watch for changes:
```bash
npm run watch
```NPM Commands
| Command | Description |
|-----------|-------------------------------|
| `build` | Build the bundle |
| `watch` | Build and watch for changes |