Conditional visibility via Other Plugin

Hello,

I am loving Bricks, and we want to move our site over to it, but we have a few conditional aspects. For example a award logo that shows when the custom field of score is > 8.5.

Is there a potential other plugin that could give this functionality, so we can get the process of moving the site over to tide us over as we wait for Bricks to get it internally.

Even is there was a way to do it with Widets etc.

I welcome all input

1 Like

Hi @Bfrye26 ,

since there are no conditionals yet, one way to solve this is to use the custom code block. You can add your custom field PHP there and show or hide with simple if statements.

Regards
timmse

1 Like