Home › Forums › Front-end Issues › ACF + Ajax; certain JS functionalities missing › Reply To: ACF + Ajax; certain JS functionalities missing
I debugged acf-input.json for a bit.
Inside ACF’s initializeQuicktags()
default settings are retrieved like so:
`
var defaults = {
tinymce: tinyMCEPreInit.mceInit.acf_content,
quicktags: tinyMCEPreInit.qtInit.acf_content
};
`
I decided to console.log(tinyMCEPreInit)
here and in my attachment are my results. On the left is my custom page, on the right a default ACF options page.
As you can see, my custom page is missing the acf_content
field under mceInit
.
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.