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: Image label is not set in the bloq header

Status Resolved
Add-on / Version Bloqs 4.0.1
Severity
EE Version 4.1.3

Service Desk

Apr 11, 2018

The title of the image is not showing in EE4.

Changing

'file': function ($atomContainer) {
            return $atomContainer.find('..file-chosen img').attr("alt");
        },

into this

'file': function ($atomContainer) {
            return $atomContainer.find('.fields-upload-chosen-file img').attr("alt");
        },

in file themes/user/bloqs/javascript/cp.js

will fix this.

#1

BoldMinded (Brian)

Thanks, I’ll take a look. That class could have been changed in EE4.

Login to reply