Please disregard the 'View article...' shown at the bottom of many posts as this is the result of restoring old forum posts from a backup.
How do I load carousel.js from the bootstrap for a custom slide show?
In order to avoid duplicate bootstrap .js files and problems with them:
how do I load carousel.js from the bootstrap for a custom slide show?
Sorry, if the answer is already somewhere in docs or forum. I was trying to find but didn't see anywhere the answer.
I'm especially talking about the newest Exp 2.3.0 with patches.
View article...
how do I load carousel.js from the bootstrap for a custom slide show?
Sorry, if the answer is already somewhere in docs or forum. I was trying to find but didn't see anywhere the answer.
I'm especially talking about the newest Exp 2.3.0 with patches.
View article...
Comments
{script unique=bscarousel bootstrap='carousel'}
{literal}
// no code needed if blocks are set up per bootstrap docs
{/literal}
{/script}
View article...
View article...
expJavascript::pushToFoot("unique"=>'bscarousel ","bootstrap"=>''carousel'',
"content"=>"// no code needed if blocks are set up per bootstrap docs", );
View article...
expJavascript::pushToFoot(array("unique"=>'bscarousel ","bootstrap"=>''carousel'',
"content"=>"// no code needed if blocks are set up per bootstrap docs") );
View article...