Hi Guys,
When I updated the ctools latest version 7.x-1.10 and panelizer 3.x-3.4, the content coming from the nodequeue in views is not visible.
Only the very first node or only a single node seems to be displaying when I select the format as "Panelizer Display" with full content as shown in the attached screenshot.
I have tried various configurations but does not seems to be getting to any solution.
Please let me know if anyone can give some ideas.
Thanks
Danish
| Comment | File | Size | Author |
|---|---|---|---|
| #6 | panelizer_plugin_row_panelizer_node_view.patch | 1.23 KB | golds |
| panel-content.png | 8.28 KB | danisha |
Comments
Comment #2
damienmckennaI'm sorry you're experiencing this problem :( I believe this is a general problem with the Views integration rather than something specific to Nodequeue.
Out of interest, what version of Panelizer was installed before you updated?
Comment #3
realgiucas commentedsubscribe
Comment #4
danisha commentedI have applied a patch from the below link and it seems to work.
https://www.drupal.org/node/2456327
Thanks
Danish
Comment #5
golds commented'Full content' display in this view options form, saved as 'full' display
that doesn't exists in panelizer displays. it exists as 'page_manager' display.
I applied this patch, that check if the selected view mode exists on node panelizer display,
if it doesn't exist it use 'page_manager' display.
Comment #6
golds commentedComment #7
damienmckenna