prestarocket-agence / classic-rocket

Classic Rocket is a rework of "classic theme". It has been built keeping in mind : performance, accessibility and SEO.
https://demoprestashop.prestarocket.com/
Other
229 stars 127 forks source link

Add Bootstrap Native Carousel Plugin #261

Open ShapesGraphicStudio opened 3 years ago

ShapesGraphicStudio commented 3 years ago

Hello,

I know that the documentation says:

Only usefull BS plugin are added individually in _dev/theme.js (carousel and scrollspy are not loaded)

But I need carousel for some of my cms pages. What would be the best practice to load the plugin please?

ShapesGraphicStudio commented 3 years ago

CSS was quite easy to isolate to avoid unnecessary data to load.

I downloaded latest Bootstrap, opened bootstrap-4.4.1/dist/css/bootstrap.css copied lines 6401 to 6600 and created a new stylesheet named carousel.css where I pasted previous code and imported it by editing my child theme theme.yml.

Now I have to do the same with js.