Hello, I would like to display popup template which is set to display only at front page ─ only when user check the checkbox from ACF on option page.
I have tried to disable the conditional display in popup template and use the template element in front page. Then I added conditional to that element and it worked. However, styles were not loaded.
How can I use the ACF radio field in conditional display of popup, to display it with it’s styles?
This is popup:
This is how it looks, when I use template element for it, with conditional for ACF radio:
- conditional
- frontend
So it is losing it’s styles. If I delete the template element completely from frontpage and use the conditional display in popup template (without the ACF conditinal) then it display styles properly:
- popup template
- frontend
However, there is no option for dynamic data conditional in popup template settings. So how can I do this properly? To display popup on homepage only if user checks the ACF checkbox in ACF option page?
THANK YOU SOOOO MUCH <3