SOLVED: Dynamic Data does not render more than one insert

Browser: Chrome 102
OS: Windows
Bricks Version: 1.7 & 1.7.1

Dynamic Data does not render more than one insert. In version 1.7, if I put a few DDs in the text, they all render well. In version 1.7.1, if I insert several DDs, only one of them is rendered.

1.7.1

1.7.0

I found that everything works fine if you remove this code. But I also understand that the problem is probably with the DD handler.

File: bricks/includes/builder.php:1923

if ( Database::get_setting( 'enableDynamicDataPreview', false ) ) {
			$load_data['dynamicData'] = self::$dynamic_data;
		}
1 Like

Hi Roman,

Thanks for the report.
Yes, I can replicate this issue inside the builder.
Can I confirm with you that this issue only exists in the builder? It should be working correctly in the actual frontend.

Regards,
Jenn

1 Like

Hi, itchycode

The frontend works fine.

1 Like

Hi Roman,
We’ve fixed this bug in Bricks 1.7.3, now available as a one-click update in your WordPress Dashboard.

Please let us know if you are still experiencing issues.

Best regards,
timmse

1 Like