Closed (fixed)
Project:
Fusion Accelerator
Version:
7.x-2.0-alpha1
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
25 Oct 2011 at 08:10 UTC
Updated:
1 Nov 2011 at 03:53 UTC
Jump to comment: Most recent file
Comments
Comment #1
giorgoskI even cleared the theme registry
with no luck
Comment #2
esmerel commentedI'm not sure if this should be here or in accelerator - I'll leave it here for the moment, but I'm changing it to a bug report for the time being.
Comment #3
aquariumtap commentedDid you create a theme setting for your new grid file in the .info file? Eg:
After that, you must select your new grid in the theme's settings. See screenshot.
Here are more detailed instructions on creating a custom grid.
Comment #4
aquariumtap commentedComment #5
giorgoskyes I have created this line in the .info file
and after clear cache I get the option to enable it as a valid grid setting
and the theme DOES behave as a valid 960 24 column grid
only problem the grid button that creates the visual overlay does not display the gutters
Comment #6
giorgoskhere is some screenshots
Comment #7
aquariumtap commentedThis is indeed a bug. Accelerator is generating outdated CSS.
You need to change this:
To this:
Renaming that class from
.block .innerto.guttershould fix the problem in your grid CSS, and restore your gutters.I've updated the code in Accelerator and will put out a new release shortly.
Comment #8
giorgoskYes this does the trick
thanks
Comment #9
aquariumtap commentedGreat! Here's a patch to fix the code generator.
Comment #10
aquariumtap commentedComment #11
aquariumtap commented