WP Manifestindependent plugin directory
manifest / media / ingeni-chocolat-grid

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

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/brucemckinnon/ingeni-chocolat-grid/archive/refs/heads/master.zip

Readme

=== 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 ==

  1. Upload the 'ingeni-chocolat-grid' folder to the '/wp-content/plugins/' directory.

  2. Activate the plugin through the 'Plugins' menu in WordPress.

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

TagPublished
2020.02 Oct 8, 2020
2020.01 Mar 27, 2020
2019.03 Apr 30, 2019
2019.02 Apr 30, 2019

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