Publisher is EE6 compatible, but it does not support the Fluid field. Please do not contact asking when support will be available.
If you purchased an add-on from expressionengine.com, be sure to visit boldminded.com/claim to add the license to your account here on boldminded.com.
Ticket: Bloqs field tags not parsing
Status | Resolved |
Add-on / Version | Bloqs 4.2.3 |
Severity | |
EE Version | 5.3.2 |
MLohrman
Jul 23, 2020I have a bloqs field setup for blog articles called {article_content}. The template code to display the bloqs field content is in a partial called {p_article_bloqs}. I have test content entered for an article. The template is loading the partial ok, but none of the bloqs field tags are parsing. I have also tested eliminating the partial and adding the bloqs field code to the template with no change. I’ve been doing this on this site for other templates with no issue so not sure what’s going on. Please see screenshots that I have attached, thanks!
Image 1 - shows template code generated in the CP from the field setup.
Image 2 - shows my page template with call to partial {p_article_bloqs}
Image 3 - shows partial content with template code pasted from the generated code in the CP
Image 4 - shows the front-end with tags not parsing
BoldMinded (Brian)
Jul 23, 2020
Have you tried just putting a single block tag in at a time, to see if one of the blocks is causing an issue?
TBH, usually when this happens it is b/c a block name conflicts with something else, another field, another variable name, or something. I’m about 99% sure this isn’t an actual bug, but some other weird parsing issue.
MLohrman
Jul 23, 2020
You da man, something about the {images} name was an issue. After I changed it everything parsed correctly. Thanks!
BoldMinded (Brian)
Jul 23, 2020
Yeah, I’m not sure why that is the case. Did you have a non-bloqs field named images too?
TBH usually I prefix all my blocks with block_, just to avoid potential conflicts.