- Basic Template with Bootstrap and Joomla 4
- up to version 1.3.5 compatible with Joomla 3
- from version 1.4 compatible with Joomla 3.8 +
- from version 2.1.0 Bootstrap 3,4,5 and more specific Joomla 4 code. like use of webassets in Joomla 4.
- from version 2.2 Bootstrap 4 and 5 Joomla 4+ (although J 3.8+ may still work)
Classes for featured articles, category blog, and tagged items and news feeds.
(columns only in desktop view, so wider than desktop view breakpoint can be set in template-style)
Bootstrap make-row for header of the list and make-col-ready and row-cols for items in the list.
.columns-n:
CSS class Page view page class. Works on display of the component.
Blog view(Leading) article class in n columns or n in # Columns for intro articles. Works on the part of the blog.
.photo-album .blog-items img, .blog-items.photo-album img, .com-tags__items .list-group img,
[class*="rssfoto"] .com-newsfeeds-newsfeed__items img
CSS class for all photos in the component with shadow as if pasted into an album
.photo-in-album
CSS class for a random individual photo with shadow as if pasted into an album
.rssphoto
CSS class Page view page class. Works on display of the newsfeed component.
Adjustments to newsfeed with photos from Fickr.
This project is licensed under the [GNU GPL], version 3 or later. 2018 – 2024 © Bram Waasdorp.
- 2.2.0.dev improvements rssfoto newsfeeds for J4,J5, remove suport BS3, use latest versions BS4 and BS5, remove some redundant code.
original scss files of BS4 and BS5 in folders scss bs4 and bs5.
New scss compiler scssphp/scssphp 1.13.0 and server scssphp/server 1.1.0 as continuation of leafo/scssphp
Remove options for extra/override breakpoints.
Implement class .columns-n in component at page level and desktoplay-out for tagged-items, category-blog, newsfeed, and featured-articles. For category-blog and featured-articles also in blog-layout ((leading) article class and #columns). - 2.1.2 removed hard returns from documentation field because j4.4 + doesn't accept that.