Upon upgrading to the latest dev version, the layout is now fluid.

Reverting to yesterday's dev version fixed the problem.

Comments

designerbrent’s picture

Status: Active » Fixed

As noted on the front page, yesterday we changed the name of the folder you put the Blueprint CSS framework files in. Instead of ./blueprint it goes in ./framework. That is the folder that you download from http://blueprintcss.org

Change the name to ./framework and it should work.

You can see some of the background here: #660224: Restructuring the Blueprint Css folder

zdean’s picture

Status: Fixed » Active

Sorry. I should have noted that I did change that folder name but it still produced the layout problem.

Changed back to active.

designerbrent’s picture

My guess is that the cache didn't get reset. Look at your source code. What is the path for the css that it's looking for?

If it is still looking in ./themes/blueprint/blueprint/blueprint/blueprint/screen.css and ./themes/blueprint/blueprint/blueprint/blueprint/print.css then it is cached and needs to be rest. You can reset the cache with devel or try visiting /admin/build/themes and it should re-read the cache.

zdean’s picture

I cleared cache (both methods) and it didn't fix the problem.

The path for print.css it's showing is:

http://localhost:8888/example/sites/all/themes/blueprint/framework/bluep...

but it is not showing screen.css at all.

designerbrent’s picture

Could you tar/zip up your themes folder and attach it here? I'd like to take a look at what you have.

zdean’s picture

The upload limit is 1 MB for file attachments and the theme folder comes out to 4MB zipped...is there another way I can get that to you?

designerbrent’s picture

Sure.. try http://drop.io/ or if you have a public site you can upload it to.

zdean’s picture

designerbrent’s picture

Category: bug » support
Status: Active » Fixed

Ok... Here is the issue. Line 28 and 29 of the BPSTARTER.info file need to be left commented out they way the get downloaded. If you read the comment in lines 24 - 27, it states that uncommenting the next two lines will force drupal to IGNORE the blueprint files screen.css and blueprint.css. If you comment those lines back out and clear the cache it will fix that problem as I tried it with your theme.

Is this the same theme referenced here: #702964: Fix $logo and $site_name to work via the PHPTemplate check boxes.

zdean’s picture

Re-commenting fixed the layout problem. Thanks.

Yes, this is the same theme.

Status: Fixed » Closed (fixed)

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