Hi,
we are using Wordpress in conjunction with Lovable. I have used Conditonjs to show/hide elements in the past but for some reason it is not working.
This is the key:
{{dc:post:meta key="_lovable_has_logo"}}
I have tried it the “traditonal way”
string(empty) is not {{dc:post:meta key="_lovable_has_logo"}}
lovable says to try this
{{dc:post:meta key="_lovable_has_logo"}} is 1
lovable setup a condition where 1 is the logo being present in the database
neither work to hide the surrounding div.
what am i missing?
in the screenshot the logo “is” present…so should not be hidden, but when i test on a page where no logo is present…the blank space of the div is there. There is NO min-width/height on that div
see screenshots below.

