Forum Replies Created

Viewing 15 replies - 1 through 15 (of 139 total)
  • angeldavo

    (@angeldavo)

    Hello,

    I am experiencing the same issue reported in this thread regarding CF7 Turnstile integration freezing on Safari/WebKit.

    The symptoms are identical: on pages containing a Contact Form 7 form with Turnstile enabled, the entire browser tab freezes for several seconds on both macOS Safari and iOS browsers (Chrome, Firefox, and other browsers on iOS are also affected since they all use WebKit on iOS).

    Disabling Turnstile resolves the issue immediately. I have tested with both “Managed” and “Invisible” widget modes — the problem persists regardless of the mode selected.

    I also attempted to override the loading strategy from async to defer using the script_loader_tag filter, but CF7 re-registers the Turnstile script after these hooks, making it impossible to override without patching CF7 directly.

    This is causing a significant impact on mobile users, as the form appears completely blank until Turnstile finishes loading, which can take several seconds on mobile connections.

    As mentioned by other users, a fix at the CF7 level — registering the Turnstile script with defer instead of async — ¿would resolve this for all affected users.?

    Could this be addressed in an upcoming release?

    Thank you.

    I have the same problem

    Eric Gisore wrote:

    Hello,

    I’m not the plugin developer; I’m just a regular user who came up with a solution.

    If you don’t have a child theme, I can add it using a code-insertion plugin available in the WordPress repository.

    Yo lo he podido arreglar insertando este codigo que he creado en el functions del theme.

    /**
    * Fix: Cloudflare Turnstile en formularios de Elementor Pro dentro de popups.
    */
    add_action( 'wp_footer', function () {
    ?>
    <script>
    (function ($) {
    $(document).on('elementor/popup/show', function () {
    setTimeout(function () {
    var settings = window.cfturnstileElementorSettings || {};
    var mode = settings.mode || 'turnstile';

    if ( ! window.turnstile && mode === 'turnstile' ) return;

    var failedText = document.querySelector('.cf-turnstile-failed-text');
    if ( failedText ) failedText.style.display = 'none';

    document.querySelectorAll('.elementor-popup-modal .elementor-form').forEach(function (form) {
    form.classList.remove('cft-processed');
    });

    var popupTurnstile = document.querySelector('.elementor-popup-modal .cf-turnstile');

    if ( popupTurnstile && mode === 'turnstile' && window.turnstile ) {
    turnstile.remove('.elementor-popup-modal .cf-turnstile');
    turnstile.render('.elementor-popup-modal .cf-turnstile', {
    sitekey: settings.sitekey,
    callback: 'turnstileCallback',
    theme: settings.theme || 'auto'
    });
    popupTurnstile.style.marginTop = '-5px';
    popupTurnstile.style.marginBottom = '20px';
    } else if ( typeof cfturnstile_init_elementor_forms === 'function' ) {
    cfturnstile_init_elementor_forms();
    var newWidget = document.querySelector('.elementor-popup-modal .cf-turnstile');
    if ( newWidget ) {
    newWidget.style.marginTop = '-5px';
    newWidget.style.marginBottom = '20px';
    }
    }
    }, 500);
    });
    })(jQuery);
    </script>
    <?php
    }, 99 );
    Thread Starter angeldavo

    (@angeldavo)

    Good afternoon,

    I don’t have a development site to test it on, and I don’t want to test it in production. So I’ll wait a while to see if an update comes out that solves this problem.

    Thread Starter angeldavo

    (@angeldavo)

    Hola @rubenmora en mi caso era el plugin oficial de correos para el envío de paquetería.

    Thread Starter angeldavo

    (@angeldavo)

    I already have it. I created a small snippet for it.

    Thank you.

    Thread Starter angeldavo

    (@angeldavo)

    Eso mismo pienso yo.

    A ver que solución dan al respecto.

    Gracias por tu soporte! siempre de 10.

    Thread Starter angeldavo

    (@angeldavo)

    Pues según me dicen, si la casilla de verificación de estado esta activa, es normal que cambien el estado. Pero en el caso de mi cliente no lo tiene activado.

    A ver que me dicen, así y todo he borrado dicha tarea CRON.

    Gracias!

    Thread Starter angeldavo

    (@angeldavo)

    Buenas tardes @jconti ya he encontrado el culpable.

    El plugin de correos.

    Thread Starter angeldavo

    (@angeldavo)

    I’m attaching a plugin log. From what I can see, the orders that go from completed to processing are due to the official mail plugin.
    Right?

    http://angelvicedo.com/order-status-updates-2025-05-06.log

    Thread Starter angeldavo

    (@angeldavo)

    Hola @jconti , si los tengo activos.

    ¿Como te paso por aquí el log en forma privada?

    Thread Starter angeldavo

    (@angeldavo)

    I just received another one from a different email.

    https://ibb.co/H8HzPff

    Thread Starter angeldavo

    (@angeldavo)

    It’s the first thing I thought of and notified the WooCommerce developer Redsys Gateway Light and it’s out of the question.

    It does not happen in all orders with the same payment method, it is only with some. So it is very rare that not everyone has the same payment method, right?

    Thread Starter angeldavo

    (@angeldavo)

    I have noticed what happens, when I change the status to completed, the same thing happens after two hours. Return the stock and mark it as processing.

    ` WordPress Environment</p> <p>WordPress address (URL): https://unapizcadeeducacion.com<br>Site address (URL): https://unapizcadeeducacion.com<br>WC Version: 9.8.3<br>Legacy REST API Package Version: ✔ 1.0.5<br>Action Scheduler Version: ✔ 3.9.2<br>Log Directory Writable: ✔<br>WP Version: 6.8.1<br>WP Multisite: –<br>WP Memory Limit: 1 GB<br>WP Debug Mode: –<br>WP Cron: –<br>Language: es_ES<br>External object cache: – Server Environment</p> <p>Server Info: Apache<br>PHP Version: 7.4.33<br>PHP Post Max Size: 512 MB<br>PHP Time Limit: 60<br>PHP Max Input Vars: 1000<br>cURL Version: 7.61.1<br>OpenSSL/1.1.1k</p> <p>SUHOSIN Installed: –<br>MySQL Version: 5.5.5-10.6.18-MariaDB<br>Max Upload Size: 512 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>WC Database Version: 9.8.3<br>WC Database Prefix: wpew_<br>Tamaño total de la base de datos: 2160.25MB<br>Tamaño de los datos de la base de datos: 996.84MB<br>Tamaño del índice de la base de datos: 1163.41MB<br>wpew_woocommerce_sessions: Datos: 10.02MB + Índice: 0.08MB + Motor InnoDB<br>wpew_woocommerce_api_keys: Datos: 0.02MB + Índice: 0.03MB + Motor InnoDB<br>wpew_woocommerce_attribute_taxonomies: Datos: 0.02MB + Índice: 0.02MB + Motor InnoDB<br>wpew_woocommerce_downloadable_product_permissions: Datos: 15.55MB + Índice: 21.14MB + Motor InnoDB<br>wpew_woocommerce_order_items: Datos: 18.55MB + Índice: 5.52MB + Motor InnoDB<br>wpew_woocommerce_order_itemmeta: Datos: 110.80MB + Índice: 272.78MB + Motor InnoDB<br>wpew_woocommerce_tax_rates: Datos: 0.02MB + Índice: 0.06MB + Motor InnoDB<br>wpew_woocommerce_tax_rate_locations: Datos: 0.02MB + Índice: 0.03MB + Motor InnoDB<br>wpew_woocommerce_shipping_zones: Datos: 0.02MB + Índice: 0.00MB + Motor InnoDB<br>wpew_woocommerce_shipping_zone_locations: Datos: 0.02MB + Índice: 0.05MB + Motor InnoDB<br>wpew_woocommerce_shipping_zone_methods: Datos: 0.02MB + Índice: 0.00MB + Motor InnoDB<br>wpew_woocommerce_payment_tokens: Datos: 0.02MB + Índice: 0.02MB + Motor InnoDB<br>wpew_woocommerce_payment_tokenmeta: Datos: 0.02MB + Índice: 0.03MB + Motor InnoDB<br>wpew_woocommerce_log: Datos: 0.02MB + Índice: 0.02MB + Motor InnoDB<br>wpew_actionscheduler_actions: Datos: 2.44MB + Índice: 2.59MB + Motor InnoDB<br>wpew_actionscheduler_claims: Datos: 0.02MB + Índice: 0.02MB + Motor InnoDB<br>wpew_actionscheduler_groups: Datos: 0.02MB + Índice: 0.02MB + Motor InnoDB<br>wpew_actionscheduler_logs: Datos: 1.52MB + Índice: 1.91MB + Motor InnoDB<br>wpew_aepc_custom_audiences: Datos: 0.02MB + Índice: 0.00MB + Motor InnoDB<br>wpew_aepc_logs: Datos: 1.52MB + Índice: 0.00MB + Motor InnoDB<br>wpew_aioseo_cache: Datos: 0.11MB + Índice: 0.03MB + Motor InnoDB<br>wpew_aioseo_notifications: Datos: 0.02MB + Índice: 0.06MB + Motor InnoDB<br>wpew_aioseo_posts: Datos: 0.02MB + Índice: 0.02MB + Motor InnoDB<br>wpew_check_email_log: Datos: 36.52MB + Índice: 0.00MB + Motor InnoDB<br>wpew_check_email_spam_analyzer: Datos: 0.02MB + Índice: 0.00MB + Motor InnoDB<br>wpew_cky_banners: Datos: 0.05MB + Índice: 0.00MB + Motor InnoDB<br>wpew_cky_cookies: Datos: 0.02MB + Índice: 0.00MB + Motor InnoDB<br>wpew_cky_cookie_categories: Datos: 0.02MB + Índice: 0.02MB + Motor InnoDB<br>wpew_commentmeta: Datos: 1.52MB + Índice: 3.53MB + Motor InnoDB<br>wpew_comments: Datos: 60.63MB + Índice: 60.70MB + Motor InnoDB<br>wpew_correos_oficial_carriers_products: Datos: 0.02MB + Índice: 0.00MB + Motor InnoDB<br>wpew_correos_oficial_codes: Datos: 0.02MB + Índice: 0.02MB + Motor InnoDB<br>wpew_correos_oficial_codes_actives: Datos: 0.02MB + Índice: 0.02MB + Motor InnoDB<br>wpew_correos_oficial_configuration: Datos: 0.02MB + Índice: 0.00MB + Motor InnoDB<br>wpew_correos_oficial_customs_description: Datos: 0.05MB + Índice: 0.00MB + Motor InnoDB<br>wpew_correos_oficial_install: Datos: 0.02MB + Índice: 0.00MB + Motor InnoDB<br>wpew_correos_oficial_orders: Datos: 0.16MB + Índice: 0.09MB + Motor InnoDB<br>wpew_correos_oficial_pickups_returns: Datos: 0.02MB + Índice: 0.02MB + Motor InnoDB<br>wpew_correos_oficial_postcodes: Datos: 1.52MB + Índice: 0.00MB + Motor InnoDB<br>wpew_correos_oficial_products: Datos: 0.02MB + Índice: 0.06MB + Motor InnoDB<br>wpew_correos_oficial_requests: Datos: 0.14MB + Índice: 0.03MB + Motor InnoDB<br>wpew_correos_oficial_returns: Datos: 0.02MB + Índice: 0.00MB + Motor InnoDB<br>wpew_correos_oficial_saved_orders: Datos: 0.13MB + Índice: 0.06MB + Motor InnoDB<br>wpew_correos_oficial_saved_returns: Datos: 0.02MB + Índice: 0.03MB + Motor InnoDB<br>wpew_correos_oficial_senders: Datos: 0.02MB + Índice: 0.05MB + Motor InnoDB<br>wpew_correos_oficial_shipping_method_rules: Datos: 0.02MB + Índice: 0.00MB + Motor InnoDB<br>wpew_correos_oficial_ws_status: Datos: 0.05MB + Índice: 0.00MB + Motor InnoDB<br>wpew_ewwwio_images: Datos: 1.52MB + Índice: 0.47MB + Motor InnoDB<br>wpew_ewwwio_queue: Datos: 0.02MB + Índice: 0.02MB + Motor InnoDB<br>wpew_e_events: Datos: 0.02MB + Índice: 0.02MB + Motor InnoDB<br>wpew_e_notes: Datos: 0.02MB + Índice: 0.17MB + Motor InnoDB<br>wpew_e_notes_users_relations: Datos: 0.02MB + Índice: 0.05MB + Motor InnoDB<br>wpew_e_submissions: Datos: 0.02MB + Índice: 0.27MB + Motor InnoDB<br>wpew_e_submissions_actions_log: Datos: 0.02MB + Índice: 0.11MB + Motor InnoDB<br>wpew_e_submissions_values: Datos: 0.02MB + Índice: 0.03MB + Motor InnoDB<br>wpew_fca_eoi_activity: Datos: 0.02MB + Índice: 0.05MB + Motor InnoDB<br>wpew_hfcm_scripts: Datos: 0.02MB + Índice: 0.00MB + Motor InnoDB<br>wpew_irecommendthis_votes: Datos: 0.02MB + Índice: 0.00MB + Motor InnoDB<br>wpew_links: Datos: 0.02MB + Índice: 0.02MB + Motor InnoDB<br>wpew_litespeed_img_optming: Datos: 0.02MB + Índice: 0.05MB + Motor InnoDB<br>wpew_loginizer_logs: Datos: 0.02MB + Índice: 0.00MB + Motor InnoDB<br>wpew_modular_cache: Datos: 0.02MB + Índice: 0.00MB + Motor InnoDB<br>wpew_modular_cache_locks: Datos: 0.02MB + Índice: 0.00MB + Motor InnoDB<br>wpew_modular_jobs: Datos: 0.02MB + Índice: 0.02MB + Motor InnoDB<br>wpew_nxs_log: Datos: 0.09MB + Índice: 0.00MB + Motor InnoDB<br>wpew_nxs_query: Datos: 0.02MB + Índice: 0.00MB + Motor InnoDB<br>wpew_opanda_leads: Datos: 0.02MB + Índice: 0.02MB + Motor InnoDB<br>wpew_opanda_leads_fields: Datos: 0.02MB + Índice: 0.02MB + Motor InnoDB<br>wpew_opanda_stats_v2: Datos: 0.02MB + Índice: 0.02MB + Motor InnoDB<br>wpew_options: Datos: 13.55MB + Índice: 8.08MB + Motor InnoDB<br>wpew_postmeta: Datos: 315.98MB + Índice: 518.88MB + Motor InnoDB<br>wpew_posts: Datos: 29.55MB + Índice: 17.97MB + Motor InnoDB<br>wpew_post_smtp_logmeta: Datos: 0.02MB + Índice: 0.00MB + Motor InnoDB<br>wpew_post_smtp_logs: Datos: 4.02MB + Índice: 0.00MB + Motor InnoDB<br>wpew_post_views: Datos: 7.52MB + Índice: 11.03MB + Motor InnoDB<br>wpew_sad_users: Datos: 118.63MB + Índice: 0.00MB + Motor InnoDB<br>wpew_shortpixel_folders: Datos: 0.02MB + Índice: 0.02MB + Motor InnoDB<br>wpew_shortpixel_meta: Datos: 0.02MB + Índice: 0.02MB + Motor InnoDB<br>wpew_shortpixel_postmeta: Datos: 0.05MB + Índice: 0.08MB + Motor InnoDB<br>wpew_sib_model_contact: Datos: 0.02MB + Índice: 0.00MB + Motor InnoDB<br>wpew_sib_model_forms: Datos: 0.02MB + Índice: 0.00MB + Motor InnoDB<br>wpew_sib_model_users: Datos: 0.02MB + Índice: 0.00MB + Motor InnoDB<br>wpew_smush_dir_images: Datos: 0.02MB + Índice: 0.03MB + Motor InnoDB<br>wpew_swift_performance_image_optimizer: Datos: 6.52MB + Índice: 1.52MB + Motor InnoDB<br>wpew_swift_performance_warmup: Datos: 0.31MB + Índice: 0.36MB + Motor InnoDB<br>wpew_termmeta: Datos: 0.38MB + Índice: 0.28MB + Motor InnoDB<br>wpew_terms: Datos: 0.28MB + Índice: 0.25MB + Motor InnoDB<br>wpew_term_relationships: Datos: 0.36MB + Índice: 0.20MB + Motor InnoDB<br>wpew_term_taxonomy: Datos: 0.23MB + Índice: 0.22MB + Motor InnoDB<br>wpew_top_ten: Datos: 0.19MB + Índice: 0.00MB + Motor InnoDB<br>wpew_top_ten_daily: Datos: 56.63MB + Índice: 0.00MB + Motor InnoDB<br>wpew_usermeta: Datos: 104.81MB + Índice: 188.13MB + Motor InnoDB<br>wpew_users: Datos: 8.52MB + Índice: 7.06MB + Motor InnoDB<br>wpew_wcpdf_credit_note_number: Datos: 0.02MB + Índice: 0.00MB + Motor InnoDB<br>wpew_wcpdf_invoice_number: Datos: 0.08MB + Índice: 0.00MB + Motor InnoDB<br>wpew_wcpdf_invoice_number_2023: Datos: 0.08MB + Índice: 0.00MB + Motor InnoDB<br>wpew_wcpdf_invoice_number_2024: Datos: 0.42MB + Índice: 0.00MB + Motor InnoDB<br>wpew_wcpdf_packing_slip_number: Datos: 0.02MB + Índice: 0.00MB + Motor InnoDB<br>wpew_wc_admin_notes: Datos: 0.06MB + Índice: 0.00MB + Motor InnoDB<br>wpew_wc_admin_note_actions: Datos: 0.05MB + Índice: 0.02MB + Motor InnoDB<br>wpew_wc_category_lookup: Datos: 0.02MB + Índice: 0.00MB + Motor InnoDB<br>wpew_wc_customer_lookup: Datos: 5.52MB + Índice: 3.03MB + Motor InnoDB<br>wpew_wc_download_log: Datos: 9.52MB + Índice: 6.03MB + Motor InnoDB<br>wpew_wc_orders: Datos: 0.02MB + Índice: 0.11MB + Motor InnoDB<br>wpew_wc_orders_meta: Datos: 0.02MB + Índice: 0.03MB + Motor InnoDB<br>wpew_wc_order_addresses: Datos: 0.02MB + Índice: 0.06MB + Motor InnoDB<br>wpew_wc_order_coupon_lookup: Datos: 0.05MB + Índice: 0.03MB + Motor InnoDB<br>wpew_wc_order_operational_data: Datos: 0.02MB + Índice: 0.03MB + Motor InnoDB<br>wpew_wc_order_product_lookup: Datos: 16.55MB + Índice: 13.06MB + Motor InnoDB<br>wpew_wc_order_stats: Datos: 8.52MB + Índice: 5.55MB + Motor InnoDB<br>wpew_wc_order_tax_lookup: Datos: 4.52MB + Índice: 4.03MB + Motor InnoDB<br>wpew_wc_product_attributes_lookup: Datos: 0.02MB + Índice: 0.02MB + Motor InnoDB<br>wpew_wc_product_download_directories: Datos: 0.02MB + Índice: 0.02MB + Motor InnoDB<br>wpew_wc_product_meta_lookup: Datos: 0.13MB + Índice: 0.20MB + Motor InnoDB<br>wpew_wc_rate_limits: Datos: 0.02MB + Índice: 0.02MB + Motor InnoDB<br>wpew_wc_reserved_stock: Datos: 0.02MB + Índice: 0.00MB + Motor InnoDB<br>wpew_wc_tax_rate_classes: Datos: 0.02MB + Índice: 0.02MB + Motor InnoDB<br>wpew_wc_webhooks: Datos: 0.02MB + Índice: 0.02MB + Motor InnoDB<br>wpew_woocommerce_bis_activity: Datos: 0.11MB + Índice: 0.14MB + Motor InnoDB<br>wpew_woocommerce_bis_notifications: Datos: 0.06MB + Índice: 0.11MB + Motor InnoDB<br>wpew_woocommerce_bis_notificationsmeta: Datos: 0.14MB + Índice: 0.11MB + Motor InnoDB<br>wpew_wpforms_tasks_meta: Datos: 0.02MB + Índice: 0.00MB + Motor InnoDB<br>wpew_wpmailsmtp_debug_events: Datos: 2.52MB + Índice: 0.00MB + Motor InnoDB<br>wpew_wpmailsmtp_tasks_meta: Datos: 0.02MB + Índice: 0.00MB + Motor InnoDB<br>wpew_wpr_above_the_fold: Datos: 4.02MB + Índice: 0.31MB + Motor InnoDB<br>wpew_wpr_lazy_render_content: Datos: 0.19MB + Índice: 0.31MB + Motor InnoDB<br>wpew_wpr_rocket_cache: Datos: 0.02MB + Índice: 0.05MB + Motor InnoDB<br>wpew_wpr_rucss_used_css: Datos: 3.52MB + Índice: 2.78MB + Motor InnoDB<br>wpew_wt_iew_action_history: Datos: 0.05MB + Índice: 0.00MB + Motor InnoDB<br>wpew_wt_iew_mapping_template: Datos: 0.02MB + Índice: 0.00MB + Motor InnoDB<br>wpew_xcloner_scheduler: Datos: 0.02MB + Índice: 0.00MB + Motor InnoDB<br>wpew_yoast_indexable: Datos: 6.52MB + Índice: 1.94MB + Motor InnoDB<br>wpew_yoast_indexable_hierarchy: Datos: 0.41MB + Índice: 0.47MB + Motor InnoDB<br>wpew_yoast_migrations: Datos: 0.02MB + Índice: 0.02MB + Motor InnoDB<br>wpew_yoast_primary_term: Datos: 0.06MB + Índice: 0.09MB + Motor InnoDB<br>wpew_yoast_seo_links: Datos: 1.52MB + Índice: 0.27MB + Motor InnoDB<br>wpew_yoast_seo_meta: Datos: 0.30MB + Índice: 0.00MB + Motor InnoDB Post Type Counts</p> <p>attachment: 5559<br>custom_css: 2<br>elementor-hf: 1<br>elementor_font: 3<br>elementor_icons: 1<br>elementor_library: 40<br>mc4wp-form: 2<br>nav_menu_item: 107<br>oembed_cache: 24<br>opanda-item: 1<br>page: 23<br>post: 367<br>product: 327<br>product_variation: 491<br>revision: 142<br>sg_optimizer_jobs: 10<br>shop_coupon: 75<br>shop_order: 63924<br>shop_order_refund: 61<br>tt_font_control: 1<br>wbcr-snippets: 3<br>wpcode: 2<br>wp_global_styles: 1 Security</p> <p>Secure connection (HTTPS): ✔<br>Hide errors from visitors: ✔ Active Plugins (39)</p> <p>Antispam Bee: por pluginkollektiv – 2.11.7<br>Check & Log Email – Easy Email Testing & Mail logging: por checkemail – 2.0.7<br>Editor clásico: por Colaboradores de WordPress – 1.6.7<br>Colorlib Login Customizer: por Colorlib – 1.3.3<br>CookieYes | GDPR Cookie Consent: por CookieYes – 3.2.10<br>Correos Ecommerce: por Grupo Correos – 1.9.1<br>GTM4WP – A Google Tag Manager (GTM) plugin for WordPress: por Thomas Geiger – 1.20.3<br>Elementor Pro: por Elementor.com – 3.28.3<br>Elementor: por Elementor.com – 3.28.4<br>Envíos por provincias (ES): por Enrique J. Ros – 1.1<br>Header Footer Code Manager: por DraftPress – 1.1.39<br>Ultimate Addons for Elementor Lite: por Brainstorm Force – 2.3.0<br>Importar y exportar usuarios y clientes: por codection – 1.28.6<br>Woody code snippets (PHP snippets | Insert PHP): por Creative Motion<br>Will Bontrager Software<br>LLC – 2.5.1</p> <p>LA-Studio Core: por LA-Studio – 2.3.2<br>Cron Jobs: por Ariel – 1.2.10<br>Newsletter, SMTP, Email marketing and Subscribe forms by Brevo: por Brevo – 3.2.0<br>Modular Connector: por Modular DS – 1.15.3<br>Pixel Caffeine: por AdEspresso – 2.3.3<br>Post SMTP: por Post SMTP – 3.1.4<br>Post Views Counter: por dFactory – 1.5.3<br>Product Import Export for WooCommerce: por WebToffee – 2.5.3<br>Suscribirse para descargar: por XIMO. – 3.25<br>Advanced Editor Tools: por Automattic – 5.9.2<br>Use Any Font: por Dnesscarkey – 6.3.12<br>WC – APG Campo NIF/CIF/NIE: por Art Project Group – 3.2.0.1<br>WebP Express: por Bjørn Rosell – 0.25.9<br>WooCommerce Redsys Gateway Light: por José Conti – 6.4.0<br>WooCommerce Back In Stock Notifications: por Woo – 3.2.0<br>WooCommerce Bulk Discount: por Rene Puchinger – 3.0<br>WooCommerce Checkout Manager: por QuadLayers – 7.6.9<br>Google Analytics for WooCommerce: por WooCommerce – 2.1.14<br>WooCommerce Legacy REST API: por WooCommerce – 1.0.5<br>PDF Invoices & Packing Slips for WooCommerce: por WP Overnight – 4.4.1<br>PDF Invoices & Packing Slips for WooCommerce – Professional: por WP Overnight – 2.15.7<br>WooCommerce: por Automattic – 9.8.3<br>Yoast SEO: por Equipo Yoast – 25.0<br>WP Rocket: por WP Media – 3.18.3<br>WPS Hide Login: por WPServeur<br>NicolasKulka<br>wpformation – 1.9.17.2 Inactive Plugins (3)</p> <p>Correos Oficial: por Correos – 1.0.13-beta<br>WooCommerce Stripe Gateway: por Stripe – 9.4.1<br>WP Crontrol: por John Blackbourn – 1.19.0 Dropin Plugins ()</p> <p>advanced-cache.php: advanced-cache.php<br>maintenance.php: maintenance.php Must Use Plugins (1)</p> <p>Modular Connector Loader: por Modular DS – 1.0.0 Settings</p> <p>Legacy API Enabled: ✔<br>Force SSL: –<br>Currency: EUR (€)<br>Currency Position: right<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>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>Connected to WooCommerce.com: –<br>Enforce Approved Product Download Directories: –<br>HPOS feature enabled: –<br>Order datastore: WC_Order_Data_Store_CPT<br>HPOS data sync enabled: – Logging</p> <p>Enabled: ✔<br>Handler: Automattic\WooCommerce\Internal\Admin\Logging\LogHandlerFileV2<br>Retention period: 30 días<br>Level threshold: –<br>Log directory size: 453 KB WC Pages</p> <p>Base de la tienda: #13 – /tienda/<br>Carrito: #16018 – /carrito/ – Contiene el shortcode woocommerce_cart<br>Finalizar compra: #15 – /checkout/ – Contiene el shortcode woocommerce_checkout<br>Mi cuenta: #16020 – /mi-cuenta/ – Contiene el shortcode [woocommerce_my_account]<br>Términos y condiciones: #16943 – /terminos-y-condiciones/ Theme</p> <p>Name: Lauriel<br>Version: 1.1.1<br>Author URL: https://themeforest.net/user/LA-Studio?ref=LA-Studio<br>Child Theme: ❌ – Si estás modificando WooCommerce en un tema padre que no has creado personalmente<br>te recomendamos utilizar un tema hijo. Ver: Cómo crear un tema hijo</p> <p>Theme type: Tema clásico<br>WooCommerce Support: ✔ Templates</p> <p>Overrides: La version 3.4.0 de lauriel/woocommerce/archive-product.php está obsoleta. La versión del núcleo es la 8.6.0<br>La version 4.4.0 de lauriel/woocommerce/cart/cross-sells.php está obsoleta. La versión del núcleo es la 9.6.0<br>La version 3.6.0 de lauriel/woocommerce/content-product.php está obsoleta. La versión del núcleo es la 9.4.0<br>lauriel/woocommerce/content-single-product.php<br>La version 3.3.0 de lauriel/woocommerce/loop/add-to-cart.php está obsoleta. La versión del núcleo es la 9.2.0<br>lauriel/woocommerce/loop/loop-end.php<br>lauriel/woocommerce/loop/loop-start.php<br>La version 3.6.0 de lauriel/woocommerce/loop/orderby.php está obsoleta. La versión del núcleo es la 9.7.0<br>La version 3.3.1 de lauriel/woocommerce/loop/pagination.php está obsoleta. La versión del núcleo es la 9.3.0<br>La version 3.3.0 de lauriel/woocommerce/product-searchform.php está obsoleta. La versión del núcleo es la 7.0.1<br>lauriel/woocommerce/single-product/price.php<br>La version 3.5.1 de lauriel/woocommerce/single-product/product-image.php está obsoleta. La versión del núcleo es la 9.7.0<br>La version 3.9.0 de lauriel/woocommerce/single-product/related.php está obsoleta. La versión del núcleo es la 9.6.0<br>lauriel/woocommerce/single-product/sale-flash.php<br>La version 3.8.0 de lauriel/woocommerce/single-product/tabs/tabs.php está obsoleta. La versión del núcleo es la 9.6.0<br>lauriel/woocommerce/single-product/title.php<br>La version 3.0.1 de lauriel/woocommerce/single-product/up-sells.php está obsoleta. La versión del núcleo es la 9.6.0</p> <p>Outdated Templates: ❌</p> <pre class=”wp-block-code”><code> Aprende cómo actualizar | Vaciar la caché de información del tema de estado del sistema</code></pre> <p>Back In Stock</p> <p>Database Version: 3.2.0<br>Loopback Test: ✔ Admin</p> <p>Enabled Features: activity-panels<br>analytics<br>product-block-editor<br>coupons<br>core-profiler<br>customize-store<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>onboarding<br>onboarding-tasks<br>pattern-toolkit-full-composability<br>product-custom-fields<br>remote-inbox-notifications<br>remote-free-extensions<br>payment-gateway-suggestions<br>printful<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<br>launch-your-store<br>add-to-cart-with-options-stepper-layout</p> <p>Disabled Features: product-data-views<br>experimental-blocks<br>coming-soon-newsletter-template<br>minified-js<br>product-pre-publish-modal<br>settings<br>async-product-editor-category-field<br>product-editor-template-system<br>use-wp-horizon<br>blockified-add-to-cart</p> <p>Daily Cron: ✔ Next scheduled: 2025-05-06 05:27:06 +02:00<br>Options: ✔<br>Notes: 81<br>Onboarding: completed Action Scheduler</p> <p>Completo: 8.509<br>Oldest: 2025-04-04 07:53:34 +0000<br>Newest: 2025-05-05 06:07:54 +0000</p> <p>Pendiente: 2<br>Oldest: 2025-05-05 08:22:05 +0000<br>Newest: 2025-05-06 08:37:46 +0000 Status report information</p> <p>Generated at: 2025-05-05 08:26:05 +02:00<br>`

Viewing 15 replies - 1 through 15 (of 139 total)