Ingeni Chocolat Grid Gallery
Chocolat lightbox based grid and lightbox for Foundation-based Wordpress themes
by Bruce McKinnon - ingeni.net · github.com/brucemckinnon/ingeni-chocolat-grid · website
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/brucemckinnon/ingeni-chocolat-grid/archive/refs/heads/master.zipReadme
=== Ingeni Slick Carousel ===
Contributors: Bruce McKinnon Tags: carousel, slick slider Requires at least: 4.8 Tested up to: 5.1.1 Stable tag: 2020.02
A Chocolat lightbox based grid and lightbox for Foundation-based Wordpress themes.
== Description ==
-
- Images are added by adding them to a folder (hosted on the web server).
-
- Based on the Choclat lightbox
== Installation ==
-
Upload the 'ingeni-chocolat-grid' folder to the '/wp-content/plugins/' directory.
-
Activate the plugin through the 'Plugins' menu in WordPress.
-
Display the lightbox grid using the shortcode
== Frequently Asked Questions ==
= How do a display the lightbox? =
Use the shortcode [ingeni-chocolat]
The following parameters may be included:
source_path: Directory relative to the home page that contains the images to b displayed. Defaults to '/photos-bucket/',
wrapper_class: Wrapping class name. Defaults to 'ingeni-chocolat-wrap'.
max_thumbs: Max. number of thumbnails to display. Defaults to 0 (show all thumbnails).
arrows: Show navigation arrows. Defaults to 1 (show arrows).
shuffle: Randomly shuffle the order of the images. Defaults to 1 (shuffle images).
bg_images: Display images as background images. Default = 0 (foreground images)
category: Display the featured images from posts of a specific category. Provide the category name as the parameter value.
file_ids: Provide a command delimited list of WP media library IDs. (You can get this by creating a gallery within the post. The gallery short specifies a list of media ids to be used).
cell_class parameter - Allows use with the Foundation Float grid. Defaults to 'cell' for use with the XY Grid.
== Changelog ==
v2018.01 - Initial version
v2019.01 - Added support for progressive-image JS library to increase loading times with large galleries
v2019.02 - Added plugin updater code (via Github repo)
v2019.03 - Added the file_ids param. Allows you to pass a command delimited list of media IDs for the required photos. For example, create a WP Gallery within the post and use the 'ids' param as the file_ids param.
v2020.01 - Support for .jpeg files.
- Fixed loading of plugin updater code. Moved to the init() hook.
v2020.02 - Added the cell_class parameter - Allows use with the Foundation Float grid. Defaults to 'cell' for use with the XY Grid.
Read the full README on GitHub →
Releases
These releases are tags only. The author does not attach a packaged zip, so there are no download counts to report.