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.

Please read about the changes to BoldMinded add-on licensing.

Ticket: Mulitple Bloqs Fields

Status Resolved
Add-on / Version Bloqs 4.2.1
Severity
EE Version 5.3.0

Bryan Dion

Jan 06, 2020

Just installed the latest Bloqs (4.2.1) with the new UI updates and noticed a bug. We have two different bloqs fields in a channel and when you go to add a new bloq, bloqs for each field show up but one is overlapping the other. I was able to fix this by changing line 151 in cp.js. Not sure if this will cause other issues, but it seems to resolve all of mine at the moment.

//OLD grabbed all filters
$('.blocksft-filters-menu');

//NEW grabs only relevant filter
var $filterMenu = $blocksFieldType.find('.blocksft-filters-menu');
#1

BoldMinded (Brian)

Ah, dang. Thanks for catching that. I’ll get that fix in the next release.

Login to reply