April 20, 2018
v2.1.1
v2.1
Better css namespacing to avoid conflicts with Zentools.
Fix for undefined pageclass variable
Fix for missed closing loop.
Fix for end of row not being triggered if count set higher than actual number of items available for display.
Refined test for accordion and feature page class.
- To trigger the zenkit featured view use the page class feature for the menu item. This will mkae the video and image appear above the title.
Fixed duplicate image issue.
Added new featured layout for Zenkit
Fix for Zenkit font icons not showing on some layouts
Removes height and width inline dimensions for item image.
Fix for installer package
Major new release
Compatible with Joomla3
Compatible with K2 2.6+
Support for Bootstrap - If your theme does not use bootstrap you need to use PHP Roberto's bootstrap plugin (For J2.5 only)
Stand alone install package that installs to components/com_k2/templates and backs up your existing template files.
Tiles, Slideshow Overlay and Carousel layotus added
Adds better css selectors for small screens.
Manual Update
Upload templtes / your template / html / com_k2/media/css/grid.css
Fix for Masonry tags not workign if spaces or other characetrs in tags name
Fix for extra closing ?> in tag.php
- Fix for button alignment in common template layout.
- Adjusted top margin on .zenmata
Manual Update
Upload html/com_k2/media/css/zenkit.css {Changes below)
Changes to zenkit.css.
Removed top margin on meta.
{codecitation}
#zenkit div.jbMeta,#zenkit .zenmeta {float: left;width: 100%;position: relative}
{/codecitation}
Change to button ul width
{codecitation}
#zenkit .buttons {
width: 20%;position: absolute;right: 0;font-size: 90%;top: 0;
}
#zenkit .buttons ul {
width: 100%;
}
{/codecitation}
- Fix for framework check
- Added zenkit.css files to categoryitem.php views.
- Adds a reset to the zenkit.css to retain margin on grids in content
Initial Release