devsaredead
Forum Replies Created
-
Forum: Plugins
In reply to: [Loco Translate] Strings for Woocommerce not workingunless you have resolved this, you may try
// QUICKLY TRANSLATE ANY STRINGS THAT DON’T GET TRANSLATED
add_filter(‘gettext’, ‘translate_text’);
add_filter(‘ngettext’, ‘translate_text’);
function translate_text($translated) {
$translated = str_ireplace(‘View your shopping cart’, ‘mostra carrello’, $translated);
$translated = str_ireplace(‘Start shopping’, ‘inizia a comprare’, $translated);
return $translated;
}Forum: Plugins
In reply to: [Loco Translate] strings stopped being translated out of the blueYou may think it’s not a Loco issue but it is, and I have no bug to report. I have also tried the load theme/plugin-textdomain function but it doesnt help.
Again, it stopped working on the production site but still does on staging site. Awaiting for a reply, if you please. Thank you.
Forum: Developing with WordPress
In reply to: (yet another) spam registration issuethank you but I have implemented all above on a regular basis. My concern is to find and delete a portion of code which must be hidden somewhere. I mean, it’s impossible that I start getting spam the very second I turn the site on. Besides, I wasn’t getting spam before.
It must be a vulnerability in a plugin but of course everyone blames everyone. Reinstalling WP doesn’t help, scanning at server and site level neither.
Where is that nasty code hiding?
Forum: Plugins
In reply to: [Loco Translate] Strings not appearLook into WordPress core translations, or force them with following snippet:
// QUICKLY TRANSLATE ANY STRINGS THAT DON’T GET TRANSLATED
add_filter(‘gettext’, ‘translate_text’);
add_filter(‘ngettext’, ‘translate_text’);
function translate_text($translated) {
$translated = str_ireplace(‘Start shopping’, ‘Inizia’, $translated);
$translated = str_ireplace(‘Renew’, ‘rinnova’, $translated);
return $translated;
}But it’s not the proper method. Loco’s author doesn’t give any feedback on such matters.
this problem is really getting on my nerves. Don’t you have an alternative to captcha? You must investigate, there really is a hole in your plugin. I tested with a dfault theme and it spam registrations still get through.
I reckon the problem is with the free plan and I think PMP assumes that is a normal WordPress user registration, so it bypasses it and disables registrations if “anyone can register” is unchecked. So, that setting can live for paid plans but not for free registrations (i.e. WordPress default)
Unfortunately, the option is preventing to register, so I have to enable “anyone can register”. ??
Forum: Fixing WordPress
In reply to: php 8 crashessure if plugin/theme don’t fix their products, it’s hard to carry on (and one even pays fo their service).
However, I have set all WP_DEBUG, WP_DEBUG_LOG, WP_DEBUG_DISPLAY to false, and have the following errors (edited):
- is_embed was called uncorrectly
- is_search was called uncorrectly
- Uncaught Error: Call to undefined function in, for instance [/wp-includes/class-wp-hook.php(332): WP_Hook->apply_filters(NULL, Array) #4 /wp-includes/plugin.php(517): WP_Hook->do_action(Array) #5 /public_html/wp-settings.php(480): do_action(‘plugins_loaded’) #6 /wp-config.php(96): /public_html/wp-load.php(55): require_once(‘/wp…’) #8 /public_html/wp-blog-header.php(13): require_once(‘//pu…’) #9 /public_html/index.php]
I have no idea if these can help understanding the issue.
thank you for confirming that ??
Forum: Fixing WordPress
In reply to: WordPress default registration form?hello, I appreciate your links and I normally take actions to prevent spam. Yet, my question was a bit different. ?? I wish to know where they get in, not how.
Forum: Plugins
In reply to: [Loco Translate] some strings lost translation out of the bluesorry Author, it’s been a while, could you come with any help here? Nothing has changed in my theme and translations are not fetched. Even notification emails from WordPress don’t fetch the translations anymore.
Forum: Plugins
In reply to: [WooCommerce] cannot edit/create products anymorethank you for your patience. Herwith I include the latest status report. Besides, the load speed is only for editing/creating/duplicating products… no issues on any other Woo dashboards.
WordPress Environment WordPress address (URL): https://agendadelvolo.info Site address (URL): https://agendadelvolo.info WC Version: 7.3.0 REST API Version: ?</img> 7.3.0 WC Blocks Version: ?</img> 9.1.5 Action Scheduler Version: ?</img> 3.4.0 Log Directory Writable: ?</img> WP Version: 6.1.1 WP Multisite: – WP Memory Limit: 5 GB WP Debug Mode: – WP Cron: ?</img> Language: it_IT External object cache: – Server Environment Server Info: Apache PHP Version: 7.4.33 PHP Post Max Size: 8 MB PHP Time Limit: 3000 PHP Max Input Vars: 3000 cURL Version: 7.87.0 OpenSSL/1.1.1s SUHOSIN Installed: – MySQL Version: 5.5.5-10.3.37-MariaDB Max Upload Size: 3 MB Default Timezone is UTC: ?</img> fsockopen/cURL: ?</img> SoapClient: ?</img> DOMDocument: ?</img> GZip: ?</img> Multibyte String: ?</img> Remote Post: ?</img> Remote Get: ?</img> Database WC Database Version: 7.3.0 WC Database Prefix: avs_ Dimensione totale database: 202.05MB Dimensione dati database: 159.17MB Dimensione indice database: 42.88MB avs_woocommerce_sessions: Dati: 0.49MB + indice: 0.03MB + motore MyISAM avs_woocommerce_api_keys: Dati: 0.00MB + indice: 0.01MB + motore MyISAM avs_woocommerce_attribute_taxonomies: Dati: 0.00MB + indice: 0.00MB + motore MyISAM avs_woocommerce_downloadable_product_permissions: Dati: 0.00MB + indice: 0.01MB + motore MyISAM avs_woocommerce_order_items: Dati: 0.00MB + indice: 0.00MB + motore MyISAM avs_woocommerce_order_itemmeta: Dati: 0.01MB + indice: 0.01MB + motore MyISAM avs_woocommerce_tax_rates: Dati: 0.00MB + indice: 0.00MB + motore MyISAM avs_woocommerce_tax_rate_locations: Dati: 0.00MB + indice: 0.00MB + motore MyISAM avs_woocommerce_shipping_zones: Dati: 0.00MB + indice: 0.00MB + motore MyISAM avs_woocommerce_shipping_zone_locations: Dati: 0.00MB + indice: 0.00MB + motore MyISAM avs_woocommerce_shipping_zone_methods: Dati: 0.00MB + indice: 0.00MB + motore MyISAM avs_woocommerce_payment_tokens: Dati: 0.00MB + indice: 0.00MB + motore MyISAM avs_woocommerce_payment_tokenmeta: Dati: 0.00MB + indice: 0.00MB + motore MyISAM avs_woocommerce_log: Dati: 0.00MB + indice: 0.00MB + motore MyISAM avs_actionscheduler_actions: Dati: 0.01MB + indice: 0.02MB + motore MyISAM avs_actionscheduler_claims: Dati: 0.00MB + indice: 0.00MB + motore MyISAM avs_actionscheduler_groups: Dati: 0.00MB + indice: 0.01MB + motore MyISAM avs_actionscheduler_logs: Dati: 0.00MB + indice: 0.00MB + motore MyISAM avs_admin_columns: Dati: 0.03MB + indice: 0.00MB + motore MyISAM avs_commentmeta: Dati: 0.00MB + indice: 0.00MB + motore MyISAM avs_comments: Dati: 0.00MB + indice: 0.01MB + motore MyISAM avs_cpk_wpcsv_export_queue: Dati: 0.00MB + indice: 0.00MB + motore MyISAM avs_cpk_wpcsv_log: Dati: 0.00MB + indice: 0.00MB + motore MyISAM avs_links: Dati: 0.00MB + indice: 0.00MB + motore MyISAM avs_mailster_actions: Dati: 0.00MB + indice: 0.00MB + motore MyISAM avs_mailster_action_bounces: Dati: 0.00MB + indice: 0.00MB + motore MyISAM avs_mailster_action_clicks: Dati: 0.00MB + indice: 0.00MB + motore MyISAM avs_mailster_action_errors: Dati: 0.00MB + indice: 0.00MB + motore MyISAM avs_mailster_action_opens: Dati: 0.00MB + indice: 0.00MB + motore MyISAM avs_mailster_action_sent: Dati: 0.00MB + indice: 0.00MB + motore MyISAM avs_mailster_action_unsubs: Dati: 0.00MB + indice: 0.00MB + motore MyISAM avs_mailster_forms: Dati: 0.00MB + indice: 0.00MB + motore MyISAM avs_mailster_forms_lists: Dati: 0.00MB + indice: 0.00MB + motore MyISAM avs_mailster_forms_tags: Dati: 0.00MB + indice: 0.00MB + motore MyISAM avs_mailster_form_fields: Dati: 0.00MB + indice: 0.01MB + motore MyISAM avs_mailster_links: Dati: 0.00MB + indice: 0.00MB + motore MyISAM avs_mailster_lists: Dati: 0.00MB + indice: 0.01MB + motore MyISAM avs_mailster_lists_subscribers: Dati: 0.00MB + indice: 0.00MB + motore MyISAM avs_mailster_queue: Dati: 0.00MB + indice: 0.02MB + motore MyISAM avs_mailster_subscribers: Dati: 0.00MB + indice: 0.01MB + motore MyISAM avs_mailster_subscriber_fields: Dati: 0.00MB + indice: 0.00MB + motore MyISAM avs_mailster_subscriber_meta: Dati: 0.00MB + indice: 0.01MB + motore MyISAM avs_mailster_tags: Dati: 0.00MB + indice: 0.00MB + motore MyISAM avs_mailster_tags_subscribers: Dati: 0.00MB + indice: 0.00MB + motore MyISAM avs_ms_snippets: Dati: 0.00MB + indice: 0.00MB + motore MyISAM avs_mvx_cust_answers: Dati: 0.00MB + indice: 0.00MB + motore MyISAM avs_mvx_cust_questions: Dati: 0.00MB + indice: 0.00MB + motore MyISAM avs_mvx_products_map: Dati: 0.00MB + indice: 0.00MB + motore MyISAM avs_mvx_shipping_zone_locations: Dati: 0.00MB + indice: 0.00MB + motore MyISAM avs_mvx_shipping_zone_methods: Dati: 0.00MB + indice: 0.00MB + motore MyISAM avs_mvx_vendor_ledger: Dati: 0.00MB + indice: 0.00MB + motore MyISAM avs_mvx_vendor_orders: Dati: 0.00MB + indice: 0.00MB + motore MyISAM avs_mvx_visitors_stats: Dati: 0.00MB + indice: 0.00MB + motore MyISAM avs_options: Dati: 7.72MB + indice: 0.18MB + motore MyISAM avs_pmpro_discount_codes: Dati: 0.00MB + indice: 0.00MB + motore MyISAM avs_pmpro_discount_codes_levels: Dati: 0.00MB + indice: 0.00MB + motore MyISAM avs_pmpro_discount_codes_uses: Dati: 0.00MB + indice: 0.00MB + motore MyISAM avs_pmpro_memberships_categories: Dati: 0.00MB + indice: 0.00MB + motore MyISAM avs_pmpro_memberships_pages: Dati: 0.00MB + indice: 0.00MB + motore MyISAM avs_pmpro_memberships_users: Dati: 3.88MB + indice: 3.94MB + motore MyISAM avs_pmpro_membership_levelmeta: Dati: 0.00MB + indice: 0.01MB + motore MyISAM avs_pmpro_membership_levels: Dati: 0.00MB + indice: 0.01MB + motore MyISAM avs_pmpro_membership_ordermeta: Dati: 0.00MB + indice: 0.00MB + motore MyISAM avs_pmpro_membership_orders: Dati: 0.00MB + indice: 0.02MB + motore MyISAM avs_postmeta: Dati: 83.67MB + indice: 21.13MB + motore MyISAM avs_posts: Dati: 21.09MB + indice: 2.84MB + motore MyISAM avs_snippets: Dati: 0.05MB + indice: 0.00MB + motore MyISAM avs_termmeta: Dati: 0.02MB + indice: 0.02MB + motore MyISAM avs_terms: Dati: 0.01MB + indice: 0.03MB + motore MyISAM avs_term_relationships: Dati: 0.65MB + indice: 1.16MB + motore MyISAM avs_term_taxonomy: Dati: 0.03MB + indice: 0.02MB + motore MyISAM avs_usermeta: Dati: 10.77MB + indice: 6.90MB + motore MyISAM avs_users: Dati: 1.76MB + indice: 1.32MB + motore MyISAM avs_wcmp_cust_answers: Dati: 0.00MB + indice: 0.00MB + motore MyISAM avs_wcmp_cust_questions: Dati: 0.00MB + indice: 0.00MB + motore MyISAM avs_wcmp_products_map: Dati: 0.00MB + indice: 0.00MB + motore MyISAM avs_wcmp_shipping_zone_locations: Dati: 0.00MB + indice: 0.00MB + motore MyISAM avs_wcmp_shipping_zone_methods: Dati: 0.00MB + indice: 0.00MB + motore MyISAM avs_wcmp_vendor_ledger: Dati: 0.00MB + indice: 0.00MB + motore MyISAM avs_wcmp_vendor_orders: Dati: 0.00MB + indice: 0.00MB + motore MyISAM avs_wcmp_visitors_stats: Dati: 0.00MB + indice: 0.02MB + motore MyISAM avs_wcpdf_invoice_number: Dati: 0.00MB + indice: 0.00MB + motore MyISAM avs_wcpdf_receipt_number: Dati: 0.00MB + indice: 0.00MB + motore MyISAM avs_wc_admin_notes: Dati: 0.02MB + indice: 0.00MB + motore MyISAM avs_wc_admin_note_actions: Dati: 0.01MB + indice: 0.00MB + motore MyISAM avs_wc_category_lookup: Dati: 0.00MB + indice: 0.00MB + motore MyISAM avs_wc_customer_lookup: Dati: 0.00MB + indice: 0.00MB + motore MyISAM avs_wc_download_log: Dati: 0.00MB + indice: 0.00MB + motore MyISAM avs_wc_order_coupon_lookup: Dati: 0.00MB + indice: 0.00MB + motore MyISAM avs_wc_order_product_lookup: Dati: 0.00MB + indice: 0.00MB + motore MyISAM avs_wc_order_stats: Dati: 0.00MB + indice: 0.00MB + motore MyISAM avs_wc_order_tax_lookup: Dati: 0.00MB + indice: 0.00MB + motore MyISAM avs_wc_product_attributes_lookup: Dati: 0.00MB + indice: 0.00MB + motore MyISAM avs_wc_product_download_directories: Dati: 0.01MB + indice: 0.01MB + motore MyISAM avs_wc_product_meta_lookup: Dati: 0.01MB + indice: 0.03MB + motore MyISAM avs_wc_rate_limits: Dati: 0.00MB + indice: 0.00MB + motore MyISAM avs_wc_reserved_stock: Dati: 0.00MB + indice: 0.00MB + motore MyISAM avs_wc_tax_rate_classes: Dati: 0.00MB + indice: 0.01MB + motore MyISAM avs_wc_webhooks: Dati: 0.00MB + indice: 0.00MB + motore MyISAM avs_wfblockediplog: Dati: 0.01MB + indice: 0.01MB + motore MyISAM avs_wfblocks7: Dati: 0.00MB + indice: 0.00MB + motore MyISAM avs_wfconfig: Dati: 2.45MB + indice: 0.01MB + motore MyISAM avs_wfcrawlers: Dati: 0.00MB + indice: 0.00MB + motore MyISAM avs_wffilechanges: Dati: 0.00MB + indice: 0.00MB + motore MyISAM avs_wffilemods: Dati: 13.91MB + indice: 2.06MB + motore MyISAM avs_wfhits: Dati: 0.87MB + indice: 0.13MB + motore MyISAM avs_wfhoover: Dati: 0.00MB + indice: 0.00MB + motore MyISAM avs_wfissues: Dati: 0.02MB + indice: 0.01MB + motore MyISAM avs_wfknownfilelist: Dati: 9.07MB + indice: 0.64MB + motore MyISAM avs_wflivetraffichuman: Dati: 0.00MB + indice: 0.00MB + motore MyISAM avs_wflocs: Dati: 0.00MB + indice: 0.00MB + motore MyISAM avs_wflogins: Dati: 0.30MB + indice: 0.07MB + motore MyISAM avs_wfls_2fa_secrets: Dati: 0.02MB + indice: 0.02MB + motore InnoDB avs_wfls_settings: Dati: 0.02MB + indice: 0.00MB + motore InnoDB avs_wfnotifications: Dati: 0.01MB + indice: 0.00MB + motore MyISAM avs_wfpendingissues: Dati: 0.00MB + indice: 0.01MB + motore MyISAM avs_wfpklist_template_data: Dati: 0.01MB + indice: 0.00MB + motore MyISAM avs_wfreversecache: Dati: 0.00MB + indice: 0.00MB + motore MyISAM avs_wfsnipcache: Dati: 0.00MB + indice: 0.00MB + motore MyISAM avs_wfstatus: Dati: 0.29MB + indice: 0.12MB + motore MyISAM avs_wftrafficrates: Dati: 0.01MB + indice: 0.01MB + motore MyISAM avs_woo_shippment_provider: Dati: 0.04MB + indice: 0.01MB + motore MyISAM avs_wpforo_accesses: Dati: 0.02MB + indice: 0.02MB + motore InnoDB avs_wpforo_activity: Dati: 0.02MB + indice: 0.08MB + motore InnoDB avs_wpforo_boards: Dati: 0.02MB + indice: 0.03MB + motore InnoDB avs_wpforo_bookmarks: Dati: 0.02MB + indice: 0.03MB + motore InnoDB avs_wpforo_follows: Dati: 0.02MB + indice: 0.06MB + motore InnoDB avs_wpforo_forums: Dati: 0.02MB + indice: 0.09MB + motore InnoDB avs_wpforo_languages: Dati: 0.02MB + indice: 0.02MB + motore InnoDB avs_wpforo_logs: Dati: 0.02MB + indice: 0.02MB + motore InnoDB avs_wpforo_phrases: Dati: 0.06MB + indice: 0.09MB + motore MyISAM avs_wpforo_postmeta: Dati: 0.02MB + indice: 0.09MB + motore InnoDB avs_wpforo_posts: Dati: 0.00MB + indice: 0.00MB + motore MyISAM avs_wpforo_post_revisions: Dati: 0.02MB + indice: 0.02MB + motore InnoDB avs_wpforo_profiles: Dati: 1.52MB + indice: 1.08MB + motore InnoDB avs_wpforo_reactions: Dati: 0.02MB + indice: 0.02MB + motore InnoDB avs_wpforo_subscribes: Dati: 0.02MB + indice: 0.06MB + motore InnoDB avs_wpforo_tags: Dati: 0.02MB + indice: 0.03MB + motore InnoDB avs_wpforo_topics: Dati: 0.00MB + indice: 0.00MB + motore MyISAM avs_wpforo_usergroups: Dati: 0.02MB + indice: 0.05MB + motore InnoDB avs_wpforo_views: Dati: 0.02MB + indice: 0.05MB + motore InnoDB avs_wpforo_visits: Dati: 0.02MB + indice: 0.13MB + motore InnoDB Post Type Counts attachment: 10489 cmcal_event: 1164 custom_css: 1 custom-css-js: 7 ecwd_theme: 1 job_listing: 6 nav_menu_item: 40 newsletter: 3 oembed_cache: 5 option-tree: 1 page: 42 post: 13 product: 261 revision: 376 seedprod: 1 shop_coupon: 1 shop_order: 12 tablepress_table: 8 user_request: 1 wcmp_university: 10 wpb-rs-global: 14 wpc_product_table: 7 wpcf7_contact_form: 6 wpes_setting: 1 wyz_business: 13999 wyz_business_award: 1 wyz_business_post: 7 wyz_location: 22 wyz_offers: 1 wyz_user_profile: 12359 Security Secure connection (HTTPS): ?</img> Hide errors from visitors: ?</img> Active Plugins (48) TablePress: by Tobias B?thge – 2.0.4 Ultimate Addons for WPBakery Page Builder: by Brainstorm Force – 3.19.11 Admin Menu Editor: by Janis Elsts – 1.10.4 AgendaVolo Schema Markup: by Criss – 1.0 Auto Image Attributes From Filename With Bulk Updater: by Arun Basil Lal – 4.0 Firewall BBQ: by Jeff Starr – 20221002 Buttonizer - Pulsante di azione mobile intelligente: by Buttonizer – 3.3.5 Calendar Anything: by codemine – 2.30 Change wp-admin login: by Nuno Morais Sarmento – 1.1.2 CMB2 Field Type: Google Maps: by Phil Wylie – 2.1.3 CMB2 Field Slider: by Mateusz Krupnik – 1.1.0 CMB2: by CMB2 team – 2.10.1 Code Snippets: by Code Snippets Pro – 3.2.2 Admin Columns: by AdminColumns.com – 4.5.5 Contact Form 7: by Takayuki Miyoshi – 5.7.3 Simple Custom CSS and JS: by SilkyPress.com – 3.42 Multivendor Marketplace Solution for WooCommerce - WC Marketplace: by WC Marketplace – 3.9.3 Disable Gutenberg: by Jeff Starr – 2.8.1 Easy WP SMTP: by Easy WP SMTP team – 1.5.3 Email Templates: by wpexpertsio – 1.4.2 Image Map Pro: by Webcraft Plugins Ltd. – 5.6.5 Import Users from CSV: by Andrew Lima – 1.1 WPBakery Page Builder: by Michael M - WPBakery.com – 6.7.0 Loco Translate: by Tim Whitlock – 2.6.3 Mailster - Email Newsletter Plugin for WordPress: by EverPress – 3.2.3 oik weight zone shipping: by bobbingwide – 0.2.5 OneSignal Push Notifications: by OneSignal – 2.3.3 OptionTree: by Derek Herman – 2.7.3 Paid Memberships Pro: by Paid Memberships Pro – 2.9.10 Paid Memberships Pro - Advanced Levels Page Shortcode Add On: by Stranger Studios – .2.4 Paid Memberships Pro - Import Users from CSV Add On: by Stranger Studios – .3.4 WooCommerce PDF Invoices, Packing Slips, Delivery Notes and Shipping Labels: by WebToffee – 4.0.4 Safe SVG: by 10up – 2.0.3 Monitoraggio avanzato della spedizione per WooCommerce: by zorema – 3.5.1 List Products By Category Widget For WooCommerce: by Blaze Concepts – 1.3.0 WPC Smart Wishlist for WooCommerce: by WPClever – 4.6.0 WooCommerce Customers Manager: by Lagudi Domenico – 29.1 WooCommerce Stripe Gateway: by WooCommerce – 7.0.2 WooCommerce PDF Invoices Italian Add-on: by laboratorio d'Avanguardia – 0.7.0.22 WooCommerce: by Automattic – 7.3.0 Wordfence Security: by Wordfence – 7.8.2 WP Extended Search: by 5um17 – 2.1.2 WP Job Manager: by Automattic – 1.39.0 WP-Matomo Integration: by André Br?kling – 1.0.27 WPC Product Table for WooCommerce: by WPClever – 2.1.0 wpForo: by Team gVectors – 2.1.5 WYZI Agenda del Volo: by WzTechno – 1.0 WYZI Toolkit: by WzTechno – 2.4.5 Inactive Plugins (2) Paid Memberships Pro - WooCommerce Add On: by Paid Memberships Pro – 1.7.6 WPC Smart Compare for WooCommerce: by WPClever – 5.3.6 Dropin Plugins (1) maintenance.php: maintenance.php Settings API Enabled: – Force SSL: – Currency: EUR (€) Currency Position: right 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: ?</img> Order datastore: WC_Order_Data_Store_CPT WC Pages Shop base: #41109 - /duty-free/negozio/ Bagaglio: #41104 - /cart/ Cassa: #1107 - /checkout/ Il mio account: #1108 - /my-account/ Termini e condizioni: #69449 - /duty-free-terms-and-conditions/ Theme Name: WYZI Business Finder Child Version: 2.1.0 Author URL: https://www.wztechno.com/ Child Theme: ?</img> Parent Theme Name: WYZI Business Finder Parent Theme Version: 2.4.5 Parent Theme Author URL: https://www.wztechno.com/ WooCommerce Support: ?</img> Templates Archive Template: Il tuo tema ha il file woocommerce.php non potrai sovrascrivere il template personalizzato woocommerce/archive-product.php poiché woocommerce.php ha priorità su archive-product.php. Questo serve a prevenire problemi di visualizzazione. Overrides: wyzi-business-finder/content-product.php Admin Enabled Features: activity-panels analytics coupons customer-effort-score-tracks experimental-products-task experimental-import-products-task experimental-fashion-sample-products shipping-smart-defaults shipping-setting-tour homescreen marketing multichannel-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 woo-mobile-welcome wc-pay-promotion wc-pay-welcome-page Disabled Features: minified-js new-product-management-experience settings Daily Cron: ?</img> Next scheduled: 2023-01-27 09:28:32 +01:00 Options: ?</img> Notes: 27 Onboarding: completed Action Scheduler Completato: 17 Oldest: 2023-01-19 18:10:08 +0100 Newest: 2023-01-25 18:12:17 +0100 In attesa: 2 Oldest: 2023-01-26 18:12:17 +0100 Newest: 2023-01-26 18:12:17 +0100 Status report information Generated at: 2023-01-26 14:49:55 +01:00 `
Forum: Plugins
In reply to: [WooCommerce] cannot edit/create products anymoreThe only thing left is the fact that it takes over a minute to open a product page. I have had the issue for quite some time, do you have any idea? My shop is not producing any sales and has no users, so I don’t think its’ database related issue.
Can you please share with us a clear screenshot of what you see on your end so that we could address you more effectively?Oh, I guess you don’t need a screenshot. The problem is just that it takes about a minute when opening a product in the back-end, or even creating a new one.
Forum: Plugins
In reply to: [WooCommerce] cannot edit/create products anymorethank you for spotting that, it seesm that I can now edit/create products again. ??
The only thing left is the fact that it takes over a minute to open a product page. I have had the issue for quite some time, do you have any idea? My shop is not producing any sales and has no users, so I don’t think its’ database related issue.
Forum: Plugins
In reply to: [WooCommerce] cannot edit/create products anymore…all your assumptions are correct and the staging site was created via cPanel. I have done it several times (also for this website) both cloning and staging, and it always creates a perfect copy. I could try to do it again, but the question remains: how can a site with a problem be cloned into one without that problem? We must solve the problem first, instead of addressing the difference between live and staging sites, also because it came out of the blue with one of the latest updates: extremely slow editing and blank page most of the times.
Can’t you guys help me in that direction?