Active
Project:
Kalatheme
Version:
7.x-3.x-dev
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
7 Mar 2014 at 11:20 UTC
Updated:
10 May 2014 at 16:40 UTC
Jump to comment: Most recent
I've noticed
$variables['no_panels'] = !(module_exists('page_manager') && page_manager_get_current_page());
in template.php that seems to result in a node panelizer page defining no_panels as True. This means the content region doesnt have the container class, and the content goes right to the edge. Is this intended? Ideally I would expect a panelizer page to be considered a panels layout :)
Comments
Comment #1
pirog commentedThis seems to be working correctly and adding containers to panelized entities... can you give me some more info here?
Comment #2
mglamanThere's no patch...so setting to active.
We have this occurring where $no_panels is incorrect on Panelizer nodes. It's adding containers incorrectly. I'll see if I can get our theme developer to post more details here.
Comment #3
JakeWilund commentedLine 203 of page.tpl.php includes $no_panels, but due to $no_panels missing panelizer panels, the Bootstrap container class is being applied to #content of panelized nodes. This is causing nested .container classes, and thus, display issues.
Comment #4
pirog commentedHey there! We are actually trying out a new workflow for Kalatheme on github. We encourage you to post your issue there and submit a pull request!
https://github.com/drupalprojects/kalatheme