Hi,
When Yoast SEO is activated, then it is not possible to add image via the advanced editor.
GRID ROW > EDIT CELL > INSERT IMAGE
Console will show:
TypeError: wp.media is undefined
attachments = wp.media.query( args ),
.../wp-content/themes/enfold/config-templatebuilder/avia-template-builder/assets/js/avia-media.js?ver=0.8
When disable Yoast SEO this is working fine.
ENFOLD 3.5.4
WP 4.5.2
Hey,
Do you have any other plugins enabled? something related to TinyMCE perhaps?
Best regards,
Josue
Hi,
Nope, I tried to deactivate all plugins but Yoast SEO and still got the issue. When deactivate Yoast SEO and activate all other plugins, everything is fine.
Pretty weird, never got this kind of issue before.
Hey!
I see. Please post the login details here so that we can check the settings. Make sure that all plugins are updated.
Cheers!
Ismael
Find credentials below:
Hi,
Sorry, this was server incompatibility issue.
If you have this problem, then add this line at the bottom of your wp-config:
define('CONCATENATE_SCRIPTS', false );
(source: https://wordpress.org/support/topic/referenceerror-jquery-is-not-defined)
Thanks