Title: Risultati della ricerca per 'Footer wordpress code' | WordPress.org Italia

---

# Risultati della ricerca per 'Footer wordpress code'

Stai vedendo 15 risultati - da 1 a 15 (di 63 totali)

1 [2](https://it.wordpress.org/support/search/Footer+wordpress+code/page/2/?output_format=md)
[3](https://it.wordpress.org/support/search/Footer+wordpress+code/page/3/?output_format=md)
[4](https://it.wordpress.org/support/search/Footer+wordpress+code/page/4/?output_format=md)
[5](https://it.wordpress.org/support/search/Footer+wordpress+code/page/5/?output_format=md)
[→](https://it.wordpress.org/support/search/Footer+wordpress+code/page/2/?output_format=md)

 *   Forum: [Aspetto = Temi](https://it.wordpress.org/support/forum/temi/)
    Come
   il topic: [Template specifico per una Custom Post Type](https://it.wordpress.org/support/topic/template-specifico-per-una-custom-post-type/)
    -  [thegoldeneagle](https://it.wordpress.org/support/users/thegoldeneagle/)
    - (@thegoldeneagle)
    - [1 anno, 1 mese fa](https://it.wordpress.org/support/topic/template-specifico-per-una-custom-post-type/)
    - Salve a tutti.
      Per la seconda volta nella mia vita, mi sto dilettando nello
      sviluppo di un sito web (sono una Graphic Designer). Sto usando WordPress 
      + Elementor Free. Avrei bisogno di 2 tipologie di articoli diversi ossia Notizie(
      userò il template di base dell’articolo) e “Predica” (creata con ACF -> Custom
      Post Type). In quest’ultimo caso, il design della pagina (da assemblare con
      Elementor) deve essere uguale per tutte le prediche.
    - La scrittura di questa tipologia di articoli sarà gestita da persone che non
      hanno molta dimestichezza con questa tipologia di strumenti. Vorrei pertanto
      lasciare la scrittura e l’inserimento dei vari campi personalizzati quanto
      più semplice possibile, possibilmente attraverso l’interfaccia di scrittura
      dei contenuti propria di WordPress.
    - Quello che mi domando è questo: è possibile creare un** template specifico**
      per “predica” che venga caricato e applicato **automaticamente **all’articolo
      al momento della sua creazione-scrittura?
    - So che se avessi Elementor Pro, avrei potuto usare _Display Conditions_.
      **
      _Che ho fatto _**Ho fatto diverse ricerche online, anche chiedendo l’aiuto
      a ChatGpt, tuttavia a parere mio l’aiuto di un essere umano è insostituibile.
      1) Ho creato sia un template attraverso WordPress che attraverso Royal Element
      Addons (mi sono resa conto successivamente che mettere la condizione per il
      CPT è a pagamento).
    - 2) **ChatGpt **mi ha guidato come di seguito:
       * Siccome sto usando un** tema child**, mi ha fatto creare un file php nella
         cartella del tema child chiamato “**single-predica.php**” contenente le
         seguenti righe di codice:
    -     ```wp-block-code
          <?php /* Template personalizzato per il Custom Post Type "Predica" */ get_header(); // ID del template Elementor (sostituisci con il tuo ID) $template_id = 1672; // Se Elementor è attivo, carica il template personalizzato if ( function_exists('elementor_theme_do_location') && elementor_theme_do_location('single') ) { // Elementor gestisce il template } elseif ( function_exists('elementor') ) { echo do_shortcode('[elementor-template id="' . $template_id . '"]'); } else { // Se Elementor non è attivo, mostra il contenuto classico if ( have_posts() ) : while ( have_posts() ) : the_post(); ?> <article> <h1><?php the_title(); ?></h1> <div class="content"> <?php the_content(); ?> </div> </article> <?php endwhile; endif; } get_footer(); ?
          ```
      
       * Nel file “**functions.php**” mi ha fatto aggiungere questo codice:
    -     ```wp-block-code
          function override_predica_template($template) { if ( is_singular('predica') ) { return get_stylesheet_directory() . '/single-predica.php'; } return $template; } add_filter('single_template', 'override_predica_template');
          ```
      
    - 
      La mia alternativa, macchinosa e non automatica, è caricare per ogni predica
      il template attraverso Elementor. Mi appello dunque alla vostra esperienza.
      C’è un modo per farlo? Spero di essere stata per tutto chiara. Se ho detto
      delle fesserie, non biasimatemi.
    - La pagina su cui ho bisogno di aiuto: _[[devi essere connesso](https://login.wordpress.org/?redirect_to=https%3A%2F%2Fit.wordpress.org%2Fsupport%2Fsearch%2FFooter%2Bwordpress%2Bcode%2F%3Foutput_format%3Dmd&locale=it_IT)
      per vedere il link]_
 *   Forum: [Varie ed eventuali](https://it.wordpress.org/support/forum/varie-ed-eventuali/)
   
   In risposta a: [Come e dove Inseire Codice Snippet JS oppure markup strutturati su ogni pagina](https://it.wordpress.org/support/topic/come-e-dove-inseire-codice-snippet-js-oppure-markup-strutturati-su-ogni-pagina/)
 *  [Alessandro Lin](https://it.wordpress.org/support/users/alessandro12/)
 * (@alessandro12)
 * [1 anno, 3 mesi fa](https://it.wordpress.org/support/topic/come-e-dove-inseire-codice-snippet-js-oppure-markup-strutturati-su-ogni-pagina/#post-12178208)
 * Ciao [@webdevelopmentjs](https://it.wordpress.org/support/users/webdevelopmentjs/),
 * c’è un modo abbastanza semplice di inserire JS dentro wordpress. E’ sufficiente
   inserirlo dentro un blocco Html personalizzato. Impostazione WP standard per 
   quanto riguarda l’HTML. Per esempio questo snippet:
 *     ```wp-block-code
       <script id="Today">   document.addEventListener('DOMContentLoaded', function(){        let b = new Date();        const options = { weekday: 'long', year: 'numeric', month: 'long', day: 'numeric' };        capToday.innerHTML = b.toLocaleDateString(undefined, options);    });</script>
       ```
   
 * Mostra nel sito la data odierna. Si può avere anche in Italiano, basta andare
   a vedere la sintassi sulle pagine di Firefox dedicate alla programmazione, mi
   sembra che bisogna cambiare la parola undefined con quella appropriata per impostare
   in italiano. Il ‘DOMContentLoaded’ assicura che verrà eseguito al momento giusto,
   dopo il carico di tutto l’html della pagina.
 * Il blocco html personalizzato può stare nel footer ed è per tutte le pagine oppure
   si inserisce dentro un blocco relativo ad una singola pagina e si vede solo in
   quella.
 * Per quanto riguarda il markup non so cosa succeda. Se non si vede giusto si potrà
   trasformare in comune html, penso.
 * Bye e buon lavoro.
 *   Forum: [Varie ed eventuali](https://it.wordpress.org/support/forum/varie-ed-eventuali/)
   
   In risposta a: [Reindirizzamento pagine sbagliato](https://it.wordpress.org/support/topic/reindirizzamento-pagine-sbagliato/)
 *  [Matteo Spirandelli](https://it.wordpress.org/support/users/matteospi/)
 * (@matteospi)
 * [2 anni, 2 mesi fa](https://it.wordpress.org/support/topic/reindirizzamento-pagine-sbagliato/#post-12177313)
 * Ciao Marta! 🙂
 * Grazie per aver aperto una discussione sul forum WordPress. Sono Matteo, lieto
   di aiutarti.
 * Ho appena provato a vedere sulla pagina che hai linkato, ma vedo che nella pagina
   principale c’è solo un grosso shortcode. Dai widget nel footer riesco in ogni
   caso ad aprire correttamente gli articoli.
 * Resto a disposizione per ulteriori domande.
 * Un saluto,
   Matteo
 *   Forum: [Installazione e Aggiornamento](https://it.wordpress.org/support/forum/installazione/)
   
   In risposta a: [Errore irreversibile](https://it.wordpress.org/support/topic/errore-irreversibile/)
 *  [Alessandro Lin](https://it.wordpress.org/support/users/alessandro12/)
 * (@alessandro12)
 * [2 anni, 5 mesi fa](https://it.wordpress.org/support/topic/errore-irreversibile/#post-12176921)
 * Ecco, quale plugin usi? Ce ne sono parecchi. Su un sito di prova me ne sono trovati
   2, installati tempo fa.
 * ** Woody code snippets
   [https://wordpress.org/plugins/insert-php/](https://wordpress.org/plugins/insert-php/)
 * *** WPCode Lite
   [https://wordpress.org/plugins/insert-headers-and-footers/](https://wordpress.org/plugins/insert-headers-and-footers/)
 * Entrambi fanno più o meno le stesse cose. Entrambi registrano gli snippets nel
   database.
 * Per risolvere il problema potresti installare un plugin diverso da quello che
   hai dovuto rimuovere a causa dell’errore nel frammento di codice.
 * Si potrebbe anche cancellare / modificare lo snippet sbagliato che è registrato
   nel database ma è una operazione un po’ delicata e sarebbe meglio fare prima 
   un backup del sito. La tabella usata dai due plugin che ho installato io è la“
   options” del database, quella solita. Con phpmyadmin (o applicazione equivalente)
   si trova la riga interessata e si fa la correzione.
 * –
 *   Forum: [Aspetto = Temi](https://it.wordpress.org/support/forum/temi/)
    In risposta
   a: [Icona menù mobile non viene mostrata](https://it.wordpress.org/support/topic/icona-menu-mobile-non-viene-mostrata/)
 *  Chi ha creato la discussione [adb75](https://it.wordpress.org/support/users/adb75/)
 * (@adb75)
 * [2 anni, 6 mesi fa](https://it.wordpress.org/support/topic/icona-menu-mobile-non-viene-mostrata/#post-12176775)
 * Ho creato menù in WordPress e ho scelto di farlo vedere sull’header.
 * Poi da dentro a Elementor sono andato in impostazioni sito – header e ho spuntato
   per mostrare logo e menù, il tema Hello Elementor mi dava la possibilità di farlo.
 * Non so se c’entra, i breakpoint per mobile sono 767px e per tablet 1024px
 * Ti copio queste informazioni, ci sono informazioni e registro con degli errori.
 *     ```wp-block-code
       == WordPress Environment ==Version: 6.3.1Site URL: https://psicologoautorevole.itHome URL: https://psicologoautorevole.itWP Multisite: NoMax Upload Size: 256 MBMemory limit: 256MMax Memory limit: 768MPermalink Structure: /%postname%/Language: it-ITTimezone: 0Debug Mode: Inactive
   
       == Theme ==Name: Hello ElementorVersion: 2.8.1Author: Elementor TeamChild Theme: No
   
       == User ==Role: administratorWP Profile lang: it_ITUser Agent: Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/114.0.0.0 Mobile Safari/537.36
   
       == Active Plugins ==ElementorVersion: 3.16.2Author: Elementor.com
   
       GTM4WPVersion: 1.18.1Author: Thomas Geiger
   
       iubenda | All-in-one Compliance for GDPR / CCPA Cookie Consent + moreVersion: 3.7.4Author: iubenda
   
       Newsletter, SMTP, Email marketing and Subscribe forms by BrevoVersion: 3.1.70Author: Brevo
   
       Query MonitorVersion: 3.13.1Author: John Blackbourn
   
       SiteGround CentralVersion: 3.0.1Author: SiteGround
   
       SiteGround OptimizerVersion: 7.4.1Author: SiteGround
   
       SiteGround SecurityVersion: 1.4.5Author: SiteGround
   
       Social ChatVersion: 7.1.5Author: QuadLayers
   
       Stop SpammersVersion: 2023.4.1Author: Trumani
   
       Xpro Elementor AddonsVersion: 1.3.8Author: Xpro
   
       Yoast SEOVersion: 21.1Author: Team Yoast
   
       == Esperimenti Elementor ==Uscita DOM ottimizzata: InattivoCaricamento delle risorse migliorato: InattivoCaricamento CSS migliorato: InattivoIcone dei font in linea: AttivaPunti di interruzione aggiuntivi: Inattivoadmin_menu_rearrangement: Inattivo per impostazione predefinitaContenitore Flexbox: AttivaAggiorna la libreria Swiper: AttivaContenitore Griglia: Inattivo per impostazione predefinitaHeader e Footer del tema Hello: AttivaBarra unificata degli strumenti dell'editor: Inattivo per impostazione predefinitaLanding Page: AttivaElementi annidati: AttivaLazy Load immagini di sfondo: AttivaGuida di stile globale: Inattivo per impostazione predefinita== Registro ==JS: showing 11 of 11JS: 2023-07-27 23:20:20 [error X 14][https://psicologoautorevole.it/wp-includes/js/jquery/jquery.min.js?ver=3.6.4:2:31823] Cannot read properties of undefined (reading 'value')JS: 2023-08-21 15:31:07 [error X 155][https://psicologoautorevole.it/wp-content/plugins/elementor/assets/lib/pickr/pickr.min.js?ver=1.5.0:2:14799] Cannot read properties of null (reading 'clone')JS: 2023-08-21 15:31:09 [error X 5][https://psicologoautorevole.it/wp-content/plugins/elementor/assets/lib/pickr/pickr.min.js?ver=1.5.0:2:19552] Cannot read properties of null (reading 'changestop')JS: 2023-08-23 12:29:54 [error X 9][https://psicologoautorevole.it/wp-content/plugins/elementor/assets/js/editor.min.js?ver=3.15.3:3:917217] elementorFrontend is not definedJS: 2023-08-30 08:44:09 [error X 6][https://psicologoautorevole.it/wp-includes/js/jquery/jquery.min.js?ver=3.7.0:2:28722] elementor_new_template_form_controls is not definedJS: 2023-08-31 13:32:10 [error X 1][https://psicologoautorevole.it/wp-content/plugins/xpro-elementor-addons/assets/js/xpro-widgets.js?ver=1.3.8:1:21513] Cannot read properties of undefined (reading 'size')JS: 2023-09-01 12:20:34 [error X 19][https://psicologoautorevole.it/wp-content/plugins/elementor/assets/js/frontend-modules.min.js?ver=3.15.3:2:12920] Cannot read properties of undefined (reading 'attributes')JS: 2023-09-01 12:22:30 [error X 1][https://psicologoautorevole.it/wp-content/plugins/elementor/assets/js/editor.min.js?ver=3.15.3:3:642692] Cannot read properties of undefined (reading 'isDesignable')JS: 2023-09-01 15:23:24 [error X 1][https://psicologoautorevole.it/wp-content/plugins/elementor/assets/js/editor.min.js?ver=3.15.3:3:670813] elementorFrontend.elements.window.jQuery is not a functionJS: 2023-09-10 23:47:55 [error X 3][https://psicologoautorevole.it/wp-content/plugins/elementor/assets/js/editor.min.js?ver=3.15.3:3:838767] Cannot convert undefined or null to objectJS: 2023-09-12 08:17:47 [error X 1][https://psicologoautorevole.it/wp-content/plugins/elementor/assets/js/responsive-bar.min.js?ver=3.15.3:2:5951] Cannot read properties of null (reading 'config')
   
       == Elementor - Compatibility Tag ==Xpro Elementor Addons: Compatibilità non specificata
       ```
   
 *   Forum: [Aspetto = Temi](https://it.wordpress.org/support/forum/temi/)
    Come
   il topic: [far apparire il footer](https://it.wordpress.org/support/topic/far-apparire-il-footer/)
    -  [sacconi](https://it.wordpress.org/support/users/sacconi/)
    - (@sacconi)
    - [2 anni, 9 mesi fa](https://it.wordpress.org/support/topic/far-apparire-il-footer/)
    - Come posso far apparire il footer? Ho già un file footer.php che contiene 
      il seguente:
    -     ```wp-block-code
          <?php
          /**
           * The template for displaying the footer
           *
           * Contains the closing of the #content div and all content after.
           *
           * @link https://developer.wordpress.org/themes/basics/template-files/#template-partials
           *
           * @package sacconicase
           */
      
          ?>
      
          	<footer id="colophon" class="site-footer">
          		<div class="site-info">
          			<a href="<?php echo esc_url( __( 'https://wordpress.org/', 'sacconicase' ) ); ?>">
          				<?php
          				/* translators: %s: CMS name, i.e. WordPress. */
          				printf( esc_html__( 'Proudly powered by %s', 'sacconicase' ), 'WordPress' );
          				?>
          			</a>
          			<span class="sep"> | </span>
          				<?php
          				/* translators: 1: Theme name, 2: Theme author. */
          				printf( esc_html__( 'Theme: %1$s by %2$s.', 'sacconicase' ), 'sacconicase', '<a href="http://underscores.me/">Underscores.me</a>' );
          				?>
          		</div><!-- .site-info -->
          	</footer><!-- #colophon -->
          </div><!-- #page -->
      
          <?php wp_footer(); ?>
      
          </body>
          </html>
          ```
      
    - Il mio tema di partenza è underscores
    - La pagina su cui ho bisogno di aiuto: _[[devi essere connesso](https://login.wordpress.org/?redirect_to=https%3A%2F%2Fit.wordpress.org%2Fsupport%2Fsearch%2FFooter%2Bwordpress%2Bcode%2F%3Foutput_format%3Dmd&locale=it_IT)
      per vedere il link]_
 *   Forum: [Varie ed eventuali](https://it.wordpress.org/support/forum/varie-ed-eventuali/)
   
   Come il topic: [Problemi nella sezione di pagamento di woocommerce](https://it.wordpress.org/support/topic/problemi-nella-sezione-di-pagamento-di-woocommerce/)
    -  [ciccio22](https://it.wordpress.org/support/users/ciccio22/)
    - (@ciccio22)
    - [3 anni, 8 mesi fa](https://it.wordpress.org/support/topic/problemi-nella-sezione-di-pagamento-di-woocommerce/)
    - Quando il cliente cerca di finalizzare il pagamento attraverso carta di credito,
      quindi dopo aver inserito tutti i dati gi appare questo messaggio che gli 
      impedisce di proseguire con l’acquisto bloccando l’operazione.
       Questo è il
      messaggio che appare: “ITEM_TOTAL_MISMATCH Should equal sum of (unit_amount*
      quantity) across all items for a given purcase_unit.”
    - Questo è il report di sistema del sito`
       ### WordPress Environment ###
    - WordPress address (URL): [https://www.ciminadolciaria.com](https://www.ciminadolciaria.com)
      
      Site address (URL): [https://www.ciminadolciaria.com](https://www.ciminadolciaria.com)
      WC Version: 6.6.1 REST API Version: ✔ 6.6.1 WC Blocks Version: ✔ 7.6.2 Action
      Scheduler Version: ✔ 3.4.0 Log Directory Writable: ✔ WP Version: ❌ 5.9.3 –
      È disponibile una versione più recente di WordPress (6.0.1) WP Multisite: –
      WP Memory Limit: 1 GB WP Debug Mode: – WP Cron: ✔ Language: it_IT External
      object cache: –
    - ### Server Environment ###
    - Server Info: Apache
       PHP Version: 7.4.30 PHP Post Max Size: 150 MB PHP Time
      Limit: 300 PHP Max Input Vars: 12000 cURL Version: 7.83.1 OpenSSL/1.1.1o
    - SUHOSIN Installed: –
       MySQL Version: 5.7.38-log Max Upload Size: 150 MB Default
      Timezone is UTC: ✔ fsockopen/cURL: ✔ SoapClient: ✔ DOMDocument: ✔ GZip: ✔ 
      Multibyte String: ✔ Remote Post: ✔ Remote Get: ✔
    - ### Database ###
    - WC Database Version: 6.6.1
       WC Database Prefix: wp_ Dimensione totale database:
      58.88MB Dimensione dati database: 47.10MB Dimensione indice database: 11.78MB
      wp_woocommerce_sessions: Dati: 0.09MB + indice: 0.02MB + motore InnoDB wp_woocommerce_api_keys:
      Dati: 0.02MB + indice: 0.03MB + motore InnoDB wp_woocommerce_attribute_taxonomies:
      Dati: 0.02MB + indice: 0.02MB + motore InnoDB wp_woocommerce_downloadable_product_permissions:
      Dati: 0.02MB + indice: 0.06MB + motore InnoDB wp_woocommerce_order_items: 
      Dati: 0.17MB + indice: 0.08MB + motore InnoDB wp_woocommerce_order_itemmeta:
      Dati: 1.52MB + indice: 1.92MB + motore InnoDB wp_woocommerce_tax_rates: Dati:
      0.02MB + indice: 0.06MB + motore InnoDB wp_woocommerce_tax_rate_locations:
      Dati: 0.02MB + indice: 0.03MB + motore InnoDB wp_woocommerce_shipping_zones:
      Dati: 0.02MB + indice: 0.00MB + motore InnoDB wp_woocommerce_shipping_zone_locations:
      Dati: 0.02MB + indice: 0.03MB + motore InnoDB wp_woocommerce_shipping_zone_methods:
      Dati: 0.02MB + indice: 0.00MB + motore InnoDB wp_woocommerce_payment_tokens:
      Dati: 0.02MB + indice: 0.02MB + motore InnoDB wp_woocommerce_payment_tokenmeta:
      Dati: 0.02MB + indice: 0.03MB + motore InnoDB wp_woocommerce_log: Dati: 0.02MB
      + indice: 0.02MB + motore InnoDB wp_actionscheduler_actions: Dati: 1.02MB 
      + indice: 0.16MB + motore InnoDB wp_actionscheduler_claims: Dati: 0.02MB +
      indice: 0.02MB + motore InnoDB wp_actionscheduler_groups: Dati: 0.02MB + indice:
      0.02MB + motore InnoDB wp_actionscheduler_logs: Dati: 0.52MB + indice: 0.42MB
      + motore InnoDB wp_aioseo_cache: Dati: 0.16MB + indice: 0.03MB + motore InnoDB
      wp_aioseo_notifications: Dati: 0.02MB + indice: 0.06MB + motore InnoDB wp_aioseo_posts:
      Dati: 0.09MB + indice: 0.02MB + motore InnoDB wp_cmplz_cookiebanners: Dati:
      0.02MB + indice: 0.00MB + motore InnoDB wp_cmplz_cookies: Dati: 0.02MB + indice:
      0.00MB + motore InnoDB wp_cmplz_dnsmpd: Dati: 0.02MB + indice: 0.00MB + motore
      InnoDB wp_cmplz_services: Dati: 0.02MB + indice: 0.00MB + motore InnoDB wp_cmplz_statistics:
      Dati: 0.02MB + indice: 0.00MB + motore InnoDB wp_commentmeta: Dati: 0.02MB
      + indice: 0.03MB + motore InnoDB wp_comments: Dati: 0.16MB + indice: 0.09MB
      + motore InnoDB wp_e_events: Dati: 0.02MB + indice: 0.02MB + motore InnoDB
      wp_links: Dati: 0.02MB + indice: 0.02MB + motore InnoDB wp_options: Dati: 
      6.22MB + indice: 0.16MB + motore InnoDB wp_postmeta: Dati: 9.52MB + indice:
      4.03MB + motore InnoDB wp_posts: Dati: 2.52MB + indice: 0.33MB + motore InnoDB
      wp_revslider_css: Dati: 0.13MB + indice: 0.00MB + motore InnoDB wp_revslider_css_bkp:
      Dati: 0.02MB + indice: 0.00MB + motore InnoDB wp_revslider_layer_animations:
      Dati: 0.02MB + indice: 0.00MB + motore InnoDB wp_revslider_layer_animations_bkp:
      Dati: 0.02MB + indice: 0.00MB + motore InnoDB wp_revslider_navigations: Dati:
      0.02MB + indice: 0.00MB + motore InnoDB wp_revslider_navigations_bkp: Dati:
      0.02MB + indice: 0.00MB + motore InnoDB wp_revslider_sliders: Dati: 0.02MB
      + indice: 0.00MB + motore InnoDB wp_revslider_sliders_bkp: Dati: 0.02MB + 
      indice: 0.00MB + motore InnoDB wp_revslider_slides: Dati: 0.11MB + indice:
      0.00MB + motore InnoDB wp_revslider_slides_bkp: Dati: 0.02MB + indice: 0.00MB
      + motore InnoDB wp_revslider_static_slides: Dati: 0.02MB + indice: 0.00MB 
      + motore InnoDB wp_revslider_static_slides_bkp: Dati: 0.02MB + indice: 0.00MB
      + motore InnoDB wp_sbi_feeds: Dati: 0.02MB + indice: 0.02MB + motore InnoDB
      wp_sbi_feed_caches: Dati: 0.14MB + indice: 0.02MB + motore InnoDB wp_sbi_instagram_feeds_posts:
      Dati: 0.02MB + indice: 0.03MB + motore InnoDB wp_sbi_instagram_feed_locator:
      Dati: 0.02MB + indice: 0.03MB + motore InnoDB wp_sbi_instagram_posts: Dati:
      0.11MB + indice: 0.00MB + motore InnoDB wp_sbi_sources: Dati: 0.02MB + indice:
      0.03MB + motore InnoDB wp_termmeta: Dati: 0.02MB + indice: 0.03MB + motore
      InnoDB wp_terms: Dati: 0.02MB + indice: 0.03MB + motore InnoDB wp_term_relationships:
      Dati: 0.06MB + indice: 0.02MB + motore InnoDB wp_term_taxonomy: Dati: 0.02MB
      + indice: 0.03MB + motore InnoDB wp_usermeta: Dati: 1.52MB + indice: 2.02MB
      + motore InnoDB wp_users: Dati: 0.08MB + indice: 0.05MB + motore InnoDB wp_wcpdf_invoice_number:
      Dati: 0.02MB + indice: 0.00MB + motore InnoDB wp_wcpdf_packing_slip_number:
      Dati: 0.02MB + indice: 0.00MB + motore InnoDB wp_wc_admin_notes: Dati: 0.08MB
      + indice: 0.00MB + motore InnoDB wp_wc_admin_note_actions: Dati: 0.05MB + 
      indice: 0.02MB + motore InnoDB wp_wc_category_lookup: Dati: 0.02MB + indice:
      0.00MB + motore InnoDB wp_wc_customer_lookup: Dati: 0.06MB + indice: 0.03MB
      + motore InnoDB wp_wc_download_log: Dati: 0.02MB + indice: 0.03MB + motore
      InnoDB wp_wc_order_coupon_lookup: Dati: 0.02MB + indice: 0.03MB + motore InnoDB
      wp_wc_order_product_lookup: Dati: 0.16MB + indice: 0.19MB + motore InnoDB 
      wp_wc_order_stats: Dati: 0.06MB + indice: 0.05MB + motore InnoDB wp_wc_order_tax_lookup:
      Dati: 0.06MB + indice: 0.03MB + motore InnoDB wp_wc_product_attributes_lookup:
      Dati: 0.02MB + indice: 0.02MB + motore InnoDB wp_wc_product_download_directories:
      Dati: 0.02MB + indice: 0.02MB + motore InnoDB wp_wc_product_meta_lookup: Dati:
      0.06MB + indice: 0.09MB + motore InnoDB wp_wc_rate_limits: Dati: 0.02MB + 
      indice: 0.02MB + motore InnoDB wp_wc_reserved_stock: Dati: 0.02MB + indice:
      0.00MB + motore InnoDB wp_wc_tax_rate_classes: Dati: 0.02MB + indice: 0.02MB
      + motore InnoDB wp_wc_webhooks: Dati: 0.02MB + indice: 0.02MB + motore InnoDB
      wp_wfblockediplog: Dati: 0.02MB + indice: 0.00MB + motore InnoDB wp_wfblocks7:
      Dati: 0.02MB + indice: 0.05MB + motore InnoDB wp_wfconfig: Dati: 0.48MB + 
      indice: 0.00MB + motore InnoDB wp_wfcrawlers: Dati: 0.02MB + indice: 0.00MB
      + motore InnoDB wp_wffilechanges: Dati: 0.02MB + indice: 0.00MB + motore InnoDB
      wp_wffilemods: Dati: 11.52MB + indice: 0.00MB + motore InnoDB wp_wfhits: Dati:
      1.33MB + indice: 0.09MB + motore InnoDB wp_wfhoover: Dati: 0.02MB + indice:
      0.02MB + motore InnoDB wp_wfissues: Dati: 0.06MB + indice: 0.06MB + motore
      InnoDB wp_wfknownfilelist: Dati: 5.52MB + indice: 0.00MB + motore InnoDB wp_wflivetraffichuman:
      Dati: 0.02MB + indice: 0.02MB + motore InnoDB wp_wflocs: Dati: 0.02MB + indice:
      0.00MB + motore InnoDB wp_wflogins: Dati: 0.28MB + indice: 0.13MB + motore
      InnoDB wp_wfls_2fa_secrets: Dati: 0.02MB + indice: 0.02MB + motore InnoDB 
      wp_wfls_settings: Dati: 0.02MB + indice: 0.00MB + motore InnoDB wp_wfnotifications:
      Dati: 0.02MB + indice: 0.00MB + motore InnoDB wp_wfpendingissues: Dati: 0.02MB
      + indice: 0.06MB + motore InnoDB wp_wfreversecache: Dati: 0.02MB + indice:
      0.00MB + motore InnoDB wp_wfsnipcache: Dati: 0.02MB + indice: 0.05MB + motore
      InnoDB wp_wfstatus: Dati: 0.13MB + indice: 0.11MB + motore InnoDB wp_wftrafficrates:
      Dati: 0.02MB + indice: 0.00MB + motore InnoDB wp_wpfm_backup: Dati: 0.02MB
      + indice: 0.00MB + motore InnoDB wp_yith_wcwl: Dati: 0.02MB + indice: 0.02MB
      + motore InnoDB wp_yith_wcwl_lists: Dati: 0.02MB + indice: 0.03MB + motore
      InnoDB wp_yoast_indexable: Dati: 1.50MB + indice: 0.27MB + motore InnoDB wp_yoast_indexable_hierarchy:
      Dati: 0.06MB + indice: 0.05MB + motore InnoDB wp_yoast_migrations: Dati: 0.02MB
      + indice: 0.02MB + motore InnoDB wp_yoast_primary_term: Dati: 0.02MB + indice:
      0.03MB + motore InnoDB wp_yoast_seo_links: Dati: 0.17MB + indice: 0.14MB +
      motore InnoDB
    - ### Post Type Counts ###
    - attachment: 309
       custom_css: 1 dflip: 3 elementor_font: 1 elementor_icons:
      1 elementor_library: 4 mc4wp-form: 1 nav_menu_item: 146 oembed_cache: 1 ovic_footer:
      1 ovic_menu: 6 page: 23 post: 1 product: 140 product_variation: 44 revision:
      373 shop_coupon: 5 shop_order: 323 shop_order_refund: 1 viwec_template: 15
      wpcf7_contact_form: 4 wp_global_styles: 1
    - ### Security ###
    - Secure connection (HTTPS): ✔
       Hide errors from visitors: ✔
    - ### Active Plugins (32) ###
    - 3D FlipBook : Dflip Lite: by DearHive – 1.7.31
       FiboSearch – AJAX Search for
      WooCommerce: by FiboSearch Team – 1.18.1 Akismet Anti-Spam: by Automattic –
      4.2.4 Click to Chat: by HoliThemes – 3.9.10 Complianz Privacy Suite (GDPR/
      CCPA) premium: by Really Simple Plugins – 6.2.4 Contact Form 7: by Takayuki
      Miyoshi – 5.6 Elementor Pro: by Elementor.com – 3.1.0 Elementor: by Elementor.
      com – 3.6.7 Email Template Customizer for WooCommerce: by VillaTheme – 1.1.10
      Smash Balloon Instagram Feed: by Smash Balloon – 6.0.6 Jetpack: by Automattic–
      11.1 Loco Translate: by Tim Whitlock – 2.6.2 Ovic Addon Toolkit: by Ovic Team–
      2.5.5 Ovic: Import Demo: by Ovic Team – 1.5.9 Ovic: Product Bundle: by Ovic
      Team – 1.1.1 PW WooCommerce Bulk Edit: by Pimwick LLC – 2.103
    - Slider Revolution: by ThemePunch – 6.2.23
       WooCommerce Smart COD: by woosmartcod.
      com – 1.6.1 WebP Express: by Bjørn Rosell – 0.25.5 Advanced Order Export For
      WooCommerce: by AlgolPlus – 3.3.1 Variation Swatches for WooCommerce: by RadiusTheme–
      2.1.1.8 WooCommerce Satispay: by Satispay – 2.0.0 WooCommerce PayPal Payments:
      by WooCommerce – 1.9.0 WooCommerce PDF Invoices & Packing Slips: by WP Overnight–
      3.0.0 WooCommerce: by Automattic – 6.6.1 (aggiornamento alla versione 6.7.0
      disponibile) Wordfence Security: by Wordfence – 7.5.11 Yoast SEO: by Team 
      Yoast – 19.2 WP Fastest Cache: by Emre Vona – 1.0.2 Gestore di file WP: by
      mndpsingh287 – 7.1.6 YITH WooCommerce Compare: by YITH – 2.15.0 YITH WooCommerce
      Quick View: by YITH – 1.17.0 YITH WooCommerce Wishlist: by YITH – 3.10.0
    - ### Inactive Plugins (0) ###
    - ### Must Use Plugins (1) ###
    - WordPress automation by Installatron: by –
    - ### Settings ###
    - API Enabled: ✔
       Force SSL: – Currency: EUR (€) Currency Position: left Thousand
      Separator: , Decimal Separator: . Number of Decimals: 2 Taxonomies: Product
      Types: external (external) grouped (grouped) simple (simple) variable (variable)
    - Taxonomies: Product Visibility: exclude-from-catalog (exclude-from-catalog)
      
      exclude-from-search (exclude-from-search) featured (featured) outofstock (
      outofstock) rated-1 (rated-1) rated-2 (rated-2) rated-3 (rated-3) rated-4 (
      rated-4) rated-5 (rated-5)
    - Connected to WooCommerce.com: –
       Enforce Approved Product Download Directories:–
    - ### WC Pages ###
    - Shop base: #11278 – /shop/
       Carrello: #11279 – /cart/ Pagamento: #11280 – /
      checkout/ Il mio account: #11 – /my-account/ Termini e condizioni: ❌ La pagina
      non è impostata
    - ### Theme ###
    - Name: Armania Child
       Version: 1.1.5.1601989261 Author URL: [https://kutethemes.com/](https://kutethemes.com/)
      Child Theme: ✔ Parent Theme Name: Armania Parent Theme Version: 1.2.2 Parent
      Theme Author URL: [https://kutethemes.com/](https://kutethemes.com/) WooCommerce
      Support: ✔
    - ### Templates ###
    - Overrides: armania/woocommerce/cart/cross-sells.php
       armania/woocommerce/content-
      product.php armania/woocommerce/content-single-product.php armania/woocommerce/
      global/quantity-input.php armania/woocommerce/global/wrapper-end.php armania/
      woocommerce/global/wrapper-start.php armania/woocommerce/loop/add-to-cart.
      php armania/woocommerce/loop/loop-end.php armania/woocommerce/loop/loop-start.
      php armania/woocommerce/loop/pagination.php armania/woocommerce/loop/sale-
      flash.php armania/woocommerce/single-product/meta.php armania/woocommerce/
      single-product/related.php armania/woocommerce/single-product/stock.php armania/
      woocommerce/single-product/tabs/tabs.php armania/woocommerce/single-product/
      up-sells.php
    - ### WooCommerce PayPal Payments ###
    - Onboarded: ✔
       Shop country code: IT WooCommerce currency supported: ✔ PayPal
      card processing available in country: ✔ Pay Later messaging available in country:
      ✔ Webhook status: – Vault enabled: ✔ Logging enabled: – Reference Transactions:–
      Used PayPal Checkout plugin: ✔
    - ### Admin ###
    - Enabled Features: activity-panels
       analytics coupons customer-effort-score-
      tracks experimental-products-task experimental-import-products-task experimental-
      fashion-sample-products homescreen marketing mobile-app-banner navigation 
      onboarding onboarding-tasks remote-inbox-notifications remote-free-extensions
      payment-gateway-suggestions shipping-label-banner subscriptions store-alerts
      transient-notices wc-pay-promotion wc-pay-welcome-page wc-pay-subscriptions-
      page
    - Disabled Features: minified-js
       settings
    - Daily Cron: ✔ Next scheduled: 2022-07-15 12:41:38 +00:00
       Options: ✔ Notes:
      93 Onboarding: completed
    - ### Action Scheduler ###
    - Completato: 261
       Oldest: 2022-06-14 07:43:52 +0000 Newest: 2022-07-14 12:40:
      40 +0000
    - In attesa: 1
       Oldest: 2022-07-15 10:15:32 +0000 Newest: 2022-07-15 10:15:32
      +0000
    - ### Status report information ###
    - Generated at: 2022-07-14 13:31:08 +00:00
       `
 *   Forum: [Fixing WordPress](https://it.wordpress.org/support/forum/guide-e-soluzioni/)
   
   Come il topic: [Woocommerce Home and Customers pages blank](https://it.wordpress.org/support/topic/woocommerce-home-and-customers-pages-blank/)
    -  [bergomattia](https://it.wordpress.org/support/users/bergomattia/)
    - (@bergomattia)
    - [3 anni, 11 mesi fa](https://it.wordpress.org/support/topic/woocommerce-home-and-customers-pages-blank/)
    - Hello,
       I’m trying to figure out with the Home and the customer pages only
      of Woocommerce when clicked are loading and then blank content.
    - I’ve my website fully updated, and as recommended I started disabling all 
      plugins, switching back to the Twenty-twenty themes but nothing change. Even
      after relading the page without cache ( CTRL + SHIFT + R ).
    - I had a look with F12 and I see the following problems:
    - 1) First error, related to the file path just below.
       Failed to load resource:
      the server responded with a status of 404 () [https://adamahstore.com/wp-content/plugins/woocommerce/packages/woocommerce-admin/dist/components/index.js?ver=3.2.1](https://adamahstore.com/wp-content/plugins/woocommerce/packages/woocommerce-admin/dist/components/index.js?ver=3.2.1)
    - 2) Second erro, related to the files linked here: [https://adamahstore.com/wp-includes/js/dist/vendor/react-dom.min.js?ver=17.0.1](https://adamahstore.com/wp-includes/js/dist/vendor/react-dom.min.js?ver=17.0.1)
    -     ```
          TypeError: Cannot read properties of undefined (reading 'Spinner')
              at ne.render (index.js?ver=3.2.1:2:17797)
              at Te (react-dom.min.js?ver=17.0.1:119:308)
              at Ch (react-dom.min.js?ver=17.0.1:119:105)
              at Pj (react-dom.min.js?ver=17.0.1:233:139)
              at di (react-dom.min.js?ver=17.0.1:168:305)
              at Nj (react-dom.min.js?ver=17.0.1:168:236)
              at sc (react-dom.min.js?ver=17.0.1:168:96)
              at gf (react-dom.min.js?ver=17.0.1:162:109)
              at Pa (react-dom.min.js?ver=17.0.1:157:184)
              at yd (react-dom.min.js?ver=17.0.1:188:476)
          ```
      
    - This below the system status report of WC:
    -     ```
          ### WordPress Environment ###
      
          WordPress address (URL): https://adamahstore.com
          Site address (URL): https://adamahstore.com
          WC Version: 6.3.1
          REST API Version: ✔ 6.3.1
          WC Blocks Version: ✔ 6.9.0
          Action Scheduler Version: ✔ 3.4.0
          WC Admin Version: ✔ 3.2.1
          Log Directory Writable: ✔
          WP Version: 5.9.3
          WP Multisite: –
          WP Memory Limit: 1 GB
          WP Debug Mode: –
          WP Cron: ✔
          Language: it_IT
          External object cache: –
      
          ### Server Environment ###
      
          Server Info: Apache
          PHP Version: 8.0.17
          PHP Post Max Size: 150 MB
          PHP Time Limit: 180
          PHP Max Input Vars: 12000
          cURL Version: 7.81.0
          OpenSSL/1.1.1n
      
          SUHOSIN Installed: –
          MySQL Version: 8.0.28
          Max Upload Size: 150 MB
          Default Timezone is UTC: ✔
          fsockopen/cURL: ✔
          SoapClient: ✔
          DOMDocument: ✔
          GZip: ✔
          Multibyte String: ✔
          Remote Post: ✔
          Remote Get: ✔
      
          ### Database ###
      
          WC Database Version: 6.3.1
          WC Database Prefix: wp_
          Dimensione totale database: 20.98MB
          Dimensione dati database: 17.16MB
          Dimensione indice database: 3.82MB
          wp_woocommerce_sessions: Dati: 0.02MB + indice: 0.02MB + motore InnoDB
          wp_woocommerce_api_keys: Dati: 0.02MB + indice: 0.03MB + motore InnoDB
          wp_woocommerce_attribute_taxonomies: Dati: 0.02MB + indice: 0.02MB + motore InnoDB
          wp_woocommerce_downloadable_product_permissions: Dati: 0.02MB + indice: 0.06MB + motore InnoDB
          wp_woocommerce_order_items: Dati: 0.02MB + indice: 0.02MB + motore InnoDB
          wp_woocommerce_order_itemmeta: Dati: 0.02MB + indice: 0.03MB + motore InnoDB
          wp_woocommerce_tax_rates: Dati: 0.02MB + indice: 0.06MB + motore InnoDB
          wp_woocommerce_tax_rate_locations: Dati: 0.02MB + indice: 0.03MB + motore InnoDB
          wp_woocommerce_shipping_zones: Dati: 0.02MB + indice: 0.00MB + motore InnoDB
          wp_woocommerce_shipping_zone_locations: Dati: 0.02MB + indice: 0.03MB + motore InnoDB
          wp_woocommerce_shipping_zone_methods: Dati: 0.02MB + indice: 0.00MB + motore InnoDB
          wp_woocommerce_payment_tokens: Dati: 0.02MB + indice: 0.02MB + motore InnoDB
          wp_woocommerce_payment_tokenmeta: Dati: 0.02MB + indice: 0.03MB + motore InnoDB
          wp_woocommerce_log: Dati: 0.02MB + indice: 0.02MB + motore InnoDB
          wp_actionscheduler_actions: Dati: 0.16MB + indice: 0.16MB + motore InnoDB
          wp_actionscheduler_claims: Dati: 0.02MB + indice: 0.02MB + motore InnoDB
          wp_actionscheduler_groups: Dati: 0.02MB + indice: 0.02MB + motore InnoDB
          wp_actionscheduler_logs: Dati: 0.09MB + indice: 0.09MB + motore InnoDB
          wp_commentmeta: Dati: 0.02MB + indice: 0.03MB + motore InnoDB
          wp_comments: Dati: 0.02MB + indice: 0.09MB + motore InnoDB
          wp_e_events: Dati: 0.02MB + indice: 0.00MB + motore InnoDB
          wp_e_submissions: Dati: 0.02MB + indice: 0.23MB + motore InnoDB
          wp_e_submissions_actions_log: Dati: 0.02MB + indice: 0.00MB + motore InnoDB
          wp_e_submissions_values: Dati: 0.02MB + indice: 0.00MB + motore InnoDB
          wp_gla_budget_recommendations: Dati: 0.22MB + indice: 0.14MB + motore InnoDB
          wp_gla_merchant_issues: Dati: 0.02MB + indice: 0.00MB + motore InnoDB
          wp_gla_shipping_rates: Dati: 0.02MB + indice: 0.03MB + motore InnoDB
          wp_gla_shipping_times: Dati: 0.02MB + indice: 0.02MB + motore InnoDB
          wp_links: Dati: 0.02MB + indice: 0.02MB + motore InnoDB
          wp_mailpoet_custom_fields: Dati: 0.02MB + indice: 0.02MB + motore InnoDB
          wp_mailpoet_dynamic_segment_filters: Dati: 0.02MB + indice: 0.02MB + motore InnoDB
          wp_mailpoet_feature_flags: Dati: 0.02MB + indice: 0.02MB + motore InnoDB
          wp_mailpoet_forms: Dati: 0.02MB + indice: 0.00MB + motore InnoDB
          wp_mailpoet_log: Dati: 0.02MB + indice: 0.00MB + motore InnoDB
          wp_mailpoet_mapping_to_external_entities: Dati: 0.02MB + indice: 0.02MB + motore InnoDB
          wp_mailpoet_newsletter_links: Dati: 0.02MB + indice: 0.05MB + motore InnoDB
          wp_mailpoet_newsletter_option: Dati: 0.02MB + indice: 0.02MB + motore InnoDB
          wp_mailpoet_newsletter_option_fields: Dati: 0.02MB + indice: 0.02MB + motore InnoDB
          wp_mailpoet_newsletter_posts: Dati: 0.02MB + indice: 0.02MB + motore InnoDB
          wp_mailpoet_newsletter_segment: Dati: 0.02MB + indice: 0.02MB + motore InnoDB
          wp_mailpoet_newsletter_templates: Dati: 2.52MB + indice: 0.00MB + motore InnoDB
          wp_mailpoet_newsletters: Dati: 0.02MB + indice: 0.03MB + motore InnoDB
          wp_mailpoet_scheduled_task_subscribers: Dati: 0.02MB + indice: 0.02MB + motore InnoDB
          wp_mailpoet_scheduled_tasks: Dati: 0.02MB + indice: 0.03MB + motore InnoDB
          wp_mailpoet_segments: Dati: 0.02MB + indice: 0.03MB + motore InnoDB
          wp_mailpoet_sending_queues: Dati: 0.02MB + indice: 0.03MB + motore InnoDB
          wp_mailpoet_settings: Dati: 0.02MB + indice: 0.02MB + motore InnoDB
          wp_mailpoet_statistics_bounces: Dati: 0.02MB + indice: 0.00MB + motore InnoDB
          wp_mailpoet_statistics_clicks: Dati: 0.02MB + indice: 0.05MB + motore InnoDB
          wp_mailpoet_statistics_forms: Dati: 0.02MB + indice: 0.02MB + motore InnoDB
          wp_mailpoet_statistics_newsletters: Dati: 0.02MB + indice: 0.03MB + motore InnoDB
          wp_mailpoet_statistics_opens: Dati: 0.02MB + indice: 0.08MB + motore InnoDB
          wp_mailpoet_statistics_unsubscribes: Dati: 0.02MB + indice: 0.05MB + motore InnoDB
          wp_mailpoet_statistics_woocommerce_purchases: Dati: 0.02MB + indice: 0.06MB + motore InnoDB
          wp_mailpoet_stats_notifications: Dati: 0.02MB + indice: 0.03MB + motore InnoDB
          wp_mailpoet_subscriber_custom_field: Dati: 0.02MB + indice: 0.02MB + motore InnoDB
          wp_mailpoet_subscriber_ips: Dati: 0.02MB + indice: 0.02MB + motore InnoDB
          wp_mailpoet_subscriber_segment: Dati: 0.02MB + indice: 0.03MB + motore InnoDB
          wp_mailpoet_subscribers: Dati: 0.02MB + indice: 0.13MB + motore InnoDB
          wp_mailpoet_user_agents: Dati: 0.02MB + indice: 0.02MB + motore InnoDB
          wp_mailpoet_user_flags: Dati: 0.02MB + indice: 0.02MB + motore InnoDB
          wp_nextend2_image_storage: Dati: 0.02MB + indice: 0.02MB + motore InnoDB
          wp_nextend2_section_storage: Dati: 0.02MB + indice: 0.06MB + motore InnoDB
          wp_nextend2_smartslider3_generators: Dati: 0.02MB + indice: 0.00MB + motore InnoDB
          wp_nextend2_smartslider3_sliders: Dati: 0.05MB + indice: 0.03MB + motore InnoDB
          wp_nextend2_smartslider3_sliders_xref: Dati: 0.02MB + indice: 0.02MB + motore InnoDB
          wp_nextend2_smartslider3_slides: Dati: 0.05MB + indice: 0.11MB + motore InnoDB
          wp_options: Dati: 3.09MB + indice: 0.08MB + motore InnoDB
          wp_postmeta: Dati: 5.45MB + indice: 0.42MB + motore InnoDB
          wp_posts: Dati: 3.48MB + indice: 0.22MB + motore InnoDB
          wp_term_relationships: Dati: 0.02MB + indice: 0.02MB + motore InnoDB
          wp_term_taxonomy: Dati: 0.02MB + indice: 0.03MB + motore InnoDB
          wp_termmeta: Dati: 0.02MB + indice: 0.03MB + motore InnoDB
          wp_terms: Dati: 0.02MB + indice: 0.03MB + motore InnoDB
          wp_usermeta: Dati: 0.02MB + indice: 0.03MB + motore InnoDB
          wp_users: Dati: 0.02MB + indice: 0.05MB + motore InnoDB
          wp_wc_admin_note_actions: Dati: 0.02MB + indice: 0.02MB + motore InnoDB
          wp_wc_admin_notes: Dati: 0.05MB + indice: 0.00MB + motore InnoDB
          wp_wc_category_lookup: Dati: 0.02MB + indice: 0.00MB + motore InnoDB
          wp_wc_customer_lookup: Dati: 0.02MB + indice: 0.03MB + motore InnoDB
          wp_wc_download_log: Dati: 0.02MB + indice: 0.03MB + motore InnoDB
          wp_wc_order_coupon_lookup: Dati: 0.02MB + indice: 0.03MB + motore InnoDB
          wp_wc_order_product_lookup: Dati: 0.02MB + indice: 0.06MB + motore InnoDB
          wp_wc_order_stats: Dati: 0.02MB + indice: 0.05MB + motore InnoDB
          wp_wc_order_tax_lookup: Dati: 0.02MB + indice: 0.03MB + motore InnoDB
          wp_wc_product_attributes_lookup: Dati: 0.02MB + indice: 0.03MB + motore InnoDB
          wp_wc_product_meta_lookup: Dati: 0.02MB + indice: 0.09MB + motore InnoDB
          wp_wc_rate_limits: Dati: 0.02MB + indice: 0.02MB + motore InnoDB
          wp_wc_reserved_stock: Dati: 0.02MB + indice: 0.00MB + motore InnoDB
          wp_wc_tax_rate_classes: Dati: 0.02MB + indice: 0.02MB + motore InnoDB
          wp_wc_webhooks: Dati: 0.02MB + indice: 0.02MB + motore InnoDB
          wp_woof_query_cache: Dati: 0.02MB + indice: 0.02MB + motore InnoDB
          wp_wpf_filters: Dati: 0.02MB + indice: 0.00MB + motore InnoDB
          wp_wpf_meta_keys: Dati: 0.02MB + indice: 0.02MB + motore InnoDB
          wp_wpf_meta_values: Dati: 0.02MB + indice: 0.03MB + motore InnoDB
          wp_wpf_meta_values_bk: Dati: 0.02MB + indice: 0.02MB + motore InnoDB
          wp_wpgmza: Dati: 0.02MB + indice: 0.00MB + motore InnoDB
          wp_wpgmza_circles: Dati: 0.02MB + indice: 0.00MB + motore InnoDB
          wp_wpgmza_maps: Dati: 0.02MB + indice: 0.00MB + motore InnoDB
          wp_wpgmza_polygon: Dati: 0.02MB + indice: 0.00MB + motore InnoDB
          wp_wpgmza_polylines: Dati: 0.02MB + indice: 0.00MB + motore InnoDB
          wp_wpgmza_rectangles: Dati: 0.02MB + indice: 0.00MB + motore InnoDB
          wp_wpml_mails: Dati: 0.14MB + indice: 0.00MB + motore InnoDB
          wp_wpmm_subscribers: Dati: 0.02MB + indice: 0.00MB + motore InnoDB
      
          ### Post Type Counts ###
      
          attachment: 138
          custom_css: 1
          customize_changeset: 18
          elementor_icons: 2
          elementor_library: 47
          mailpoet_page: 1
          nav_menu_item: 40
          page: 18
          post: 8
          product: 43
          product_variation: 17
          revision: 604
          shop_order: 8
          wp_global_styles: 2
          yith_wcan_preset: 1
      
          ### Security ###
      
          Secure connection (HTTPS): ✔
          Hide errors from visitors: ✔
      
          ### Active Plugins (4) ###
      
          Elementor Pro: by Elementor.com – 3.6.4
          Elementor: by Elementor.com – 3.6.2
          WooCommerce Stripe Gateway: by WooCommerce – 6.3.0
          WooCommerce: by Automattic – 6.3.1
      
          ### Inactive Plugins (14) ###
      
          Akismet Anti-Spam: by Automattic – 4.2.2
          Dynamic Visibility for Elementor: by Dynamic.ooo – 4.1.2
          Google Language Translator: by Translate AI Multilingual Solutions – 6.0.14
          Google Listings and Ads: by WooCommerce – 1.11.1
          Ibtana - WordPress Website Builder: by VowelWeb – 1.1.5
          Insert Headers and Footers: by WPBeginner – 1.6.0
          Jetpack: by Automattic – 10.7
          MailPoet 3 (New): by MailPoet – 3.84.0
          Post Slider and Carousel with Widget: by InfornWeb – 2.1.2
          Variation Swatches for WooCommerce: by Emran Ahmed – 1.1.19
          WOOF - WooCommerce Products Filter: by realmag777 – 1.2.6.4
          WooLentor - WooCommerce Elementor Addons + Builder: by HasThemes – 2.2.4
          WP Maintenance Mode & Coming Soon: by Themeisle – 2.4.4
          WP Responsive Recent Post Slider/Carousel: by WP OnlineSupport
          Essential Plugin – 3.0.8
      
          ### Must Use Plugins (1) ###
      
          Elementor Safe Mode: by Elementor.com – 1.0.0
      
          ### Settings ###
      
          API Enabled: –
          Force SSL: –
          Currency: EUR (€)
          Currency Position: right_space
          Thousand Separator: .
          Decimal Separator: ,
          Number of Decimals: 2
          Taxonomies: Product Types: external (external)
          grouped (grouped)
          simple (simple)
          variable (variable)
      
          Taxonomies: Product Visibility: exclude-from-catalog (exclude-from-catalog)
          exclude-from-search (exclude-from-search)
          featured (featured)
          outofstock (outofstock)
          rated-1 (rated-1)
          rated-2 (rated-2)
          rated-3 (rated-3)
          rated-4 (rated-4)
          rated-5 (rated-5)
      
          Connected to WooCommerce.com: –
      
          ### WC Pages ###
      
          Shop base: #6 - /negozio/
          Carrello: #7 - /carrello/
          Pagamento: #8 - /pagamento/
          Il mio account: #9 - /mio-account/
          Termini e condizioni: #10 - /rimborso_reso/
      
          ### Theme ###
      
          Name: Twenty Twenty
          Version: 1.9
          Author URL: https://it.wordpress.org/
          Child Theme: ❌ – Se stai modificando WooCommerce o un tema genitore che non hai costruito personalmente
          ti consigliamo di utilizzare un tema child. Vedi: Come creare un tema child
      
          WooCommerce Support: ✔
      
          ### Templates ###
      
          Overrides: –
      
          ### Action Scheduler ###
      
          Completato: 424
          Oldest: 2022-03-12 10:15:32 +0100
          Newest: 2022-04-11 19:41:02 +0200
      
          In attesa: 2
          Oldest: 2022-04-11 20:01:15 +0200
          Newest: 2022-04-12 17:10:04 +0200
      
          ### Status report information ###
      
          Generated at: 2022-04-11 20:00:40 +02:00
          ```
      
    - Can anyone support me?
    - Many thanks!
    - La pagina su cui ho bisogno di aiuto: _[[devi essere connesso](https://login.wordpress.org/?redirect_to=https%3A%2F%2Fit.wordpress.org%2Fsupport%2Fsearch%2FFooter%2Bwordpress%2Bcode%2F%3Foutput_format%3Dmd&locale=it_IT)
      per vedere il link]_
 *   Forum: [Aspetto = Temi](https://it.wordpress.org/support/forum/temi/)
    In risposta
   a: [Problemi footer](https://it.wordpress.org/support/topic/problemi-footer/)
 *  [luca21](https://it.wordpress.org/support/users/luca21/)
 * (@luca21)
 * [4 anni, 9 mesi fa](https://it.wordpress.org/support/topic/problemi-footer/#post-12172666)
 * Ciao [@alessand](https://it.wordpress.org/support/users/alessand/) ,
    I plugin
   che hai installato sostituiscono anche alcune funzionalità di wp con le proprie.
   Che sono “pro”, però.
 * Per togliere il footer sarebbe sufficiente questa regola css
    `.site-footer {
   display: none !important;}` salvo errori.
 * Però non so dove e come si possa inserire. Ho scaricato e installato uno dei 
   tuoi plugin, “starter template” per l’esattezza. Tra le altre cose ha disabilitato
   l’editor css nativo di WordPress.
 * Bye!
 *   Forum: [Sviluppare con WordPress](https://it.wordpress.org/support/forum/wp-advanced/)
   
   In risposta a: [Jquery footer](https://it.wordpress.org/support/topic/jquery-footer/)
 *  [Andrea Porotti](https://it.wordpress.org/support/users/andreaporotti/)
 * (@andreaporotti)
 * [5 anni, 7 mesi fa](https://it.wordpress.org/support/topic/jquery-footer/#post-12170677)
 * Ciao [@apuac](https://it.wordpress.org/support/users/apuac/),
 * per includere uno script il modo corretto è usare la funzione `wp_enqueue_script()`.
 * Se l’ultimo parametro di questa funzione è impostato a `true`, lo script viene
   incluso nel footer.
 * Hai verificato la documentazione della funzione?
    La trovi qui: [https://developer.wordpress.org/reference/functions/wp_enqueue_script/](https://developer.wordpress.org/reference/functions/wp_enqueue_script/)
   In fondo ci sono anche diversi esempi inviati da altre persone, potresti trovare
   qualcosa di utile.
 * Quando dici che non funziona, intendi che jquery viene sempre incluso nell’head
   della pagina o che ci sono degli errori?
 *   Forum: [Sviluppare con WordPress](https://it.wordpress.org/support/forum/wp-advanced/)
   
   In risposta a: [risultati di una query in una nuova pagina di wordpress](https://it.wordpress.org/support/topic/risultati-di-una-query-in-una-nuova-pagina-di-wordpress/)
 *  [Andrea Porotti](https://it.wordpress.org/support/users/andreaporotti/)
 * (@andreaporotti)
 * [5 anni, 8 mesi fa](https://it.wordpress.org/support/topic/risultati-di-una-query-in-una-nuova-pagina-di-wordpress/#post-12170474)
 * Ciao [@maximusloptimus](https://it.wordpress.org/support/users/maximusloptimus/),
 * il tuo codice PHP potresti inserirlo nel file che costituisce il template da 
   assegnare alla pagina.
 * In sintesi, crei la pagina vuota per fare in modo che questa esista all’interno
   di WordPress e sia raggiungibile (quindi potrai aggiungerla ad un menu).
 * Poi crei un file di template, all’interno del quale includi header e footer di
   WordPress e poi il tuo codice per caricare i dati e visualizzarli. La struttura
   del file sarebbe simile a questa:
 *     ```
       <?php /* Template Name: nome del template */ ?>
   
       <?php get_header(); ?>
   
       <?
       	// codice PHP custom
       ?>
   
       <?php get_sidebar(); ?>
   
       <?php get_footer(); ?>
       ```
   
 * Dopo aver creato il template, ritorna a modificare la pagina vuota creata prima
   e, nelle impostazioni sulla destra, dovresti poter selezionare il template creato.
 * Naturalmente si tratta di indicazioni di massima, bisogna poi verificare il corretto
   funzionamento del tuo codice una volta inserito nel flusso di WordPress.
 * Ciao 🙂
 *   Forum: [Aspetto = Temi](https://it.wordpress.org/support/forum/temi/)
    In risposta
   a: [Aggiungere cookies e privacy policy nel footer](https://it.wordpress.org/support/topic/aggiungere-cookies-e-privacy-policy-nel-footer/)
 *  [WebePc Gianluca Molina](https://it.wordpress.org/support/users/webepc/)
 * (@webepc)
 * [6 anni, 3 mesi fa](https://it.wordpress.org/support/topic/aggiungere-cookies-e-privacy-policy-nel-footer/#post-12167848)
 * Beh è un tema che non riceve aggiornamenti dal Marzo 2018… una riflessione sulla
   eventuale sostituzione la farei!
 * Comunque copia il file footer.php dentro il tuo child theme e, poi, personalizza
   questa parte di codice del file
 *     ```
       <div class="site-info"  role="contentinfo">
       			<a href="http://wordpress.org/" title="<?php esc_attr_e( 'A Semantic Personal Publishing Platform', 'sela' ); ?>" rel="generator"><?php printf( __( 'Proudly powered by %s', 'sela' ), 'WordPress' ); ?></a>
       			<span class="sep"> | </span>
       			<?php printf( __( 'Theme: %1$s by %2$s.', 'sela' ), 'sela', '<a href="http://wordpress.com/themes/sela/" rel="designer">WordPress.com</a>' ); ?>
       		</div><!-- .site-info -->
       ```
   
 * Praticamente elimini tutto dopo “<div class=”site-info” role=”contentinfo”>” 
   e prima della chiusura del DIV ed inserisci il tuo copyright e relativi link 
   alle pagine volute.
 *   Forum: [Installazione e Aggiornamento](https://it.wordpress.org/support/forum/installazione/)
   
   In risposta a: [Non si vede il testo dei miei articoli! HELP!](https://it.wordpress.org/support/topic/non-si-vede-il-testo-dei-miei-articoli-help/)
 *  Chi ha creato la discussione [lecronachedidante](https://it.wordpress.org/support/users/lecronachedidante/)
 * (@lecronachedidante)
 * [6 anni, 9 mesi fa](https://it.wordpress.org/support/topic/non-si-vede-il-testo-dei-miei-articoli-help/#post-22757)
 * sto utilizzando altervista:le buone ricette.
 * ho disattivato tutti i plugin, il resto RICOMPARE!
 * allora ecco i plugin che di solito uso:
 *  Plugin Descrizione
    Seleziona AddFunc Head & Footer Code
 * AddFunc Head & Footer Code
    Disattiva
 * Allows administrators to add code to the <head> and/or <footer> of an individual
   post and/or site-wide. Ideal for scripts such as Google Analytics conversion 
   tracking codes and any other general or page-specific JavaScript.
    Versione 2.3
   | Di AddFunc | Visualizza i dettagli Seleziona Akismet Anti-Spam
 * Akismet Anti-Spam
    Impostazioni | Disattiva
 * Usato da milioni di persone, Akismet è probabilmente il miglior modo al mondo
   per proteggere il tuo blog dallo spam. Il tuo sito è configurato e protetto completamente,
   anche mentre dormi.
    Versione 4.1.2 | Di Automattic | Visualizza i dettagli Seleziona
   Avatars
 * Avatars
    Disattiva | Settings
 * A plugin to manage public and private avatars.
    Versione 12.1 | Di Peter Sterling
   | Visualizza i dettagli | Donate Seleziona Consenso al cookie GDPR
 * Consenso al cookie GDPR
    Disattiva | Settings | Support | Aggiornamento Premium
 * A simple way to show your website complies with the EU Cookie Law / GDPR.
    Versione
   1.7.7 | Di WebToffee | Visualizza i dettagli Seleziona Delete All Comments of
   wordpress
 * Delete All Comments of wordpress
    Disattiva
 * Plugin to delete all comments of wordpress website (Approved, Pending, Spam)
   
   Versione 2.4 | Di Navneet Soni | Visualizza i dettagli Seleziona Exploit Scanner
 * Exploit Scanner
    Scanner Settings | Disattiva
 * Scans your WordPress site for possible exploits.
    Versione 1.5.2 | Di Automattic
   | Visualizza i dettagli Seleziona Heateor Social Comments
 * Heateor Social Comments
    Settings | Disattiva | Add-Ons | Support Documentation
 * Integrate Facebook Comments and Disqus Comments along with default WordPress 
   Comments
    Versione 1.4.16 | Di Team Heateor | Visualizza i dettagli Seleziona
   Importatore Blogger
 * Importatore Blogger
    Disattiva
 * Importa articoli, commenti, immagini e tag da un blog Blogger quindi migra gli
   autori in utenti WordPress.
    Versione 0.9 | Di wordpressdotorg | Visualizza i
   dettagli Seleziona Newsletter
 * Newsletter
    Disattiva
 * Newsletter è un plugin formidabile con cui creare liste di iscritti, inviare 
   newsletter, consolidare il proprio business. Prima di fare l’aggiornamento leggi
   questa pagina per conoscere le novità.
    Versione 6.0.7 | Di Stefano Lissa, The
   Newsletter Team | Visualizza i dettagli Seleziona Redirection
 * Redirection
    Impostazioni | Disattiva
 * Gestisci tutti i redirect 301 and controlla tutti gli errori 404
    Versione 4.3.1
   | Di John Godley | Visualizza i dettagli Seleziona ShortCodes Embed
 * ShortCodes Embed
    Disattiva
 * Easily embed videos and more from sites like YouTube, Vimeo, and SlideShare. 
   Based on WordPress.com jetpack.
    Versione 1.0 | Di Niccolò Tapparo | Visita il
   sito del plugin Seleziona SI Captcha Anti-Spam
 * SI Captcha Anti-Spam
    Impostazioni | Disattiva
 * Adds Secure Image CAPTCHA to WordPress pages for comments, login, registration,
   lost password, BuddyPress register, bbPress register, wpForo register, bbPress
   New Topic and Reply to Topic Forms, Jetpack Contact Form, and WooCommerce checkout.
   In order to post comments, login, or register, users will have to pass the CAPTCHA
   test. Prevents spam from automated bots. Compatible with Akismet and Multisite
   Network Activate.
    Versione 3.0.3 | Di fastsecure | Visita il sito del plugin
   | Supporto | Donazione Seleziona Subscribe to Comments Reloaded
 * Subscribe to Comments Reloaded
    Disattiva | Settings
 * Subscribe to Comments Reloaded is a robust plugin that enables commenters to 
   sign up for e-mail notifications. It includes a full-featured subscription manager
   that your commenters can use to unsubscribe to certain posts or suspend all notifications.
   
   Versione 190529 | Di WPKube | Visualizza i dettagli Seleziona Verify Google Webmaster
   Tools
 * Verify Google Webmaster Tools
    Disattiva
 * Adds Google Webmaster Tools verification meta-tag.
    Versione 1.3 | Di Audrius
   Dobilinskas | Visita il sito del plugin Seleziona WordPress Social Login
 * WordPress Social Login
    Attiva | Elimina
 * Consenti ai tuoi visitatori di commentare e accedere al sito attraverso social
   network come Twitter, Facebook, Google, Yahoo e altri.
    Versione 2.3.3 | Di Miled
   | Visualizza i dettagli Seleziona WP Force SSL
 * WP Force SSL
    Attiva | Elimina
 * Redirect all traffic from HTTP to HTTPS to all pages of your WordPress website.
   
   Versione 1.4 | Di Kostas Vrouvas | Visualizza i dettagli Seleziona Yoast SEO
 * Yoast SEO
    FAQ | Supporto Premium | Impostazioni | Disattiva
 * La prima vera soluzione SEO tutto-in-uno per WordPress, compresa l’analisi dei
   contenuti su ogni pagina, sitemap XML e molto altro.
    Versione 11.4 | Di Team
   Yoast | Visualizza i dettagli
 * GRAZIE!
 *   Forum: [Sviluppare con WordPress](https://it.wordpress.org/support/forum/wp-advanced/)
   
   Come il topic: [problema nel file searchform.php](https://it.wordpress.org/support/topic/problema-nel-file-searchform-php/)
    -  [Luigi Amorfini](https://it.wordpress.org/support/users/lamorfini/)
    - (@lamorfini)
    - [7 anni, 3 mesi fa](https://it.wordpress.org/support/topic/problema-nel-file-searchform-php/)
    - Salve, ho questo codice nella searchform.php
    -     ```
          <form role="search" method="get" class="search-form" action="<?php echo esc_url( home_url( '/' ) ); ?>">
            <div class="input-group">
              <input type="text" class="search-field form-control" placeholder="<?php echo esc_attr_x( 'Inserisci qui cosa vuoi cercare!', 'placeholder' ) ?>" value="<?php echo get_search_query() ?>" name="s" aria-describedby="search-form">
                <span class="input-group-btn">
                  <button type="submit" class="btn btn-danger" id="search-form"><?php echo esc_attr_x( 'Search', 'submit button' ) ?>
                  </button>
                </span>
            </div>
          </form>
          ```
      
    - Se provo ad digitare qualcosa.. tipo : “Eccoci” che è una notizia che ho scritto..
      la pagina search.php non mi mostra nulla e non da nessun errore.
    -     ```
          <?php
          get_header();
          ?>
          <div class="container">
            <div class="row">
              <div class="col-sm-8 col-md-8">
                <?php if (have_posts()): ?>
                  <h1><?php printf( esc_html__( 'Search results for { %s }', 'luigiamorfini' ), '<span>' . get_search_query() . '</span>' ); ?></h1>
                  <?php
                  if ( have_posts() ) :
                    while ( have_posts() ) :
                      the_post();
                      get_template_part( 'template_parts/content', get_post_format() );
                    endwhile;
                    ?>
                     <?php my_pagination(); ?>
                    <?php
                    else :
                      get_template_part( 'template_parts/content', 'none' );
                    endif;
                    ?>
                  <?php else: ?>
                    <?php get_search_form(); ?>
                  <?php endif; ?>
                </div>
                <div class="col-sm-4 col-md-4">
                  <?php get_sidebar(); ?>
                </div>
              </div>
            </div>
            <?php get_footer(); ?>
          ```
      
    - Il tema è mio .. me lo sto realizzando ho tutto finito ma mi è capitato questo
      problema all’ultimo. Mi dite come posso risolvere.
    - Nell functions.php ho queste regole:
    -     ```
          add_theme_support( 'post-formats', array( 'status','quote','gallery','image','video','audio','link','aside','chat' ,'search' ) );
          	add_theme_support( 'html5', array( 'comment-list','comment-form','search-form','gallery','caption' ) );
          ```
      
    - Avete idea cosa può essere. ?
    - Utilizzo wordpress 5.0.2 italiano.
    - Aspetto risposte.
 *   Forum: [Varie ed eventuali](https://it.wordpress.org/support/forum/varie-ed-eventuali/)
   
   In risposta a: [Come posso inserire una riga che appaia in ogni singolo post pubblicato](https://it.wordpress.org/support/topic/come-posso-inserire-una-riga-che-appaia-in-ogni-singolo-post-pubblicato/)
 *  [steve92](https://it.wordpress.org/support/users/steve92/)
 * (@steve92)
 * [7 anni, 5 mesi fa](https://it.wordpress.org/support/topic/come-posso-inserire-una-riga-che-appaia-in-ogni-singolo-post-pubblicato/#post-20553)
 * Bene che hai risolto. Però quando si può è meglio evitare i plugin.
 * Io nel footer.php ho questo, linka il creatore del tema originale (io uso il 
   child), tu lo puoi personalizzare con i tuoi link. Appare in fondo a ogni pagina.
 *     ```
       <div class="site-info">
       <?php _e( 'Powered by <a class ="info" href="https://it.wordpress.org" target="_blank">WordPress</a>. Semicolon Theme by <a class ="info" href="https://konstantin.blog">Konstantin Kovshenin</a>.', 'semicolon' ); ?>
       </div><!-- .site-info -->
       ```
   

Stai vedendo 15 risultati - da 1 a 15 (di 63 totali)

1 [2](https://it.wordpress.org/support/search/Footer+wordpress+code/page/2/?output_format=md)
[3](https://it.wordpress.org/support/search/Footer+wordpress+code/page/3/?output_format=md)
[4](https://it.wordpress.org/support/search/Footer+wordpress+code/page/4/?output_format=md)
[5](https://it.wordpress.org/support/search/Footer+wordpress+code/page/5/?output_format=md)
[→](https://it.wordpress.org/support/search/Footer+wordpress+code/page/2/?output_format=md)

## Topic

### Topic più popolari

### Topic senza risposte

### Topic non di supporto

### Topic risolti

### Topic non risolti

### Tutti i topic
