• Resolved hellsbrigade

    (@hellsbrigade)


    il plugin genera questo errore aprendo il menù widget nel back end con verifiche eseguite dal fornitore dell’hosting nell’ambiente di staging

    Notice: La funzione wp_enqueue_script() è stata richiamata?in maniera scorretta. Lo script “wp-editor” non dovrebbe essere accodato insieme al nuovo editor di widget (wp-edit-widgets o wp-customize-widgets). Leggi?Debugging in WordPress?per maggiori informazioni. (Questo messaggio è stato aggiunto nella versione 5.8.0.) in?/web/htdocs/www.basiledil.it/home/wp-includes/functions.php?on line?5905

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

Viewing 8 replies - 1 through 8 (of 8 total)
  • Plugin Support Abul Khoyer

    (@hellokhoyer)

    Hello @hellsbrigade,

    It seems your theme/plugin is creating conlfict with WP Social Ninja. You may deactivate the plugins switch to the default theme, and then activate them again one by one to suspect which one is creating conflict.

    As an alternative solution, you may try adding the following snippet in the functions.php file of your theme,

    function deactivate_widget() {
    remove_theme_support( ‘widgets-block-editor’ );
    }
    add_action( ‘after_setup_theme’, ‘deactivate_widget’ );

    Hope this helps.

    Thanks.

    Thread Starter hellsbrigade

    (@hellsbrigade)

    il problema è stato identificato ed esclusi tutti gli altri plugin in ambiente di staging e solo attivando questo plugin si genera l’errore

    Plugin Support Abul Khoyer

    (@hellokhoyer)

    Can you please try using the snippet?

    function deactivate_widget() {
    remove_theme_support( ‘widgets-block-editor’ );
    }
    add_action( ‘after_setup_theme’, ‘deactivate_widget’ );

    Thanks.

    Thread Starter hellsbrigade

    (@hellsbrigade)

    <font _mstmutation=”1″ _msttexthash=”9009″ _msthash=”410″>continua a dare errore come si vede dallo screen</font> https://snipboard.io/oQ7LuM.jpg<font _mstmutation=”1″></font>

    Thread Starter hellsbrigade

    (@hellsbrigade)

    lo snippet deve essere inserito prima di fare l’aggiornamento altrimenti non funziona ho verificato in ambiente di staging se inserito prima la soluzione funziona prego risolvere nel prossimo aggiornamento per ora la soluzione ha funzionato e ora a ripreso a funzionare ma prego cortesemente il supporto di trovare la soluzione al problema perchè l’aggiunta dello snippet non è una soluzione applicabile per ogni aggiornamento che farete e possa creare nuovamente errori <font _mstmutation=”1″></font>

    Plugin Support Abul Khoyer

    (@hellokhoyer)

    I tried to recreate the issue. Fortunately, everything is working as expected. Can you please reach out to our business support portal and share your staging site credential there so I could check the issue?

    Thank you.

    Thread Starter hellsbrigade

    (@hellsbrigade)

    il problema è stato segnalato inviati tutti i dettagli con gli screen quindi se avete fornito lo snippet sapete già esattamente di cosa si tratta adesso il sito di staging è stato aggiornato e funzionante se serve posso comunque fornire tali dati per ispezionare il problema ma dovrete rimuovere lo snippet e installare la vecchia versione del plugin se per voi va bene.<font _mstmutation=”1″></font>

    Plugin Support Abul Khoyer

    (@hellokhoyer)

    I can’t find any opened ticket on our portal. Can you please share your ticket ID here? So we could investigate further.

    Thanks.

Viewing 8 replies - 1 through 8 (of 8 total)
  • The topic ‘errore’ is closed to new replies.