- Jan 13, 2020
-
-
- Mar 08, 2019
-
-
Gaus Surahman authored
-
- Feb 12, 2019
-
-
Gaus Surahman authored
-
- Feb 07, 2019
-
-
Gaus Surahman authored
-
- Feb 05, 2019
-
-
Gaus Surahman authored
-
- Feb 02, 2019
-
-
Gaus Surahman authored
-
- Jan 04, 2019
-
-
Gaus Surahman authored
-
- Dec 20, 2016
-
-
Gaus Surahman authored
- A few cleanups: TWIG indentation, descriptions, default settings.
-
- Nov 08, 2016
-
-
Gaus Surahman authored
- Fixed for the new Grid and CSS3 Columns at field formatter settings not saved. - Simplified settings.arrow.attributes to arrow_attributes. - Simplified settings.downArrow.attributes to arrow_down_attributes.
-
- Oct 31, 2016
-
-
Gaus Surahman authored
- Moved "the failsafe for deleted optionset while being used" outside Slick.php since it was breaking Add/Duplicate operations, till proper fix. - Updated Slick colorbox JS file to re-use blazy.colorbox because Blazy now also supports Media Entity for colorbox videos.
-
- Oct 25, 2016
-
-
Gaus Surahman authored
- Added optional "Slick Image with Media" formatter to retain VEM/ME within image/file ER environment if VEM/ME is installed. - Moved Slick grid CSS foundation into Blazy for reusability outside slick, such as with core Views HTML list, or even Unformatted format. - Respected "Vanilla slick" option when using grid items. - Cleaned up and refined slick.theme.css for better UX. - Brought back the slide offset temp fix for when count <= slidesTosShow as no resolution, by now. To be removed when the actual fix is available. - Ported the failsafe for deleted optionset while being used. - Added Twig block section for easy partial extensions, and reduce dups.
-
- Sep 29, 2016
-
-
Gaus Surahman authored
- Added Thumbnail position option to move around thumbnail nav at ease. Styling is up to you as usual. - Fixed for non-empty slick, nothing should be processed when items are empty.
-
- Jul 14, 2016
-
-
-
Gaus Surahman authored
This reverts commit f722b1d5.
-
Gaus Surahman authored
-
- May 08, 2016
-
-
Gaus Surahman authored
- Removed redundant Preloader option since the classes are within image containers. Maybe more reasonable for Views later which can text, images, etc.
-
- May 05, 2016
-
-
Gaus Surahman authored
- Added option Preloader for Slick > 1.5.9 which is unfortunately still broken. - Removed _slick_build_slide() to reduce function calls. - Removed expensive SlickManager::getAvailableSkins(). - More cleanups.
-
- Apr 02, 2016
-
-
Gaus Surahman authored
http://goo.gl/FQLFQ6 https://goo.gl/f78pMl - Removed theme_slick_media(), and merged it into theme_slick_image() to get along well with Blazy::buildAttributes(), and reduce complication with aspect ratio when IMG, IFRAME and lightbox/image link A tags are _all optional. - Fixed for broken slick with Blazy, aspect ratio and hidden containers, e.g.: - Hidden Slick containers such as within hidden Ultimenu regions. - Blazy lazyload, not Slick own builtin lazyload. - Aspect ratio enabled. - Blazied images are large enough to render too late when Slick kicks in. - Blazied small images are not affected.
-
- Mar 28, 2016
-
-
Gaus Surahman authored
Be sure to clear cache. - Renamed visible_slides into visible_items to allow re-usable by Blazy. - Changed thumbnail_hover option into thumbnail_effect to allow variant thumbnail stylings: hoverable, static grid. - Moved Slick admin CSS into Blazy to re-use for a few related modules. - Moved slick.media.js, slick.photobox.js, and all re-usable stuffs into Blazy.
-
- Mar 23, 2016
-
-
Gaus Surahman authored
- Recommended dependency on Blazy module to reduce DRY stuffs shared across Blazy, Mason, GridStack, Slick Views and Slick. Will require prior to Betas. - Simplified slick-image.html.twig. - Added entity_keys status to disable Default optionset. - Fixed for Blazy integration. - Renamed ::getSkinOptions() into ::getSkinsByGroupOptions() for clarity. - Removed image dimensions fail safe, and moved most logic to ::getImage(), so using ::getImage() is a must than calling theme_slick_image() directly. This prevented loading image_style objects multiple times, and dup lines. - Moved SlickFormatterTrait.php into FieldFormatter directory. - Deleted SlickFormatterBase.php, and merged it into SlickFormatterTrait.php - Moved aspect ratio fluid style attribute from JS into PHP, otherwise defeating the purpose to solve the layout reflow before the images are actually loaded. - Moved SlickInterface.php into Entity.
-
- Jan 20, 2016
-
-
Gaus Surahman authored
- Moved common functions to SlickFormatterTrait for slick formatters. - Removed trivial settings: pattern, wrapper class. - Removed unused services.
-
- Jan 19, 2016
-
-
Gaus Surahman authored
- Fixed for Slick media 'overlay' option.
-
- Jan 17, 2016
-
-
Gaus Surahman authored
-