Ahmed Bolica
Ahmed Bolica

Reputation: 11

Bootstrap 3 and Liferay conflict class

i face some conflict using bootstrap 3 and liferay framework for example the navbar class stop in the framework when we put the main bootstrap style .

I need to limit scope of bootstrap using unique class on body

any help

Upvotes: 0

Views: 2261

Answers (1)

Olaf Kock
Olaf Kock

Reputation: 48057

Liferay 6.2, out of the box, uses bootstrap 2.3 (see the reason behind this) and conflicts with bootstrap 3 are (kind of) expected.

In order to get started creating a bs-2.3 theme, you might want to check Juan Gonzalez's blog (released today, just in time). In case you insist on integrating bootstrap 3 with Liferay 6.2, you'll have to do a lot more work than with 2.3. To "face some conflict" is not quite a sufficient explanation for whatever you're experiencing. And if bs3-integration would be as easy as mitigating some conflict you face, trust me, it would have long been done.

Upvotes: 3

Related Questions