C5.6.3.3 and Bootstrap 3

Permalink
Is it possible to build a site with the older C5 version and the newer Bootstrap version?

I am striking issue after issue getting C8 to work with lots of javascript errors. I have never has issues with the pre-5.7 versions.

trixiemay
 
MrKDilkington replied on at Permalink Reply
MrKDilkington
Hi trixiemay,

I don't have enough experience to comment on using Bootstrap 3 with concrete5 5.6, but I do feel your issues with v8 are likely caused by custom code.

The most likely issue is you are not requiring and registering assets correctly.

I highly recommend reviewing the general theme development documentation and especially the sections on assets.
Designing for Concrete5
https://documentation.concrete5.org/developers/designing-for-concret...
Advanced CSS & JavaScript Usage
https://documentation.concrete5.org/developers/designing-for-concret...
hutman replied on at Permalink Reply
hutman
Unfortunately you can only use bootstrap 3.0.0 with the jQuery version in C5.6.

Is there something specific with 5.8 that you're having issues with that the community could help you with? Once I got to understand registering/requiring assets in 5.7+ I didn't have any javascript issues.