Hi!
Conditional logic is supported and should work as expected. Do you have a site I could test? 🙂
Hello 🙂
of course but the site is currently in development and so (for not index it) I prefer give you the link privately.
By mail eventually?
Hello again! So sorry about my late reply.
Mail would be great. You can find my address on my personal page: fabianlindfors.se
Hi,
I just sent you the link of the site by mail but I think I just find the problem …
In our starter theme, we dequeue the default JQuery of wordpress and use the JQuery included in our theme.
So when I let the default JQuery, I haven’t got the problem but if I dequeue the default JQuery in front for use the JQuery of our theme, the problem appear.
I solve the problem by changing the name of our script by “jquery” because the script jquery must be load before acf.
-
This reply was modified 8 years, 10 months ago by
Loïc Parent.
-
This reply was modified 8 years, 10 months ago by
Loïc Parent.
-
This reply was modified 8 years, 10 months ago by
Loïc Parent.
Thanks for sending me the link. The conditional logic for AF uses the exact same code as ACF and it’s very possible that ACF doesn’t support newer versions of jQuery.
I don’t really want to replace the code provided by ACF as it could create incompatibility issues in the future so I can’t really fix this issue easily. I hope your own solution with a separate enqueue is sufficient.
Thanks!