django-cms / djangocms-bootstrap4

django CMS Bootstrap 4 is a plugin bundle for django CMS providing several components from the popular Bootstrap 4 framework.
https://www.django-cms.org/
Other
82 stars 58 forks source link

Django Carousel Plugin is not Sliding Images as it should be #102

Closed shankarThiyagaraajan closed 4 years ago

shankarThiyagaraajan commented 4 years ago

Unable to slide the images in the djangocms-bootstrap4 plugin "carousel". Images are stacked one-by-one. Not moving at all.

FinalAngel commented 4 years ago

@shankarThiyagaraajan are you adding/loading the bootstrap css and javascript files in your frontend?

shankarThiyagaraajan commented 4 years ago

@FinalAngel, No I'm not adding anything externally. Only going with plugin scripts/styles.

FYI, image

FinalAngel commented 4 years ago

@shankarThiyagaraajan you need to add the styles and javascript from bootstrap. djangocms-bootstrap does not add that for you.

shankarThiyagaraajan commented 4 years ago

@FinalAngel FYI Thanks, It's Working.

FinalAngel commented 4 years ago

You're welcome 👍

garrett928 commented 3 years ago

@FinalAngel @shankarThiyagaraajan Where do you add the styles and JS to? I have download the stock bootsrap4 css and js files. I added them to static/djangocms_bootsrap4 under their respective folders. But it does not work