Oh, @daveywood, that’s bad!
Can you please outline the list of steps to replicate the problem? Unfortunately, I wasn’t able to see this error (neither on your site nor locally) – with or without the Classic Editor, our plugin continues to render the PDF on the front-end, and the post/page editing interface works fine, same with the plugin admin area.
I would appreciate it if you share related records from the debug.log
file. It will be filled with errors if you have const WP_DEBUG = true;
set in your wp-config.php
file.
Looking forward to your reply!
Using the Aardvark Theme from Themeforest, using WPBakery and a whole load of plugins, including WPShapere from Code Canyon, when starting PDF Embedder, it freezes the WPShapere Dashboard Themeing Dashboard Top Menu
Hey @daveywood,
Thanks for additional details.
That does look like not a PHP Critical error (that generates a famous “white screen of death”), but rather a javascript execution on a page is broken. Have you checked your browser DevTools > Console output? Most likely it has hints of what is wrong happening on a page.