Title: cabqualitymanager's Replies | WordPress.org

---

# cabqualitymanager

  [  ](https://wordpress.org/support/users/cabqualitymanager/)

 *   [Profile](https://wordpress.org/support/users/cabqualitymanager/)
 *   [Topics Started](https://wordpress.org/support/users/cabqualitymanager/topics/)
 *   [Replies Created](https://wordpress.org/support/users/cabqualitymanager/replies/)
 *   [Reviews Written](https://wordpress.org/support/users/cabqualitymanager/reviews/)
 *   [Topics Replied To](https://wordpress.org/support/users/cabqualitymanager/replied-to/)
 *   [Engagements](https://wordpress.org/support/users/cabqualitymanager/engagements/)
 *   [Favorites](https://wordpress.org/support/users/cabqualitymanager/favorites/)

 Search replies:

## Forum Replies Created

Viewing 7 replies - 1 through 7 (of 7 total)

 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Hustle - Email Marketing, Lead Generation, Optins, Popups] Pop-ups in the footer](https://wordpress.org/support/topic/pop-ups-in-the-footer/)
 *  Thread Starter [cabqualitymanager](https://wordpress.org/support/users/cabqualitymanager/)
 * (@cabqualitymanager)
 * [6 months, 2 weeks ago](https://wordpress.org/support/topic/pop-ups-in-the-footer/#post-18806073)
 * ![](https://wordpress.org/12f2219c-98a8-407f-8d18-fdb1778b6da0)
 * ![](https://wordpress.org/c7bb72e7-2ba7-4553-a5c8-d56a2beb0331)
 * Hi,
 * I’m attaching the photos. There are no errors in the console.
   I fixed the pop-
   ups and slide-ins bugs with PHP code inserted in Code Snippets. Here it is:
 * Snippet 1:
 *     ```wp-block-code
       1add_action('wp_enqueue_scripts', function() {2    // Percorso base del plugin Hustle3    $base = WP_PLUGIN_DIR . '/wordpress-popup/assets/hustle-ui/css/';4    $url  = plugins_url('assets/hustle-ui/css/', 'wordpress-popup/wordpress-popup.php');5​6    // Carica i CSS effettivamente presenti7    wp_enqueue_style('hustle-popup', $url . 'hustle-popup.min.css');8    wp_enqueue_style('hustle-slideins', $url . 'hustle-slideins.min.css');9    wp_enqueue_style('hustle-icons', $url . 'hustle-icons.min.css');10    wp_enqueue_style('hustle-info', $url . 'hustle-info.min.css');11    wp_enqueue_style('hustle-global', $url . 'hustle-global.min.css');12    wp_enqueue_style('hustle-optin', $url . 'hustle-optin.min.css');13    wp_enqueue_style('hustle-inline', $url . 'hustle-inline.min.css');14    wp_enqueue_style('hustle-float', $url . 'hustle-float.min.css');15    wp_enqueue_style('hustle-social', $url . 'hustle-social.min.css');16}, 20);
       ```
   
 * Snippet 2:
 * add_action(‘wp_footer’, function() {
    ?> <script> document.addEventListener(“
   DOMContentLoaded”, function() { function fixHustleModules() { // Popup document.
   querySelectorAll(‘.hustle-popup’).forEach(function(el) { if (el.parentNode !=
   = document.body) { document.body.appendChild(el); } el.style.position = ‘fixed’;
   el.style.zIndex = ‘999999’; }); // Slide-ins (tutti i tipi) document.querySelectorAll(‘.
   hustle-slidein, .hustle-float, .hustle-inline’).forEach(function(el) { if (el.
   parentNode !== document.body) { document.body.appendChild(el); } el.style.position
   = ‘fixed’; el.style.zIndex = ‘999999’; el.style.display = ‘block’; el.style.opacity
   = ‘1’; }); } // Esegui subito fixHustleModules(); // Osserva il DOM: se Flatsome
   li sposta, li rimettiamo const observer = new MutationObserver(fixHustleModules);
   observer.observe(document.documentElement, { childList: true, subtree: true });//
   Salvagente: riprova dopo il load window.addEventListener(‘load’, function() {
   fixHustleModules(); setTimeout(fixHustleModules, 300); setTimeout(fixHustleModules,
   1000); }); }); </script> <?php});
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Hustle - Email Marketing, Lead Generation, Optins, Popups] Pop-ups in the footer](https://wordpress.org/support/topic/pop-ups-in-the-footer/)
 *  Thread Starter [cabqualitymanager](https://wordpress.org/support/users/cabqualitymanager/)
 * (@cabqualitymanager)
 * [8 months ago](https://wordpress.org/support/topic/pop-ups-in-the-footer/#post-18758011)
 * Hi,
 * I solved it with the help of Microsoft Copilot. I had to add a snippet that forces
   the necessary CSS files. It’s a conflict between Flatsome theme and the plugin,
   but I haven’t found any other way to resolve it. Here’s the snippet I added:
 * add_action(‘wp_enqueue_scripts’, function() {
   // Percorso base del plugin Hustle
   $base = WP_PLUGIN_DIR . ‘/wordpress-popup/assets/hustle-ui/css/’;$url = plugins_url(‘
   assets/hustle-ui/css/’, ‘wordpress-popup/wordpress-popup.php’);
 *     ```wp-block-code
       // Carica i CSS effettivamente presentiwp_enqueue_style('hustle-popup', $url . 'hustle-popup.min.css');wp_enqueue_style('hustle-slideins', $url . 'hustle-slideins.min.css');wp_enqueue_style('hustle-icons', $url . 'hustle-icons.min.css');wp_enqueue_style('hustle-info', $url . 'hustle-info.min.css');wp_enqueue_style('hustle-global', $url . 'hustle-global.min.css');wp_enqueue_style('hustle-optin', $url . 'hustle-optin.min.css');wp_enqueue_style('hustle-inline', $url . 'hustle-inline.min.css');wp_enqueue_style('hustle-float', $url . 'hustle-float.min.css');wp_enqueue_style('hustle-social', $url . 'hustle-social.min.css');}, 20);
       ```
   
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Order Splitter for WooCommerce] Order management problems](https://wordpress.org/support/topic/order-management-problems/)
 *  Thread Starter [cabqualitymanager](https://wordpress.org/support/users/cabqualitymanager/)
 * (@cabqualitymanager)
 * [2 years, 4 months ago](https://wordpress.org/support/topic/order-management-problems/#post-17548487)
 * Hi, Thanks for your support, I have done the downgrade the version of HPOS so
   I’ve resolved the problem.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Sequential Order Number for WooCommerce] Transational e-mail problems](https://wordpress.org/support/topic/transational-e-mail-problems/)
 *  Thread Starter [cabqualitymanager](https://wordpress.org/support/users/cabqualitymanager/)
 * (@cabqualitymanager)
 * [2 years, 6 months ago](https://wordpress.org/support/topic/transational-e-mail-problems/#post-17427400)
 * Hi,
 * I’m sorry but i was out of office for a few weeks.
 * Today i’ve tried to resolve this issue by following your instructions, but unfortunately
   the problem still remains.
 * The fatal error log is the same:
 * 2024-02-15T11:16:12+00:00 CRITICAL Transactional email triggered fatal error 
   for callback wp_mail
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Sequential Order Number for WooCommerce] Transational e-mail problems](https://wordpress.org/support/topic/transational-e-mail-problems/)
 *  Thread Starter [cabqualitymanager](https://wordpress.org/support/users/cabqualitymanager/)
 * (@cabqualitymanager)
 * [2 years, 7 months ago](https://wordpress.org/support/topic/transational-e-mail-problems/#post-17314576)
 * Hi,
 * I’ve Tried to download the fatar error log with WP Debugging. Here the log:
 * _PHP Warning Transactional email triggered fatal error for callback wp\_mail 
   in /var/www/html/wp-content/plugins/woocommerce/includes/class-wc-emails.php 
   on line 181_
 * Is it complete now?
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Sequential Order Number for WooCommerce] Transational e-mail problems](https://wordpress.org/support/topic/transational-e-mail-problems/)
 *  Thread Starter [cabqualitymanager](https://wordpress.org/support/users/cabqualitymanager/)
 * (@cabqualitymanager)
 * [2 years, 7 months ago](https://wordpress.org/support/topic/transational-e-mail-problems/#post-17312060)
 * Hi,
 * Today I tried using the plugin again with the new version v1.5.8, but the problem
   persists.
 * Here the fatal error log:
 * **_transactional-emails-2024-01-02-33802efb453638c0a166aa11b61c347b.log_**
 * _2024-01-02T07:52:48+00:00 CRITICAL Transactional email triggered fatal error
   for callback wp\_mail_
 * Thanks for the support.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Sequential Order Number for WooCommerce] Transational e-mail problems](https://wordpress.org/support/topic/transational-e-mail-problems/)
 *  Thread Starter [cabqualitymanager](https://wordpress.org/support/users/cabqualitymanager/)
 * (@cabqualitymanager)
 * [2 years, 8 months ago](https://wordpress.org/support/topic/transational-e-mail-problems/#post-17256075)
 * Here attached:
 * > ` WordPress Environment</p> <p class=””>WordPress address (URL): [http://192.168.0.70<br>Site](http://192.168.0.70<br>Site)
   > address (URL): [http://192.168.0.70<br>WC](http://192.168.0.70<br>WC) Version:
   > 8.3.1<br>REST API Version: ✔ 8.3.1<br>WC Blocks Version: ✔ 11.4.9<br>Action
   > Scheduler Version: ✔ 3.6.4<br>Log Directory Writable: ✔<br>WP Version: 6.4.1
   > <br>WP Multisite: –<br>WP Memory Limit: 1 GB<br>WP Debug Mode: ✔<br>WP Cron:
   > ✔<br>Language: it_IT<br>External object cache: – Server Environment</p> <p 
   > class=””>Server Info: Apache/2.4.52 (Ubuntu)<br>PHP Version: 7.4.33<br>PHP 
   > Post Max Size: 8 MB<br>PHP Time Limit: 30<br>PHP Max Input Vars: 1000<br>cURL
   > Version: 7.81.0<br>OpenSSL/3.0.2</p> <p class=””>SUHOSIN Installed: –<br>MySQL
   > Version: 8.0.35-0ubuntu0.22.04.1<br>Max Upload Size: 2 MB<br>Default Timezone
   > is UTC: ✔<br>fsockopen/cURL: ✔<br>SoapClient: ✔<br>DOMDocument: ✔<br>GZip: 
   > ✔<br>Multibyte String: ✔<br>Remote Post: ✔<br>Remote Get: ✔ Database</p> <p
   > class=””>WC Database Version: 8.3.1<br>WC Database Prefix: wp_<br>Dimensione
   > totale database: 83.20MB<br>Dimensione dati database: 54.33MB<br>Dimensione
   > indice database: 28.87MB<br>wp_woocommerce_sessions: Dati: 0.02MB + indice:
   > 0.02MB + motore InnoDB<br>wp_woocommerce_api_keys: Dati: 0.02MB + indice: 0.03MB
   > + motore InnoDB<br>wp_woocommerce_attribute_taxonomies: Dati: 0.02MB + indice:
   > 0.02MB + motore InnoDB<br>wp_woocommerce_downloadable_product_permissions: 
   > Dati: 0.02MB + indice: 0.06MB + motore InnoDB<br>wp_woocommerce_order_items:
   > Dati: 0.05MB + indice: 0.02MB + motore InnoDB<br>wp_woocommerce_order_itemmeta:
   > Dati: 0.14MB + indice: 0.14MB + motore InnoDB<br>wp_woocommerce_tax_rates: 
   > Dati: 0.02MB + indice: 0.06MB + motore InnoDB<br>wp_woocommerce_tax_rate_locations:
   > Dati: 0.02MB + indice: 0.03MB + motore InnoDB<br>wp_woocommerce_shipping_zones:
   > Dati: 0.02MB + indice: 0.00MB + motore InnoDB<br>wp_woocommerce_shipping_zone_locations:
   > Dati: 0.02MB + indice: 0.03MB + motore InnoDB<br>wp_woocommerce_shipping_zone_methods:
   > Dati: 0.02MB + indice: 0.00MB + motore InnoDB<br>wp_woocommerce_payment_tokens:
   > Dati: 0.02MB + indice: 0.02MB + motore InnoDB<br>wp_woocommerce_payment_tokenmeta:
   > Dati: 0.02MB + indice: 0.03MB + motore InnoDB<br>wp_woocommerce_log: Dati: 
   > 0.02MB + indice: 0.02MB + motore InnoDB<br>wp_actionscheduler_actions: Dati:
   > 5.02MB + indice: 6.28MB + motore InnoDB<br>wp_actionscheduler_claims: Dati:
   > 0.02MB + indice: 0.02MB + motore InnoDB<br>wp_actionscheduler_groups: Dati:
   > 0.02MB + indice: 0.02MB + motore InnoDB<br>wp_actionscheduler_logs: Dati: 4.02MB
   > + indice: 3.03MB + motore InnoDB<br>wp_ahm_asset_links: Dati: 0.02MB + indice:
   > 0.03MB + motore InnoDB<br>wp_ahm_assets: Dati: 0.02MB + indice: 0.00MB + motore
   > InnoDB<br>wp_ahm_download_stats: Dati: 3.52MB + indice: 0.00MB + motore InnoDB
   > <br>wp_ahm_emails: Dati: 0.02MB + indice: 0.00MB + motore InnoDB<br>wp_ahm_sessions:
   > Dati: 2.52MB + indice: 0.00MB + motore InnoDB<br>wp_ahm_social_conns: Dati:
   > 0.02MB + indice: 0.00MB + motore InnoDB<br>wp_ahm_user_download_counts: Dati:
   > 0.08MB + indice: 0.00MB + motore InnoDB<br>wp_aioseo_cache: Dati: 0.03MB + 
   > indice: 0.03MB + motore InnoDB<br>wp_aioseo_notifications: Dati: 0.06MB + indice:
   > 0.06MB + motore InnoDB<br>wp_aioseo_posts: Dati: 1.52MB + indice: 0.05MB + 
   > motore InnoDB<br>wp_berocket_termmeta: Dati: 0.02MB + indice: 0.00MB + motore
   > InnoDB<br>wp_commentmeta: Dati: 1.52MB + indice: 0.58MB + motore InnoDB<br>
   > wp_comments: Dati: 0.23MB + indice: 0.09MB + motore InnoDB<br>wp_duplicator_packages:
   > Dati: 0.02MB + indice: 0.02MB + motore InnoDB<br>wp_e_events: Dati: 0.02MB 
   > + indice: 0.00MB + motore InnoDB<br>wp_hustle_entries: Dati: 0.02MB + indice:
   > 0.03MB + motore InnoDB<br>wp_hustle_entries_meta: Dati: 0.02MB + indice: 0.05MB
   > + motore InnoDB<br>wp_hustle_modules: Dati: 0.02MB + indice: 0.02MB + motore
   > InnoDB<br>wp_hustle_modules_meta: Dati: 1.02MB + indice: 0.03MB + motore InnoDB
   > <br>wp_hustle_tracking: Dati: 0.02MB + indice: 0.08MB + motore InnoDB<br>wp_links:
   > Dati: 0.02MB + indice: 0.02MB + motore InnoDB<br>wp_options: Dati: 7.06MB +
   > indice: 0.16MB + motore InnoDB<br>wp_post_views: Dati: 2.50MB + indice: 2.77MB
   > + motore InnoDB<br>wp_postmeta: Dati: 8.33MB + indice: 10.81MB + motore InnoDB
   > <br>wp_posts: Dati: 11.52MB + indice: 1.81MB + motore InnoDB<br>wp_social_users:
   > Dati: 0.02MB + indice: 0.03MB + motore InnoDB<br>wp_swpm_members_tbl: Dati:
   > 0.02MB + indice: 0.00MB + motore InnoDB<br>wp_swpm_membership_meta_tbl: Dati:
   > 0.02MB + indice: 0.02MB + motore InnoDB<br>wp_swpm_membership_tbl: Dati: 0.02MB
   > + indice: 0.00MB + motore InnoDB<br>wp_swpm_payments_tbl: Dati: 0.02MB + indice:
   > 0.00MB + motore InnoDB<br>wp_term_relationships: Dati: 1.13MB + indice: 0.28MB
   > + motore InnoDB<br>wp_term_taxonomy: Dati: 0.05MB + indice: 0.03MB + motore
   > InnoDB<br>wp_termmeta: Dati: 0.06MB + indice: 0.03MB + motore InnoDB<br>wp_terms:
   > Dati: 0.05MB + indice: 0.03MB + motore InnoDB<br>wp_tutor_earnings: Dati: 0.02MB
   > + indice: 0.00MB + motore InnoDB<br>wp_tutor_quiz_attempt_answers: Dati: 0.02MB
   > + indice: 0.00MB + motore InnoDB<br>wp_tutor_quiz_attempts: Dati: 0.02MB + 
   > indice: 0.00MB + motore InnoDB<br>wp_tutor_quiz_question_answers: Dati: 0.02MB
   > + indice: 0.00MB + motore InnoDB<br>wp_tutor_quiz_questions: Dati: 0.02MB +
   > indice: 0.00MB + motore InnoDB<br>wp_tutor_withdraws: Dati: 0.02MB + indice:
   > 0.00MB + motore InnoDB<br>wp_usermeta: Dati: 0.14MB + indice: 0.11MB + motore
   > InnoDB<br>wp_users: Dati: 0.02MB + indice: 0.05MB + motore InnoDB<br>wp_wc_admin_note_actions:
   > Dati: 0.05MB + indice: 0.02MB + motore InnoDB<br>wp_wc_admin_notes: Dati: 0.06MB
   > + indice: 0.00MB + motore InnoDB<br>wp_wc_category_lookup: Dati: 0.02MB + indice:
   > 0.00MB + motore InnoDB<br>wp_wc_customer_lookup: Dati: 0.02MB + indice: 0.03MB
   > + motore InnoDB<br>wp_wc_download_log: Dati: 0.02MB + indice: 0.03MB + motore
   > InnoDB<br>wp_wc_order_addresses: Dati: 0.02MB + indice: 0.06MB + motore InnoDB
   > <br>wp_wc_order_coupon_lookup: Dati: 0.02MB + indice: 0.03MB + motore InnoDB
   > <br>wp_wc_order_operational_data: Dati: 0.02MB + indice: 0.03MB + motore InnoDB
   > <br>wp_wc_order_product_lookup: Dati: 0.05MB + indice: 0.06MB + motore InnoDB
   > <br>wp_wc_order_stats: Dati: 0.02MB + indice: 0.05MB + motore InnoDB<br>wp_wc_order_tax_lookup:
   > Dati: 0.02MB + indice: 0.03MB + motore InnoDB<br>wp_wc_orders: Dati: 0.02MB
   > + indice: 0.11MB + motore InnoDB<br>wp_wc_orders_meta: Dati: 0.02MB + indice:
   > 0.03MB + motore InnoDB<br>wp_wc_product_attributes_lookup: Dati: 0.02MB + indice:
   > 0.02MB + motore InnoDB<br>wp_wc_product_download_directories: Dati: 0.02MB 
   > + indice: 0.02MB + motore InnoDB<br>wp_wc_product_meta_lookup: Dati: 1.52MB
   > + indice: 0.86MB + motore InnoDB<br>wp_wc_rate_limits: Dati: 0.02MB + indice:
   > 0.02MB + motore InnoDB<br>wp_wc_reserved_stock: Dati: 0.02MB + indice: 0.00MB
   > + motore InnoDB<br>wp_wc_tax_rate_classes: Dati: 0.02MB + indice: 0.02MB + 
   > motore InnoDB<br>wp_wc_webhooks: Dati: 0.02MB + indice: 0.02MB + motore InnoDB
   > <br>wp_wpforms_payment_meta: Dati: 0.02MB + indice: 0.05MB + motore InnoDB<
   > br>wp_wpforms_payments: Dati: 0.02MB + indice: 0.14MB + motore InnoDB<br>wp_wpforms_tasks_meta:
   > Dati: 0.02MB + indice: 0.00MB + motore InnoDB<br>wp_wpgmza: Dati: 0.02MB + 
   > indice: 0.00MB + motore InnoDB<br>wp_wpgmza_admin_notices: Dati: 0.02MB + indice:
   > 0.00MB + motore InnoDB<br>wp_wpgmza_circles: Dati: 0.02MB + indice: 0.00MB 
   > + motore InnoDB<br>wp_wpgmza_image_overlays: Dati: 0.02MB + indice: 0.00MB 
   > + motore InnoDB<br>wp_wpgmza_maps: Dati: 0.02MB + indice: 0.00MB + motore InnoDB
   > <br>wp_wpgmza_point_labels: Dati: 0.02MB + indice: 0.00MB + motore InnoDB<br
   > >wp_wpgmza_polygon: Dati: 0.02MB + indice: 0.00MB + motore InnoDB<br>wp_wpgmza_polylines:
   > Dati: 0.02MB + indice: 0.00MB + motore InnoDB<br>wp_wpgmza_rectangles: Dati:
   > 0.02MB + indice: 0.00MB + motore InnoDB<br>wp_wpmailsmtp_debug_events: Dati:
   > 0.02MB + indice: 0.00MB + motore InnoDB<br>wp_wpmailsmtp_tasks_meta: Dati: 
   > 0.02MB + indice: 0.00MB + motore InnoDB<br>wp_wpml_mails: Dati: 0.33MB + indice:
   > 0.02MB + motore InnoDB<br>wp_wpum_fieldmeta: Dati: 0.02MB + indice: 0.03MB 
   > + motore InnoDB<br>wp_wpum_fields: Dati: 0.02MB + indice: 0.03MB + motore InnoDB
   > <br>wp_wpum_fieldsgroups: Dati: 0.02MB + indice: 0.03MB + motore InnoDB<br>
   > wp_wpum_registration_formmeta: Dati: 0.02MB + indice: 0.03MB + motore InnoDB
   > <br>wp_wpum_registration_forms: Dati: 0.02MB + indice: 0.00MB + motore InnoDB
   > <br>wp_wpum_search_fields: Dati: 0.02MB + indice: 0.00MB + motore InnoDB<br
   > >wp_wpum_stripe_invoices: Dati: 0.02MB + indice: 0.00MB + motore InnoDB<br>
   > wp_wpum_stripe_subscriptions: Dati: 0.02MB + indice: 0.00MB + motore InnoDB
   > <br>wp_wt_iew_action_history: Dati: 0.17MB + indice: 0.00MB + motore InnoDB
   > <br>wp_wt_iew_mapping_template: Dati: 0.02MB + indice: 0.00MB + motore InnoDB
   > <br>wp_yith_wcwl: Dati: 0.02MB + indice: 0.02MB + motore InnoDB<br>wp_yith_wcwl_lists:
   > Dati: 0.02MB + indice: 0.03MB + motore InnoDB Post Type Counts</p> <p class
   > =””>acf-field: 1<br>acf-field-group: 1<br>attachment: 777<br>blocks: 6<br>courses:
   > 1<br>custom_css: 1<br>customize_changeset: 17<br>elementor_library: 1<br>featured_item:
   > 23<br>groovy_menu_preset: 1<br>is_search_form: 4<br>lesson: 1<br>nav_menu_item:
   > 84<br>oembed_cache: 8<br>page: 182<br>post: 312<br>product: 1560<br>product_variation:
   > 1<br>psppnotif_workflow: 2<br>revision: 2521<br>sh4_calendar: 9<br>sh4_employee:
   > 7<br>sh4_shift: 2<br>sh4_shifttype: 6<br>shop_order: 75<br>shop_order_refund:
   > 1<br>tablepress_table: 15<br>topics: 2<br>tutor_enrolled: 1<br>wcapf-filter:
   > 4<br>wcapf-form: 1<br>wp_global_styles: 2<br>wp_navigation: 1<br>wpcf7_contact_form:
   > 7<br>wpdmpro: 286 Security</p> <p class=””>Secure connection (HTTPS): ❌<br
   > >Il tuo negozio non utilizza HTTPS. Scopri di più su HTTPS e certificati SSL.
   > <br>Hide errors from visitors: ✔ Active Plugins (23)</p> <p class=””>Advanced
   > Custom Fields PRO: by Delicious Brains – 5.12<br>Checkout Field Editor and 
   > Manager for WooCommerce: by Acowebs – 2.2.17<br>Contact Form 7: by Takayuki
   > Miyoshi – 5.8.4<br>Download Manager: by W3 Eden<br>Inc. – 3.2.83</p> <p class
   > =””>Yoast Duplicate Post: by Enrico Battocchi & Team Yoast – 4.5<br>Groovy 
   > Menu (free): by Grooni.com – 1.4.3<br>Post Views Counter: by dFactory – 1.4.3
   > <br>Product Import Export for WooCommerce: by WebToffee – 2.3.7<br>TablePress:
   > by Tobias Bäthge – 2.2.3<br>Ajax add to cart per WooCommerce: by QuadLayers–
   > 2.2.7<br>Advanced Order Export For WooCommerce: by AlgolPlus – 3.4.4<br>Order
   > Splitter for WooCommerce: by Fahad Mahmood – 4.9.4<br>WooCommerce Direct Checkout:
   > by QuadLayers – 3.3.0<br>WooCommerce: by Automattic – 8.3.1<br>Hustle: by WPMU
   > DEV – 7.8.2<br>WP Debugging: by Andy Fragen – 2.11.22<br>WP Go Maps (formerly
   > WP Google Maps): by WP Go Maps (formerly WP Google Maps) – 9.0.27<br>WP Mail
   > Logging: by WP Mail Logging Team – 1.12.0<br>WP Mail SMTP: by WP Mail SMTP –
   > 3.10.0<br>Post View Count: by Naresh Parmar – 1.8.4<br>WP User Manager: by 
   > WP User Manager – 2.9.8<br>Sequential Order Numbers for WooCommerce: by WebToffee–
   > 1.5.7<br>YITH WooCommerce Wishlist: by YITH – 3.27.0 Inactive Plugins (4)</
   > p> <p class=””>Akismet Anti-spam: Spam Protection: by Automattic – Anti-spam
   > Team – 5.3<br>Duplicator: by Duplicator – 1.5.7.1<br>ShiftController: by plainware.
   > com – 4.9.46<br>Tutor LMS: by Themeum – 2.4.0 Settings</p> <p class=””>API 
   > Enabled: –<br>Force SSL: –<br>Currency: EUR (€)<br>Currency Position: right_space
   > <br>Thousand Separator: .<br>Decimal Separator: ,<br>Number of Decimals: 2<
   > br>Taxonomies: Product Types: external (external)<br>grouped (grouped)<br>simple(
   > simple)<br>variable (variable)</p> <p class=””>Taxonomies: Product Visibility:
   > exclude-from-catalog (exclude-from-catalog)<br>exclude-from-search (exclude-
   > from-search)<br>featured (featured)<br>outofstock (outofstock)<br>rated-1 (
   > rated-1)<br>rated-2 (rated-2)<br>rated-3 (rated-3)<br>rated-4 (rated-4)<br>
   > rated-5 (rated-5)</p> <p class=””>Connected to WooCommerce.com: –<br>Enforce
   > Approved Product Download Directories: –<br>HPOS feature screen enabled: –<
   > br>HPOS feature enabled: –<br>Order datastore: WC_Order_Data_Store_CPT<br>HPOS
   > data sync enabled: – WC Pages</p> <p class=””>Shop base: ❌ La visibilità della
   > pagina dovrebbe essere pubblica<br>Carrello: #12 – /cart/<br>Pagamento: #13–/
   > checkout-ordine/<br>Il mio account: #14 – /my-account/<br>Termini e condizioni:
   > ❌ La pagina non è impostata Theme</p> <p class=””>Name: Flatsome Child<br>
   > Version: 3.0<br>Author URL:<br>Child Theme: ✔<br>Parent Theme Name: Flatsome
   > <br>Parent Theme Version: 3.15.4<br>Parent Theme Author URL: [http://www.uxthemes.com/<br>WooCommerce](http://www.uxthemes.com/<br>WooCommerce)
   > Support: ✔ Templates</p> <p class=””>Overrides: flatsome/woocommerce/archive-
   > product.php<br>flatsome/woocommerce/cart/cart-empty.php versione 3.5.0 è obsoleta.
   > La versione attuale è 7.0.1<br>flatsome/woocommerce/cart/cart-shipping.php 
   > versione 3.6.0 è obsoleta. La versione attuale è 7.3.0<br>flatsome/woocommerce/
   > cart/cart.php versione 3.8.0 è obsoleta. La versione attuale è 7.9.0<br>flatsome/
   > woocommerce/checkout/form-checkout.php<br>flatsome/woocommerce/checkout/form-
   > coupon.php versione 3.4.4 è obsoleta. La versione attuale è 7.0.1<br>flatsome/
   > woocommerce/checkout/terms.php<br>flatsome/woocommerce/checkout/thankyou.php
   > versione 3.7.0 è obsoleta. La versione attuale è 8.1.0<br>flatsome/woocommerce/
   > content-product-cat.php<br>flatsome/woocommerce/content-product.php<br>flatsome/
   > woocommerce/content-single-product.php<br>flatsome/woocommerce/content-widget-
   > product.php<br>flatsome-child/woocommerce/emails/admin-new-order.php<br>flatsome-
   > child/woocommerce/emails/customer-completed-order.php<br>flatsome-child/woocommerce/
   > emails/customer-processing-order.php<br>flatsome/woocommerce/global/breadcrumb.
   > php<br>flatsome/woocommerce/global/quantity-input.php versione 4.0.0 è obsoleta.
   > La versione attuale è 7.8.0<br>flatsome/woocommerce/global/wrapper-end.php<
   > br>flatsome/woocommerce/global/wrapper-start.php<br>flatsome/woocommerce/loop/
   > loop-end.php<br>flatsome/woocommerce/loop/loop-start.php<br>flatsome/woocommerce/
   > loop/pagination.php<br>flatsome/woocommerce/loop/result-count.php<br>flatsome/
   > woocommerce/loop/sale-flash.php<br>flatsome/woocommerce/myaccount/form-login.
   > php versione 4.1.0 è obsoleta. La versione attuale è 7.0.1<br>flatsome/woocommerce/
   > myaccount/navigation.php<br>flatsome/woocommerce/notices/error.php<br>flatsome/
   > woocommerce/notices/notice.php<br>flatsome/woocommerce/notices/success.php<
   > br>flatsome/woocommerce/product-searchform.php versione 3.3.0 è obsoleta. La
   > versione attuale è 7.0.1<br>flatsome/woocommerce/single-product/photoswipe.
   > php<br>flatsome/woocommerce/single-product/price.php<br>flatsome/woocommerce/
   > single-product/product-image.php versione 3.5.1 è obsoleta. La versione attuale
   > è 7.8.0<br>flatsome/woocommerce/single-product/product-thumbnails.php<br>flatsome/
   > woocommerce/single-product/rating.php<br>flatsome/woocommerce/single-product/
   > related.php<br>flatsome/woocommerce/single-product/review.php<br>flatsome/woocommerce/
   > single-product/sale-flash.php<br>flatsome/woocommerce/single-product/share.
   > php<br>flatsome/woocommerce/single-product/short-description.php<br>flatsome/
   > woocommerce/single-product/tabs/tabs.php<br>flatsome/woocommerce/single-product/
   > title.php<br>flatsome/woocommerce/single-product/up-sells.php<br>flatsome/woocommerce/
   > single-product-reviews.php<br>flatsome/woocommerce/single-product.php<br>flatsome/
   > woocommerce/content-product_cat.php</p> <p class=””>Outdated Templates: ❌</
   > p> <pre class=”wp-block-code”><code> Scopri come aggiornare</code></pre> <p
   > class=””>Admin</p> <p class=””>Enabled Features: activity-panels<br>analytics
   > <br>product-block-editor<br>coupons<br>core-profiler<br>customer-effort-score-
   > tracks<br>import-products-task<br>experimental-fashion-sample-products<br>shipping-
   > smart-defaults<br>shipping-setting-tour<br>homescreen<br>marketing<br>mobile-
   > app-banner<br>navigation<br>onboarding<br>onboarding-tasks<br>product-variation-
   > management<br>remote-inbox-notifications<br>remote-free-extensions<br>payment-
   > gateway-suggestions<br>shipping-label-banner<br>subscriptions<br>store-alerts
   > <br>transient-notices<br>woo-mobile-welcome<br>wc-pay-promotion<br>wc-pay-welcome-
   > page</p> <p class=””>Disabled Features: customize-store<br>minified-js<br>new-
   > product-management-experience<br>product-virtual-downloadable<br>product-external-
   > affiliate<br>settings<br>async-product-editor-category-field</p> <p class=””
   > >Daily Cron: ✔ Next scheduled: 2023-12-06 13:33:42 +01:00<br>Options: ✔<br>
   > Notes: 86<br>Onboarding: completed Action Scheduler</p> <p class=””>Completato:
   > 14.398<br>Oldest: 2023-11-06 06:12:06 +0100<br>Newest: 2023-12-06 08:00:15 
   > +0100</p> <p class=””>Operazione non riuscita: 3<br>Oldest: 2023-11-24 12:41:
   > 29 +0100<br>Newest: 2023-12-05 14:43:59 +0100</p> <p class=””>In attesa: 3<
   > br>Oldest: 2023-12-06 08:45:47 +0100<br>Newest: 2023-12-07 08:00:15 +0100 Status
   > report information</p> <p class=””>Generated at: 2023-12-06 08:39:43 +01:00
   > <br>`
 * Fatal error log:
 * transactional-emails-2023-12-05-33802efb453638c0a166aa11b61c347b.log

Viewing 7 replies - 1 through 7 (of 7 total)