Breaking
-
I’m working on it, thanks to report.
Would be great to see this resolved, any idea when it might be? Thanks 🙂
I rewritten the code to support the new version. It’s done, but there is a bug that breaks the WYSIWYG editor and i have to fix it before publish. I hope i can do this as soon as possible, I need this plugin too. If some developer wants to help, the repository and bug is in the link.
https://github.com/edirpedro/acf-flexible-content-modal/blob/master/script.js#L58
Hey guys, version 1.2 is ready! Report me if you found any issue.
😉Awesome! Thanks Edir!
Hey, Modal window doesnt display or show for me with latest ACF, when hovering over it’s just the standard arrow to expand. Does this work with tabs?
@daniel try a hard refresh of your post edit screen. I was seeing that too and a refresh fixed it.
Nope, didn’t work, i’ve uninstalled, re installed, refreshed, clear catch…all that happens when clicking on an item is it expands like normal.
Strange. It’s working perfectly on two separate installations for me.
With ACF 5.7 Pro?
Yes, with everything up to date.
@creativescript Modal only works for the first FC field, the second inside it, or nested FC fields, uses the normal arrow to open. This is to prevent open a Modal over another Modal.
You can create a simple form that causes the error in your project, export in json and paste here.
I see, problem is my FC field sits inside a repeater. is there anyway i can alter the plugin to set it to the 2nd FC field?
You can edit this line in
script.js, make itreturn false;to force using modal on all FC fields.
https://github.com/edirpedro/acf-flexible-content-modal/blob/master/script.js#L54Would you mind to post a screenshot or json of your fields? I’d like to understand how you use it, maybe i can improve the plugin.
@creativescript Forget about the solution I told you, it’s incorrect. But I changed the plugin to enable all Flexible Content fields to use a modal.
The topic ‘Breaking’ is closed to new replies.