I'm trying to create a frontpage as a panels page containing a view with responsive layout article teasers. The article fields are managed using Display Suite and are assigned a responsive layout (using Display Suite Views Display). The article alone renders as a panels page with responsive layout (works fine). When embedded in the frontpage view, I get a series of notices (undefined index settings, display, layout, renderer) and the page does not render correctly.

Notice: Undefined index: settings in theme_layout_responsive() (line 210 of .../modules/layout/plugins/layouts/responsive.inc)

Also, what I think is strange is that I cannot assign a responsive layout in the display suite views layout selection. I'd like to have the same themeing code for the responsive layout in the view as in the single article display. Does anybody have an idea on how to approach this or look further?

Comments

kjauslin’s picture

I found the issue, but I'm not sure about the best way to progress. The problem is either in Display Suite 7.x-1.x -or- when using Display Suite 7.x-2.x, the layout module needs further adjustments. For the moment, I've made a patch for DS 7.x-1.x, however the 1.x branch doesn't have active development anymore. So I'm actually waiting for layout to become compatible with DS 7.x-2.x. In case anybody's interested, I submitted the patch in the DS queue: #1773708-1: Support for responsive panel layouts