Closed (fixed)
Project:
Popup
Version:
6.x-3.1
Component:
Code
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
13 Jan 2011 at 14:25 UTC
Updated:
5 Apr 2011 at 17:06 UTC
I configure a simple text block, with a title and plain text as a body, I set the block to display as a popup with the display format as default (following instructions at http://drupal.org/node/842058)
The block is displayed as normal, but not as a popup, and when I inspect the page, there is no sign of popup classes anywhere in the markup. Using the garland theme I get the same result.
I have popup filter and popup menu both working fine on the same site (awesome!)
I also notice that the display format on the block configuration page is not saved as reported here #1023110: Impossible to save Custom settings in Popup Block.
Thanks for any help.
Comments
Comment #1
Greg J. Smith commentedI can confirm the same issue. I've got two menus and one block working like a charm. As soon as I try to make another view for display elsewhere on the site, it will not render. It is not visible on the page source at all when the block is set to 'popup' (no setting will work) but as soon as I turn off the popup setting – it appears just fine. I've removed unused modules, tried it in Garland and had no luck with anything.
Comment #2
Greg J. Smith commentedI think your problem is a 'blame the user' issue – it was for me. If you have not assigned a title for a block and set it to popup. It will not render at all. So you can either do this in views, or when editing the block.
Comment #3
Scheepers de Bruin commentedHmmm... also check whether your theme overrides theme_blocks().
That would break it.
Comment #4
Scheepers de Bruin commentedFixed in v 3.22
Comment #5
Scheepers de Bruin commented