• spmt

    (@spmt)


    Hi – We recently upgraded to wordpress 5.3. After upgrade, I am not able to save any changes to the custom HTML widget in Weaver theme. I tried disabling all plugins, but that doesnt seem to help. It is a live site, so cannot enable debugging. The site is
    https://www.sripoornamahameru.org/ and I am trying to edit the home page widget.

    Any help would be much appreciated.

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

Viewing 1 replies (of 1 total)
  • Sajjad Hussain

    (@sajjadhussain2509)

    Hi spmt,

    It won’t be clear without debugging mode on. What you can do is follow the steps below to enable debugging in a log file instead of displaying it on the front-end. Feel free to ask further.

    // Enable WP_DEBUG mode
    define( ‘WP_DEBUG’, true );

    // Enable Debug logging to the /wp-content/debug.log file
    define( ‘WP_DEBUG_LOG’, true );

    // Disable display of errors and warnings
    define( ‘WP_DEBUG_DISPLAY’, false );
    @ini_set( ‘display_errors’, 0 );

Viewing 1 replies (of 1 total)
  • The topic ‘Unable to save custom HTML in widget’ is closed to new replies.