I have found a bug which will show empty regions. To reproduce that you have to follow these steps

  1. Install entity_cache and fieldable_panel_panes (only not obvious modules are listed here)
  2. Create Fieldable panel pane (fpp) type
  3. Overwrite the output by entity_panels with a style you want
  4. Create panel page which contain the created fpp entities
  5. Add at least 6 entites of the newly created fpp type
  6. Go to the panel page url
  7. Nothing shows up or sometimes only few enties are visible
  8. Clear caches and notice the contents are there
  9. 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

fox_01 created an issue. See original summary.

fox_01’s picture

Issue summary: View changes
maximpodorov’s picture

Do you have ideas of the reasons of this problem? Is it reproducible with normal entities, not fpp ones?

fox_01’s picture

i 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