Hello the team,
I’ve a strange bug with ACF PRO and the theme Enfold. This bug appears in the post edit screen, everything is ok under pages and custom post types. In the post edit screen, the tabs (html/text editors) and arrows in the metaboxes stop working.
If i desactivate ACF, everything works. If i desactivate Enfold with ACF activated, everything works.
I got this error :
TypeError: e is undefined (http://xxx/wp-includes/js/wp-auth-check.min.js?ver=4.5.3)
<anonyme>
wp-auth-check.min.js:1
n.event.dispatch()
jquery.js:3
n.event.add/r.handle()
jquery.js:3
n.event.trigger()
jquery.js:3
a.event.trigger()
jquery-migrate.min.js:2
.trigger/<()
jquery.js:3
.each()
jquery.js:2
n.prototype.each()
jquery.js:2
.trigger()
jquery.js:3
j/z.xhr<()
heartbeat.min.js:1
n.Callbacks/i()
jquery.js:2
n.Callbacks/j.fireWith()
jquery.js:2
y()
jquery.js:4
.send/c()
jquery.js:4
Have you an idea ?
Thank you for your help.
Best regards.
Hi hurraken,
Please send us a temporary admin login so that we can have a closer look. You can post the details in the Private Content section of your reply.
Thanks,
Rikard
Hello Rikard,
Regards.
Hi,
I get
“Forbidden
You don’t have permission to access /_new/wp-login.php on this server.”
when trying to click on link you’ve provided.
Best regards,
Andy
Hello,
the main site is htaccess protected. Is it possble i insert your IP in ?
regards
Hi,
Have you checked in another computer / browser? i’ve used ACF Pro with Enfold without any issues.
Best regards,
Josue
Hello Josue,
Problem resolved editing avia_builder.js
Change
window.postboxes.save_order(pagenow);
to:
setTimeout(function() { window.postboxes.save_order(pagenow); }, 100);
Regards