It appears that ACF 3.0.6 breaks some other plugins. In particular, I’m receiving the following warning on WordTour plugin pages:
Uncaught TypeError: Object #<Object> has no method ‘propAttr’ in load-scripts.php:175. This is what I have on this line:
"boolean")this.options.disabled=this.element.propAttr("disabled");this._determineButtonType();this.hasTitle=!!this.buttonElement.attr("title");var a=this,c=this.options,e=this.type==="checkbox"||this.type==="radio",f="ui-state-hover"+(!e?" ui-state-active":"");if(c.label===null)c.label=this.buttonElement.html();if(this.element.is(":disabled"))c.disabled=true;this.buttonElement.addClass("ui-button ui-widget ui-state-default ui-corner-all").attr("role","button").bind("mouseenter.button",function(){if(!c.disabled){b(this).addClass("ui-state-hover");
I’m unable to add/save events, and certain page elements (presumably depending on some script), don’t show up. For now I’ve disabled ACF, but it’s essential to the site I’m building. Any help would be lovely. Thanks!