Skip to content

WSOD if kalatheme_grid_size is included in panels layout #172

@npoku

Description

@npoku

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions