Hi
I am trying to create a custom layout with rows & columns.
If I use a typical 2 column template, things are displayed as I expect.
However, if I use a custom builder in the Panel, I can assign content to the appropriate regions within the left and right columns I've defined. When I preview (and also save and load the node), all the content appears in one column.
If I use a custom layout, then use that layout through the "Misc" layout option in the panel, when I go to assign content to the regions, all the regions are in one column, even though the custom layout I defined has two distinct columns. Likewise, when I preview or save the node, the content is all in one column as well.
I'm not even sure where to go to start diagnosing it - suggestions?
Comments
Comment #1
merlinofchaos commentedHm. That's very odd. I haven't run into anything like that. Can you:
1) Provide an export of the custom layout that's failing
2) Provide screenshots of what you see so I can better envision what's going on?
Comment #2
timatlee commentedHi
While looking at this a bit more, and uploading some media, I discovered I had used '\' instead of '/' for the file system and temporary file paths (Apache on Server 2003). Correcting this has also corrected the layout issues.
What I discovered when dealing with uploaded images, it was attempting to load an image at http://example.com/sites/default/files%something/syles%something ...
Sorry for posting on a PEBCAK error!