-
Notifications
You must be signed in to change notification settings - Fork 29
Open
Description
Hi gang,
I'm seeing a weird problem here. As soon as I add the kalatheme_grid_size as part of my div class, panels goes crazy and doesn't allow me to switch layouts by giving me the white screen of death. This happens on all layouts. For example, I took a fresh radix layout, and instead of <div class="col-md-12 radix-layouts-header panel-panel">
, I replaced it with:
<div class="col-md-<?php print kalatheme_grid_size(KALATHEME_GRID_FULL); ?> radix-layouts-header panel-panel">
.
If <?php print kalatheme_grid_size(KALATHEME_GRID_FULL); ?>
isn't introduced, any layout works fine via hardcoding the col-md-12. As soon as it's replaced it, the white screen begins.
Thanks in advance.