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.

  • Calvin Alkan replied to this.
  • Daveden2

    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 !

    Daveden2

    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 []

      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?

        Daveden2

        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 !