Forums | Mahara Community
Open Discussion
/
Mahara 15.10 | bootstrap components | Javascript
01 October 2015, 5:42
Mahara 15.10 | bootstrap components | Javascript
Dear Kristina, dear community,
thank you for developing this modern and fresh locking bootstrap based theme - version of mahara.
We like the new subthemes and the details of the surface.
As a quik test we checked the function of html / css bootstrap - classes like "Jumbotron" ... it works well...
==> getbootstrap.com/components/#jumbotron
****
Our question:
Is it possible to work with Javascript classes like "Carousel"?
==> getbootstrap.com/javascript/#carousel
****
Thank you.
Best regards
Michael Drawe
01 October 2015, 11:25
Hi Michael,
We include compiled Bootstrap JavaScript on every page (please see /htdocs/theme/raw/templates/header/head.tpl), this contains all Bootstrap plugins.
In fact, we updated image slide show block to use Bootstrap Carousel. (please see /htdocs/theme/raw/plugintype/artefact/file/blocktype/gallery/templates/slideshow.tpl)
To answer your question, yes, you can use Carousel and any of the Bootstrap plugins :)
Cheers,
Pat