• Resolved THEMEXBD

    (@themexbd)


    Hi,
    I made a lot of themes using redux farmwork free version.
    But Now I facing a big problem.
    When I active redux plugin. it show a problem widget area below the message.

    Notice: wp_enqueue_script() was called incorrectly. “wp-editor” script should not be enqueued together with the new widgets editor (wp-edit-widgets or wp-customize-widgets). Please see Debugging in WordPress for more information. (This message was added in version 5.8.0.) in D:\tmp\htdocs\themetest\wp-includes\functions.php on line 5535

    this is the screenshot.
    https://prnt.sc/1frojlc

    For this, I can’t be showing any widget.

    I checked and more checked. but when I active the redux plugin, that time showing the problem.

    Note: the problem happens only WordPress 5.8 version.

    Another older version is ok.

    I hope, you are help m with the problem

    Thank you

Viewing 5 replies - 1 through 5 (of 5 total)
  • Plugin Author Kev Provance

    (@kprovance)

    This is a known issue that we will have a fix for, hopefully by the end of the week. Hopefully.

    In the interim, you have two options.

    1) Upgrade to Redux 4.2 via our GitHub repository (the version that will be released after some more internal testing) here: https://github.com/reduxframework/redux-framework

    2) Install and activate a plugin from the wp.org repository called “Classic Widgets,” which will revert the widgets screen to the old version. That is a stop-gap suggestion until we can get this new release finished up and the issue solved.

    If you go with the first option and discover something wrong, please use the GitHub issue tracker to report it until the final release.

    Thanks!

    Same issue here. It still doesn’t work with Redux 4.2.11

    • This reply was modified 2 years, 8 months ago by Oleg.

    Hi,

    When I go on Appearance > Widgets page is blank and it show a problem

    Notice: wp_enqueue_script() was called incorrectly. “wp-editor” script should not be enqueued together with the new widgets editor (wp-edit-widgets or wp-customize-widgets). Please see Debugging in WordPress for more information. (This message was added in version 5.8.0.) in /home/u1881822/public_html/wp-includes/functions.php on line 5535

    Notice: wp_enqueue_style() was called incorrectly. “wp-edit-post” style should not be enqueued together with the new widgets editor (wp-edit-widgets or wp-customize-widgets). Please see Debugging in WordPress for more information. (This message was added in version 5.8.0.) in /home/u1881822/public_html/wp-includes/functions.php on line 5535

    I hope you will help me solve the problem.
    Thank you.

    @kprovance ? any help

    in function.php

    // deactivate new block editor
    function phi_theme_support() {
    remove_theme_support( ‘widgets-block-editor’ );
    }
    add_action( ‘after_setup_theme’, ‘phi_theme_support’ );

    this helped me out

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Notice: wp_enqueue_script() was called incorrectly.’ is closed to new replies.