Hello, I made an installation of the Newspaper theme and tagdiv composer was installed. However, when moving the wordpress installation from the demo directory to the main directory, tagdiv composer stopped working when I tried to edit the content of a page. Tagdiv does not finish loading and this code appears in the console.
JQMIGRATE: Migrate is installed, version 1.4.1
header-bd1e2519-1541148187.min.js:9 JQMIGRATE: Migrate is installed, version 1.4.1
js_files_for_wp_admin.min.js:25 Array(2)
js_files_for_wp_admin.min.js:25 Array(2)
js_files_for_wp_admin.min.js:25 element mouse down
js_files_for_wp_admin.min.js:25 clear _deletePanel
js_files_for_wp_admin.min.js:25 Object
5wpeditor.php?wp_path=/var/www/html/betadev.sdc.com/:303 Uncaught SyntaxError: Invalid or unexpected token
2wpeditor.php?wp_path=/var/www/html/betadev.sdc.com/:308 Uncaught SyntaxError: Invalid or unexpected token
2wpeditor.php?wp_path=/var/www/html/betadev.sdc.com/:313 Uncaught SyntaxError: Invalid or unexpected token
3wpeditor.php?wp_path=/var/www/html/betadev.sdc.com/:318 Uncaught SyntaxError: Invalid or unexpected token
5wpeditor.php?wp_path=/var/www/html/betadev.sdc.com/:326 Uncaught SyntaxError: Invalid or unexpected token
wpeditor.php?wp_path=/var/www/html/betadev.sdc.com/:329 Uncaught SyntaxError: Invalid or unexpected token
wpeditor.php?wp_path=/var/www/html/betadev.sdc.com/:334 Uncaught SyntaxError: Invalid or unexpected token
wpeditor.php?wp_path=/var/www/html/betadev.sdc.com/:339 Uncaught SyntaxError: Invalid or unexpected token
4wpeditor.php?wp_path=/var/www/html/betadev.sdc.com/:344 Uncaught SyntaxError: Invalid or unexpected token
2wpeditor.php?wp_path=/var/www/html/betadev.sdc.com/:349 Uncaught SyntaxError: Invalid or unexpected token
3wpeditor.php?wp_path=/var/www/html/betadev.sdc.com/:354 Uncaught SyntaxError: Invalid or unexpected token
wpeditor.php?wp_path=/var/www/html/betadev.sdc.com/:359 Uncaught SyntaxError: Invalid or unexpected token
3wpeditor.php?wp_path=/var/www/html/betadev.sdc.com/:364 Uncaught SyntaxError: Invalid or unexpected token
wpeditor.php?wp_path=/var/www/html/betadev.sdc.com/:364 Uncaught ReferenceError: tdConfirm is not defined
at wpeditor.php?wp_path=/var/www/html/betadev.sdc.com/:364
wpeditor.php?wp_path=/var/www/html/betadev.sdc.com/:1633 Uncaught ReferenceError: jQuery is not defined
at wpeditor.php?wp_path=/var/www/html/betadev.sdc.com/:1633
wpeditor.php?wp_path=/var/www/html/betadev.sdc.com/:1663 Uncaught ReferenceError: jQuery is not defined
at wpeditor.php?wp_path=/var/www/html/betadev.sdc.com/:1663
at wpeditor.php?wp_path=/var/www/html/betadev.sdc.com/:1769
mce-view.js:762 Uncaught TypeError: Cannot read property 'shortcode' of undefined
at mce-view.js:762
plugin.min.js?wp-mce-4800-20180716:1 Uncaught ReferenceError: getUserSetting is not defined
at i.onPostRender (plugin.min.js?wp-mce-4800-20180716:1)
at i.a (plugin.min.js?ver=4800-20180716:1)
at jg.c.fire (tinymce.min.js?ver=4800-20180716:2)
at i.fire (theme.min.js?wp-mce-4800-20180716:1)
at i.postRender (theme.min.js?wp-mce-4800-20180716:1)
at i.postRender (theme.min.js?wp-mce-4800-20180716:1)
at i.postRender (tinymce.min.js?ver=4800-20180716:2)
at i.<anonymous> (theme.min.js?wp-mce-4800-20180716:1)
at Object.qt [as each] (tinymce.min.js?ver=4800-20180716:2)
at i.each (theme.min.js?wp-mce-4800-20180716:1)
wpeditor.php?wp_path=/var/www/html/betadev.sdc.com/:132 Uncaught ReferenceError: jQuery is not defined
at window.loadIframe (wpeditor.php?wp_path=/var/www/html/betadev.sdc.com/:132)
at onload (wpeditor.php?wp_path=/var/www/html/betadev.sdc.com/:277)
When I try to instal the plugin from scratch appear a message that said:
The following plugins were disabled because they are incompatible with this version of Newspaper:
tagDiv Composer
Can you help me with this issue?
Thnks!
Hi,
That incompatibility message would appear if the composer plugin you want to install is not from the theme package from which the theme is installed.
Try installing it from the theme plugins panel
– https://www.screencast.com/t/eiLOyxfGEZX
If you moved WordPress maybe check if it has been done properly
– https://codex.wordpress.org/Moving_WordPress
– https://www.wpexplorer.com/migrating-wordpress-website/
Thanks