All add-ons currently require PHP 7.4 or greater.

On July 4th 2024 PHP 8.2 will be the new minimum requirement for all add-ons. Expect any add-on released after that date to require 8.2 or greater. Some releases may not immediately take advantage of 8.x specific features in PHP, which means you might, be able to continue using new releases in PHP 7.4, however, if you experience an error the first thing you should do is update to PHP 8.2 then create a support ticket if the error persists.

Publisher does not support the Fluid field type. 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: After update, images from a atom doesn’t show on frontend anymore.

Status Resolved
Add-on / Version Bloqs 5.0.10
Severity
EE Version 7.3.5

Pontus Madsen

Jun 29, 2023

After updating to EE 7.3.5 and then Bloqs tp 5.0.10, the images in a bloq stopped showing/render on frontend. Text fields etc show/get rendered.. but images NOPE :’( There’s no errors, and it’s not outputing anything.

Running php 7.4.33

#1

BoldMinded (Brian)

Hi, Pontus. I need a lot more information… please share template tag examples. Simplify the code shared, I don’t need excess HTML, CSS or JS, just the relevant EE tags.

Did you try any other tag options? Maybe the issue is similar to this thread? https://boldminded.com/support/ticket/2702

#2

BoldMinded (Brian)

Also be sure to simplify and remove conditionals or other logic.

#3

BoldMinded (Brian)

… and what version of EE did you upgrade from?

#4

Pontus Madsen

Hi!

Upgraded from 7.1.x I think.

I tried using the {image_1} as a tag pair instead, and that works. A bit odd that just calling the {image_1} doesn’t work, but {image_1} {url} {/image_1} does 😊

Code looked like this before:

{work_content_bloq} 
{project_introduction} 
{header}
{ingress}
image_1
image_2
image_3
{/project_introduction}
{/work_content_bloq}
#5

Pontus Madsen

there’s “{}” around the image_x’s.. dunno why that disappeared when I posted.

#6

BoldMinded (Brian)

Did you try {image_1:file}?

#7

Pontus Madsen

Didn’t try that, but just did, and yes, that also works.

#8

BoldMinded (Brian)

I think something changed in the EE parser, which Bloqs uses heavily, when they added support for chaining modifiers. I updated the docs with some examples so others don’t run into the same issue.

Login to reply