I have used the Dropdown component within BS and added it to a column. However, when I test it the dropdown button is not expanding on click.
I’m using v5.
What can I do to resolve the issue?
https://elgs.org.uk/untitled.html
You’re linking to the Bootstrap JS file multiple times, and several different versions. You have it at:
V5
/assets/js/bootstrap/js/bootstrap.min.js
/assets/bootstrap/js/bootstrap.min.js/
V4
/assets/js/bootstrap.bundle.js
/assets/js/bootstrap.bundle.min.js
/assets/js/bootstrap.js
/assets/js/bootstrap.min.js
Additionally, you’re importing V4 and V5 CSS files, both over a CDN and on your server which is also causing conflicts.
This is most likely causing your issues. You need to do some very serious cleaning up of your project!
Many thanks.
It’s now working perfectly.
I’ve just started using B Studio and had imported HTML pages produced on another design program that was using Bootstrap 4. I’d thought BS would remove the obsolete JS files. Clearly not!
Glad it’s working now
I see the site you’re working on is a horticultural website, I have made a site for a horticultural society before in Bootstrap Studio. It’s been posted here: Horticultural Society Website