Hi.
I have a custom content type using the Fluid two column stacked layout in display suite. All of a sudden my content fields only display in one column. I don't know what I did to break it. It was working.
With firebug, I have determined that the layout css file, ds_2col_stacked_fluid.css for display suite is not getting loaded. Using firebug, I can temporarily add the float: left/right; attributes to the .group-left and .group-right classes and it displays correctly.
How can I determine why the css file is not getting loaded?
I have tried re-installing display suite, flushing all caches, and creating a new content type using a multiple column layout. But still it does not load the sites/all/modules/ds/layouts/<layout>/<layout>.css file.
I was experimenting with some other modules and I noticed the problem after installing the project and machine_name modules. I am not sure if that is exactly when it broke. However, I since disabled and de-installed both of those modules, in case they were somehow causing it, but the problem still exists.
I am running
drupal 7.22
ds 7.x-1.7
FreeBSD 8.2 OS
nginx 1.2.1_2,1 web server
chromium 15.0.874.121 browser
firefox 3.6.13,1 browser
Any help would be appreciated.
- Vincent
Comments
[Solved] Display Suite layout css file not getting loaded
I found the cause. The Pullquote module was the culprit. I created another test site and spent all evening backtracking and disabling modules I had upgraded over the past few days and when I disabled Pullquote, the problem went away. Somehow the new Pullquote 7.x-2.x versions are preventing Display Suite from loading it's layout CSS style sheets. It still works fine with Pullquote-7.x-1.2. Guess I should test everything more thoroughly after every module upgrade. Somehow I missed the DS problem and went on to upgrade other modules. Then I didn't know at exactly what point it broke.
I will file an issue report for the Pullquote module.