Browser: Chrome 114.0.5735.198
OS: Linux Mint 21.1
URL: https://hnr2023.2sinn.it/profil/nordhessen/
Video: Bricks 1.8.2.1 has trouble rendering dynamic data - YouTube
Steps to Reproduce:
- Using Pods, make a CPT and add a WYSIWYG + a text field
- Make a post of that CPT with 1-2 children
- Put some stuff into the parent’s 2 fields, including line breaks in WYSIWYG field
- Make a global header template including a query loop querying the custom post type, 1 post per page, child of “0”
- Inside query loop, put the text field (e.g. basic text element, {cf_mytextfield})
- Make a post template for one of the CPT children
- Make a query loop like in step 4
- Inside query loop, put the WYSIWYG field
On https://hnr2023.2sinn.it/profil/nordhessen/, I have a header template and a post template in which I use query loops to render custom field data from a post family’s parent:
After installing Bricks 1.8.2.1, some of that data doesn’t render properly and some doesn’t render at all. In the post template, line breaks are stripped from a WISYWIG field.
In the header template, I am using a query loop to pull in a phone number from a post’s parent and it isn’t rendered. Instead, the field code, {cf_telefonnummer}
displays.
These issues only occur in two spots as far as I can tell. Video above shows details.
No caching on this website, and all CSS files have been regenerated.