• EditorsKit 1.40.6 is currently not working on my WordPress 6.61. In Web Inspector I see:

    My Safari fails to load https://<server-FQDN>/<WordPress Address>/<path to my web root(!)>/wp-content/plugins/block-options/build/styles-manager-addon.js?ver=66e761374c9dc

    This obviously fails, as for example the <path to my web root(!)> does not belong in a URL. There must be some false assumption in your code or some serious thing going on, can you explain how this URL comes about or what could be wrong and how I can fix it?

    Thanks, Juerg

    PS: The site in question is not online.

Viewing 2 replies - 1 through 2 (of 2 total)
  • No updates for 4 months,

    • link to cover doesn’t work,
    • the plugin does not work,
    • no toolbox

    If you don’t need the Styles Manager, the easiest way to clear this error is to just disable the Styles Manager addon in the settings: You’ll find a checkbox for this if you go to EditorsKit in the admin menu, and then to the tab for Styles Manager.

    If you want to see if you can get the Styles Manager to work, you can try to edit the file includes/addons/styles-manager/blocks/gutenberghub-styles-manager-block.php and change line 37 from

            EDITORSKIT_PLUGIN_DIR . 'build/styles-manager-addon.js',

    to

            EDITORSKIT_PLUGIN_URL . 'build/styles-manager-addon-block.js',

    I never got Styles Manager working though, so there might be other errors that needs fixing as well.

Viewing 2 replies - 1 through 2 (of 2 total)

The topic ‘Missing styles-manager-addon.js?’ is closed to new replies.