Conditional Visibility inside Query Loop with Front End Rendering

Hi. I noticed that element that has conditional visibility inside query loop is not showing when front end rendering is enabled. when frontend rendering is disabled, visiblity condition works inside query loop.

Hello @kris,

Thanks for the report and apologies for the inconvenience.

Could you possibly give me more details on what conditions are not working for you?

Thanks in advance.

Hi @Louis ,

On products archive, I want to output some dynamic text from acf checkbox field. I add conditional to it on a query loop template. It shows when front end rendering was disabled. But when I enabled front end rendering option it doesnt show. I need front end rendering as Im using a filter on a product template

THanks

Hi, @Louis,

I have a similar problem. In my case, I have a query and some headings inside the query but outside the query template. So, I want to show it if there is any loop item, but hide it if not.

So, I set the condition for the heading “Has item” to “true,” and it works when the front-end rendering is off. However, it doesn’t work when the front-end rendering is on.

1 Like