alleyinteractive / wordpress-fieldmanager

Custom field types for WordPress
Other
532 stars 101 forks source link

Yoast SEO Compatibility Issue #844

Open ojramos opened 1 year ago

ojramos commented 1 year ago

Hi, I'm having an issue on my end when Yoast SEO is activated I can not delete any group fields or select any options from select fields. Is there any reason why this may be happening and is there a solution? If there is anything needed on my end please let me know.

Best, Oscar.

dlh01 commented 1 year ago

Hi @ojramos, and thanks for the report!

Could you please let us know what versions of Fieldmanager and Yoast are being used, along with any relevant errors from the JavaScript console?

ojramos commented 1 year ago

Hi,

Sure: Field Manager 1.5.0 Yoast 19.6.1

ERROR Uncaught ReferenceError: assignment to undeclared variable $wrapper

This is the code its referenceing: $wrapper = $element.parents( '.fm-wrapper' ).first(); [_static:667:47]

Best, Oscar.