• After the latest update, Accessibility Toolkit still tries to load script.js, but the plugin package contains only assets/js/script.min.js and assets/js/widget.min.js. This causes a 404 error in the browser console. Reinstalling the plugin does not fix the issue.

    The page I need help with: [log in to see the link]

Viewing 1 replies (of 1 total)
  • Plugin Support WebToffee Support

    (@webtoffeesupport)

    Hi @consort3d,

    Thanks for reaching out!

    The 404 on script.js usually happens when SCRIPT_DEBUG is enabled in wp-config.php. Please check for define( 'SCRIPT_DEBUG', true ); and set it to false or remove it if you no longer need it for debugging. This should load script.min.js instead and resolve the 404 error.

    We will address this in our upcoming plugin release so that it no longer occurs when SCRIPT_DEBUG is enabled.

    Please let us know if this helps or if you have any further questions.

Viewing 1 replies (of 1 total)

You must be logged in to reply to this topic.