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.
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.
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.
Comments
Comment #1
designerbrent commentedAs 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
Comment #2
zdean commentedSorry. I should have noted that I did change that folder name but it still produced the layout problem.
Changed back to active.
Comment #3
designerbrent commentedMy 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.
Comment #4
zdean commentedI 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.
Comment #5
designerbrent commentedCould you tar/zip up your themes folder and attach it here? I'd like to take a look at what you have.
Comment #6
zdean commentedThe 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?
Comment #7
designerbrent commentedSure.. try http://drop.io/ or if you have a public site you can upload it to.
Comment #8
zdean commentedIt's uploaded here:
http://www.act2studio.com/upload/blueprintnew.zip
Comment #9
designerbrent commentedOk... 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.
Comment #10
zdean commentedRe-commenting fixed the layout problem. Thanks.
Yes, this is the same theme.