I have found a bug which will show empty regions. To reproduce that you have to follow these steps
- Install entity_cache and fieldable_panel_panes (only not obvious modules are listed here)
- Create Fieldable panel pane (fpp) type
- Overwrite the output by entity_panels with a style you want
- Create panel page which contain the created fpp entities
- Add at least 6 entites of the newly created fpp type
- Go to the panel page url
- Nothing shows up or sometimes only few enties are visible
- Clear caches and notice the contents are there
- Reload the page and see the empty regions again
Here is the html output inside the panel looks like this
<div class="3-columns-33-33-33 panel-display panel-display--3-columns-33-33-33">
<div class="region l-left">
<div class="panel-pane pane-fieldable-panels-pane pane-uuid-3e2066ee-08fe-40d1-ac17-97ce8a09aa18 pane-bundle-feature">
<div class="fieldable-panels-pane">
</div>
</div>
</div>
</div>
Inside div.fieldable-panels-pane the content of the fpp should show up
Comments
Comment #2
fox_01 commentedComment #3
maximpodorov commentedDo you have ideas of the reasons of this problem? Is it reproducible with normal entities, not fpp ones?
Comment #4
fox_01 commentedi dont really know but i have switched to panelizer and this works. maybe it could have something to do with entity_cache i have installed together with entity_panels