Skip to content

Releases: BruceMcKinnon/Ingeni-slick-carousel

v2023.05

Choose a tag to compare

@BruceMcKinnon BruceMcKinnon released this 29 May 03:12

v2023.05 - When using post_ids parameter and a custom template, make sure to set the post_type as part of the query.

v2023.04

Choose a tag to compare

@BruceMcKinnon BruceMcKinnon released this 19 May 00:44

v2023.04 - Support post_ids parameter when using a custom template.

v2023.03

Choose a tag to compare

@BruceMcKinnon BruceMcKinnon released this 31 Mar 06:01
  • Make sure calls to get_posts() include the parameter 'posts_per_page' = max_thumbs;
  • Set max_thumbs default to -1 (i.e, get all).
  • Added the image_size parameter - allows you to decide which size image to retrieve from the WP media centre.

v2023.01

Choose a tag to compare

@BruceMcKinnon BruceMcKinnon released this 09 Feb 03:36

v2023.01 - do_ingeni_slick() - When using templates, also check for a child theme path ( using get_stylesheet_directory() ).

v2022.04

Choose a tag to compare

@BruceMcKinnon BruceMcKinnon released this 08 Dec 04:31

v2022.04 - do_ingeni_slick() - Implemented 'orderby' param for image based slides when content comes from a post, content_block, etc featured image.

v2022.03

Choose a tag to compare

@BruceMcKinnon BruceMcKinnon released this 08 Dec 03:16

v2022.03 - do_ingeni_slick() - Initialise home_page variable.

v2022.02

Choose a tag to compare

@BruceMcKinnon BruceMcKinnon released this 02 Dec 03:04

v2022.02 - do_ingeni_slick() - Misc PHP 8 fixes.

v2022.01

Choose a tag to compare

@BruceMcKinnon BruceMcKinnon released this 01 May 22:55

v2022.01 - Fixed problem with trying to shuffle empty array of photos.

v2021.07

Choose a tag to compare

@BruceMcKinnon BruceMcKinnon released this 13 Dec 23:44

Product carousels now use the slides_to_show parameter to control how many products are displayed.

max_thumbs is used to determine how many products are retrieved from the database. Therefore max_thumbs should equal the largest value of responsive_slides_to_show.

v2021.06

Choose a tag to compare

@BruceMcKinnon BruceMcKinnon released this 03 Nov 03:09
  • Added a 'data' attribute to the div of background images, which contains the URL of the image. The attribute can use used when adding a lightbox to the slider.

  • Added the 'lightbox' parameter - implements the lightbox from https://www.npmjs.com/package/slick-lightbox