Expand my Community achievements bar.

Submissions are now open for the 2026 Adobe Experience Maker Awards.

Mark Solution

This conversation has been locked due to inactivity. Please create a new post.

SOLVED

Bootstrap upgrade in AEM 5.6.1

Avatar

Former Community Member

Hello,

I am using Bootstrap v2.1.1 to develop our new responsive website. I know Geometrixx-media used same version in AEM 5.6.1.

I would like to use the latest version of Bootstrap. I think it is v3.3.5 for now.

Can you please explain how to upgrade it to the latest version?

I understand need to follow theses below.

1. Replace bootstrap.css under my clientlibs/css with bootstrap.css I downloaded.

2. Replace bootstrap.js under my clientlibs/js  with bootstrap.css I downloaded.

3. Place all images from Bootstrap under my clientlibs/img  with bootstrap.css I downloaded.

Are there any otherthingsI have to do?

Thank you in advance.

KJ

1 Accepted Solution

Avatar

Correct answer by
Level 10

If you place the bootstrap scripts under ur clientlibs it should work

however, note that it might conflict with the OOB bootstrap scripts in the authoring instance as AEM uses different bootstrap for some of its functionalities. But everything should be fine in the publish instance.

View solution in original post

2 Replies

Avatar

Correct answer by
Level 10

If you place the bootstrap scripts under ur clientlibs it should work

however, note that it might conflict with the OOB bootstrap scripts in the authoring instance as AEM uses different bootstrap for some of its functionalities. But everything should be fine in the publish instance.

Avatar

Former Community Member

Thank you, bsloki

Can you please tell what kinds of errors you expect in author environment?

Do you have any idea which OOB ones use different version bootstrap scripts in AEM 5.6.1?

KJ