Closed (fixed)
Project:
Fieldable Panels Panes (FPP)
Version:
7.x-1.7
Component:
Code
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
29 Nov 2015 at 04:02 UTC
Updated:
15 Mar 2016 at 22:14 UTC
Jump to comment: Most recent
Comments
Comment #2
mtndan commentedComment #3
AndersNielsen commentedHad a similar issue when upgrading. Can't if it was this version jump, but here's a suggestion anyway :)
If you have a template override 'fieldable-panels-pane.tpl.php' go look for something like:
print render($fields);(can't remember if this was the old syntax)and change it to:
print render($content);Comment #4
damienmckennaSorry, this was a change as part of #2304921: Improve FPP rendering process, and I've (finally) published the change notice that explains what happened:
https://www.drupal.org/node/2407649