Problem/Motivation

Hello,

I'm wondering if it is possible to use other grids systems just like BootStrap or Skeleton ?

Proposed resolution

I tried to disable all the CSS styles in the 'Toggle styles' tab but some core CSS files are always included.
Maybe we should give user the ability to disable core grid css files and let them add custom CSS by using the .info file.

Remaining tasks

User interface changes

API changes

Original report by Pol

Comments

dhalbert’s picture

Would this guide be sufficient for what you have in mind?: Creating and Setting up a Custom Grid for Omega 3.x

Pol’s picture

wow that was fast ! :-)

That's already what I do, the problem is that the class names are different.
In Bootstrap, the classnames are: span1, span2, span3... etc etc, in alpha: grid-1, grid-2, grid-3...

I'm looking for a way to keep the css provided by Bootstrap unmodified.

Any idea ?

dhalbert’s picture

Unfortunately, I don't think it will be easy. The grid class names are embedded in the Omega code. For instance, omega/alpha/template.php has 'grid-' and 'container-', omega/alpha/includes/alpha.inc has 'container-', etc.

When I made my own gutterless 16-column grid. I originally used one of the online grid generators, but it uses a slightly different naming scheme as well, and I ended up just copying and editing one of the alpha grids, using the generated grid as a guide.

marcoka’s picture

Status: Active » Fixed

it is possible to use a custom grid and implement own css styles like bootstrap and so on. someone postet some sass omega here and i am working on a subtheme with sass/bootstrap styles too.

himerus answered another issue about "integration bootstrap". its not going to happen with all that extra bootstrap js stuff. maybe partially only styles or a subtheme.

so the request is disabling core styles that omega needs to work?

marcoka’s picture

Assigned: Unassigned » himerus
Status: Fixed » Active
apaderno’s picture

Component: Feature Request » Code
Assigned: himerus » Unassigned
Category: Feature request » Support request
Issue summary: View changes
Status: Active » Fixed

Status: Fixed » Closed (fixed)

Automatically closed - issue fixed for 2 weeks with no activity.