Home › Forums › Front-end Issues › Frontend WYSIWYG Problems › Reply To: Frontend WYSIWYG Problems
Foundation handles the HTML population with their “reveal” module.
Here is the source for the trigger that I used in the code above.
The AJAX callback and DOM creation begins on Line 144.
My AJAX function is actually the parameter ajax_settings
that is being used on Line 144 and Line 158.
As a note – I can confirm that the popup does open and revel. I can also confirm that the HTML of the form from my WordPress AJAX callback does indeed fill the popup container. The popup container is the very first child in the <body>
tag. And the acf_head() is at the very top of my HTML and is placed via the plugins_loaded
hook with a priority of 1
Welcome to the Advanced Custom Fields community forum.
Browse through ideas, snippets of code, questions and answers between fellow ACF users
Helping others is a great way to earn karma, gain badges and help ACF development!
We use cookies to offer you a better browsing experience, analyze site traffic and personalize content. Read about how we use cookies and how you can control them in our Privacy Policy. If you continue to use this site, you consent to our use of cookies.