digitaldisseny / plg_sys_twbootstrap

Twitter bootstrap plugin for Joomla 2.5
11 stars 3 forks source link

Allow the user more CSS inject positions #8

Open phproberto opened 12 years ago

phproberto commented 12 years ago

To force bootstrap CSS to load last.

Serhioromano commented 12 years ago

Let's continue here. I have been playing with your plugin. Actually not with plugin but with BS. Your plugin does good job. But I have meet a lot of problems. For example

#main Ul {padding: 20px 0 0 0;}

This simple means that all ULs in all joomla get this. They just do not care that people use uLs for menus, navigations, ...

What I want to say I found it absolutely unpractical to use BS in none-bs-based templates. I think it have to be this template or at least template that was developed on top of bs.

So I am out of this game for Joomla 2.5. Although I am very impatient to bootstrap Cobalt. But I think everything has it's right time :) As for now I do not see how to solve those complex issues I meet trying to use bs on J2.5

phproberto commented 12 years ago

We actually use bootstrap in templates that are not 100% built with it. Obviously it's better to use it with templates that fully support it.

To avoid the ul issue you have to override the default bootstrap CSS in your template CSS.

Serhioromano commented 12 years ago

This UL is not BS related. It is in Joomla default template (and many others like yoothems and rt). I have to eiher hack Joomla template CSS or add override with actually can result in error on BS based template.

We actually use bootstrap in templates that are not 100% built with it.

Templates that supports BS do not need BS load plugin. They include it right from the core.

pepperstreet commented 10 years ago

Templates that supports BS do not need BS load plugin. They include it right from the core.

Unfortunately, we know it better now ;-) Almost any template framework seems to load his own BS from template folder :( What a chaos out there.