I’ve always used Bricks to build a custom admin dashboard template which I display using a clever technique created by @Sridhar. In this dashboard I display information pulled from ACF custom fields
After installing version 1.9.9 no dynamic data gets rendered on this admin dashboard. It renders fine in the editor, but not on the page when viewed in the admin dashboard when logged in.
Is there a workaround I can employ until this is fixed?
Have you tried cache flush, rerunning code execution, css etc?
I have had the problem on the front-end a few times and the problem was always related to one of the above.
Yes, it’s nothing to do with cache and there’s no code involved, and it’s not a CSS issue—the data is missing from the DOM. It works fine with v.1.9.8.
Unfortunately, Dynamic tags in Bricks are designed to function on the actual frontend and within the builder only. In the previous versions, dynamic tags were registered everywhere and causing performance issues and unexpected behavior and ruining the WP admin logic on certain plugins.
We identified the root cause and fixed this in 1.9.9
These are the bugs we fixed related to this change: