Theme Boost Union is an enhanced child theme of Boost which is intended, on the one hand, to make Boost simply more configurable and, on the other hand, to provide helpful additional features for the daily Moodle operation of admins, teachers and students.
GNU General Public License v3.0
67
stars
58
forks
source link
Improvement: Allow slides without background image in the frontpage slider #524
This is a follow-up of #162 / #391 / #523 where the slider feature was integrated:
In the current implementation of the slider, a background image is mandatory for each slide. But in fact, the background image could be made optional and text-only slides could be allowed.
If this is done,
The slide must not be skipped anymore in slider.php if no background image is uploaded.
This would require some more CSS work, at least to make the slide recognizable as slide and not only as text box. The example sliders on https://getbootstrap.com/docs/4.1/components/carousel/ can give an impression of a simple text-only look. And ideally Bootstrap 5 which provides a dark variant would have landed in Moodle then.
This is a follow-up of #162 / #391 / #523 where the slider feature was integrated:
In the current implementation of the slider, a background image is mandatory for each slide. But in fact, the background image could be made optional and text-only slides could be allowed.
If this is done,