- Edited
I have a page with a header and a footer template but the active templates return zero results. I'm using Bricks 1.11.1.1 and CommandUI 1.0.0 rc3.
I have a page with a header and a footer template but the active templates return zero results. I'm using Bricks 1.11.1.1 and CommandUI 1.0.0 rc3.
Can you run this in the console please on the homepage:
JSON.parse(document.getElementById('commandui-js').getAttribute('data-config')).wp.renderedBricksTemplates
And then right click the result, and "copy message"
Should look something like this:
Array [ {β¦} ]
β
0: Object { name: "footer", post_id: 770, type: "footer" }
ββ
name: "footer"
ββ
post_id: 770
ββ
type: "footer"
ββ
<prototype>: Object { β¦ }
β
length: 1
β
<prototype>: Array []
Calvin Alkan here is all I get
Yeah, looks as expected, no active templates are detected in the backend.
I'm running the same Bricks version as you. I wonder if it might be related to different Bricks Builder settings.
Are you able to replicate this if you spin up a new site with just CUI and Bricks, on staging/instawp/similar?
Calvin Alkan I just spun up a fresh copy with no extra plugins and I'm getting the same result.
Can you send staging site credentials to commandui@snicco.io so that I can debug, otherwise, very difficult to pinpoint.
Calvin Alkan okay, email sent. Thanks!
Thanks, that helped. I fixed an edge case bug and releases it already as rc-1.0.0-4
Should work now on your instawp site already !
Calvin Alkan ah, I see. Thanks! Yes, it is working for me now.