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: 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