Block Refresh is still not working with page panels.

If I load my view block into a basic page, it works fine, but in panels the refresh button does not appear if I select manual mode, and the block does not refresh if I put it in automatic.

I'm using Panels 7.x-3.9 in a Multipurpose Zymphonies Theme (though the theme is not an issue outside of panels).

Is there a workaround available?

Comments

tonka67 created an issue.

sierea’s picture

I was able to get it to refresh in panels or mini panels or whatever using php
this uses block load so it accesses the 'block' settings ie refresh


$block = block_load('views', 'intownshow-block');
print drupal_render(_block_get_renderable_array(_block_render_blocks(array($block))));

'views' would be the name of your module
'intownshow-block' is the name of the block.

Find these in the configure url on the blocks page