Forum Replies Created

Viewing 15 replies - 1 through 15 (of 28 total)
  • Thread Starter alshizawi

    (@alshizawi)

    I was able to fix the issue , thanks for helping ..

    • This reply was modified 1 year, 10 months ago by alshizawi.
    Thread Starter alshizawi

    (@alshizawi)

    Hi ,

    what i mean is that my woocommerce was already installed with a built in language “ my language “ , as you said ‘ ready out of the box ‘ .

    Loco Translate , was only been used to check if there is a ready translation for what i was searching for , in my case i was searching for a translation of ’ Sale! ‘ badge , which it was already translated in the language file which comes from your side ..

    So it doesn’t need to be translated since it is already translated , but now showing on the front end !

    Hope it is clear now , to understand the case.

    Thread Starter alshizawi

    (@alshizawi)

    Yes , but to be more specific , my woocommerce is already installed with a ready translation , which i found it by using Loco Translate plugin , this is what i am wondering about ..

    I will try to contact Loco Translate support too , but is it really related to Loco Translate plugin , or there is other issue ?!

    Thread Starter alshizawi

    (@alshizawi)

    Hi @xue28 ,

    This is the ” sale! ” badge , it shows when there is a discount on a product , right ?

    So , as per the translation which i can see through ” Loco Translate Plugin ” , there is already a translation on the language file .. and the site is running on same language , but still it shows only in english !

    Thread Starter alshizawi

    (@alshizawi)

    I just have Total Upkeep backup plugin ..

    thankfully, i was able to fix the issue .

    I have other point that i want to know about them ,
    as i see the plugin backing up for 5 days consecutively, is it possible to increase it to cover 7 days or more ? also is it possible to make backup every X hour / min ?!

    Thread Starter alshizawi

    (@alshizawi)

    Hi @villasupport ,

    I spend little more time in searching for other way and i was able to do the necessary changes and now the templates showing the icons .

    Thank you

    Thread Starter alshizawi

    (@alshizawi)

    Hi @villasupport

    I tried the plugin , but it didn’t change anything in the templates

    Thread Starter alshizawi

    (@alshizawi)

    @themehigh

    Done

    Forum: Fixing WordPress
    In reply to: Login Timeout !
    Thread Starter alshizawi

    (@alshizawi)

    I fix it by adding this snippet for Session Expiration Time :

    /** Session Expiration Time - Login Time */
    
    add_filter('auth_cookie_expiration', 'my_expiration_filter', 99, 3);
    function my_expiration_filter($seconds, $user_id, $remember){
    
        //if "remember me" is checked;
        if ( $remember ) {
            //WP defaults to 2 weeks;
            $expiration = 14*24*60*60; //UPDATE HERE;
        } else {
            //WP defaults to 48 hrs/2 days;
            $expiration = 2*24*60*60; //UPDATE HERE;
        }
    
        //https://en.wikipedia.org/wiki/Year_2038_problem
        if ( PHP_INT_MAX - time() < $expiration ) {
            //Fix to a little bit earlier!
            $expiration =  PHP_INT_MAX - time() - 5;
        }
    
        return $expiration;
    }
    
    • This reply was modified 1 year, 10 months ago by alshizawi.
    Thread Starter alshizawi

    (@alshizawi)

    Hi @pear8398

    Thank you and Good to know this information , but still there is some points that i can’t change it , Search bar border color , Answer button , store manager icon ..

    • This reply was modified 1 year, 10 months ago by alshizawi.
    Thread Starter alshizawi

    (@alshizawi)

    @roxannestoltz

    It is working now .

    Thank you

    Thread Starter alshizawi

    (@alshizawi)

    Sure ,

    Here you are >>

    `
    ### WordPress Environment ###
    
    WordPress address (URL): ***
    Site address (URL): ****
    WC Version: 7.5.1
    REST API Version: ?</img> 7.5.1
    WC Blocks Version: ?</img> 9.6.6
    Action Scheduler Version: ?</img> 3.5.4
    Log Directory Writable: ?</img>
    WP Version: 6.2
    WP Multisite: –
    WP Memory Limit: 256 MB
    WP Debug Mode: ?</img>
    WP Cron: ?</img>
    Language: en_US
    External object cache: –
    
    ### Server Environment ###
    
    Server Info: Apache
    PHP Version: 7.4.33
    PHP Post Max Size: 20 MB
    PHP Time Limit: 30
    PHP Max Input Vars: 1000
    cURL Version: 8.0.1
    OpenSSL/1.1.1t
    
    SUHOSIN Installed: –
    MySQL Version: 5.7.41
    Max Upload Size: 20 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.5.1
    WC Database Prefix: ev0_
    Total Database Size: 51.68MB
    Database Data Size: 41.71MB
    Database Index Size: 9.97MB
    ev0_woocommerce_sessions: Data: 0.02MB + Index: 0.02MB + Engine InnoDB
    ev0_woocommerce_api_keys: Data: 0.02MB + Index: 0.03MB + Engine InnoDB
    ev0_woocommerce_attribute_taxonomies: Data: 0.02MB + Index: 0.02MB + Engine InnoDB
    ev0_woocommerce_downloadable_product_permissions: Data: 0.02MB + Index: 0.06MB + Engine InnoDB
    ev0_woocommerce_order_items: Data: 0.02MB + Index: 0.02MB + Engine InnoDB
    ev0_woocommerce_order_itemmeta: Data: 0.08MB + Index: 0.03MB + Engine InnoDB
    ev0_woocommerce_tax_rates: Data: 0.02MB + Index: 0.06MB + Engine InnoDB
    ev0_woocommerce_tax_rate_locations: Data: 0.02MB + Index: 0.03MB + Engine InnoDB
    ev0_woocommerce_shipping_zones: Data: 0.02MB + Index: 0.00MB + Engine InnoDB
    ev0_woocommerce_shipping_zone_locations: Data: 0.02MB + Index: 0.03MB + Engine InnoDB
    ev0_woocommerce_shipping_zone_methods: Data: 0.02MB + Index: 0.00MB + Engine InnoDB
    ev0_woocommerce_payment_tokens: Data: 0.02MB + Index: 0.02MB + Engine InnoDB
    ev0_woocommerce_payment_tokenmeta: Data: 0.02MB + Index: 0.03MB + Engine InnoDB
    ev0_woocommerce_log: Data: 0.02MB + Index: 0.02MB + Engine InnoDB
    ev0_acfw_store_credits: Data: 0.02MB + Index: 0.00MB + Engine InnoDB
    ev0_actionscheduler_actions: Data: 4.02MB + Index: 1.77MB + Engine InnoDB
    ev0_actionscheduler_claims: Data: 0.02MB + Index: 0.02MB + Engine InnoDB
    ev0_actionscheduler_groups: Data: 0.02MB + Index: 0.02MB + Engine InnoDB
    ev0_actionscheduler_logs: Data: 2.14MB + Index: 1.69MB + Engine InnoDB
    ev0_aws_cache: Data: 0.05MB + Index: 0.00MB + Engine InnoDB
    ev0_aws_index: Data: 0.11MB + Index: 0.09MB + Engine InnoDB
    ev0_berocket_termmeta: Data: 0.02MB + Index: 0.00MB + Engine InnoDB
    ev0_cartflows_ca_cart_abandonment: Data: 0.02MB + Index: 0.02MB + Engine InnoDB
    ev0_cartflows_ca_email_history: Data: 0.02MB + Index: 0.03MB + Engine InnoDB
    ev0_cartflows_ca_email_templates: Data: 0.02MB + Index: 0.00MB + Engine InnoDB
    ev0_cartflows_ca_email_templates_meta: Data: 0.02MB + Index: 0.02MB + Engine InnoDB
    ev0_ce4wp_abandoned_checkout: Data: 0.02MB + Index: 0.02MB + Engine InnoDB
    ev0_ce4wp_contacts: Data: 0.02MB + Index: 0.02MB + Engine InnoDB
    ev0_commentmeta: Data: 0.02MB + Index: 0.03MB + Engine InnoDB
    ev0_comments: Data: 0.06MB + Index: 0.09MB + Engine InnoDB
    ev0_evcf7_options: Data: 0.02MB + Index: 0.00MB + Engine InnoDB
    ev0_EWD_OTP_Customers: Data: 0.02MB + Index: 0.00MB + Engine InnoDB
    ev0_EWD_OTP_Fields_Meta: Data: 0.02MB + Index: 0.00MB + Engine InnoDB
    ev0_EWD_OTP_Orders: Data: 0.02MB + Index: 0.00MB + Engine InnoDB
    ev0_EWD_OTP_Order_Statuses: Data: 0.02MB + Index: 0.00MB + Engine InnoDB
    ev0_EWD_OTP_Sales_Reps: Data: 0.02MB + Index: 0.00MB + Engine InnoDB
    ev0_e_events: Data: 0.02MB + Index: 0.02MB + Engine InnoDB
    ev0_fw_items: Data: 0.00MB + Index: 0.00MB + Engine MyISAM
    ev0_fw_lists: Data: 0.00MB + Index: 0.00MB + Engine MyISAM
    ev0_fw_users: Data: 0.00MB + Index: 0.00MB + Engine MyISAM
    ev0_jetpack_waf_blocklog: Data: 0.02MB + Index: 0.02MB + Engine InnoDB
    ev0_lead_form: Data: 0.02MB + Index: 0.00MB + Engine InnoDB
    ev0_lead_form_data: Data: 0.02MB + Index: 0.00MB + Engine InnoDB
    ev0_lead_form_extension: Data: 0.02MB + Index: 0.00MB + Engine InnoDB
    ev0_lead_form_options: Data: 0.02MB + Index: 0.00MB + Engine InnoDB
    ev0_links: Data: 0.02MB + Index: 0.02MB + Engine InnoDB
    ev0_mailpoet_automations: Data: 0.02MB + Index: 0.00MB + Engine InnoDB
    ev0_mailpoet_automation_runs: Data: 0.02MB + Index: 0.02MB + Engine InnoDB
    ev0_mailpoet_automation_run_logs: Data: 0.02MB + Index: 0.02MB + Engine InnoDB
    ev0_mailpoet_automation_run_subjects: Data: 0.02MB + Index: 0.03MB + Engine InnoDB
    ev0_mailpoet_automation_triggers: Data: 0.02MB + Index: 0.00MB + Engine InnoDB
    ev0_mailpoet_automation_versions: Data: 0.02MB + Index: 0.02MB + Engine InnoDB
    ev0_mailpoet_custom_fields: Data: 0.02MB + Index: 0.02MB + Engine InnoDB
    ev0_mailpoet_dynamic_segment_filters: Data: 0.02MB + Index: 0.02MB + Engine InnoDB
    ev0_mailpoet_feature_flags: Data: 0.02MB + Index: 0.02MB + Engine InnoDB
    ev0_mailpoet_forms: Data: 0.02MB + Index: 0.00MB + Engine InnoDB
    ev0_mailpoet_log: Data: 0.05MB + Index: 0.00MB + Engine InnoDB
    ev0_mailpoet_migrations: Data: 0.02MB + Index: 0.02MB + Engine InnoDB
    ev0_mailpoet_newsletters: Data: 0.05MB + Index: 0.03MB + Engine InnoDB
    ev0_mailpoet_newsletter_links: Data: 0.02MB + Index: 0.05MB + Engine InnoDB
    ev0_mailpoet_newsletter_option: Data: 0.02MB + Index: 0.02MB + Engine InnoDB
    ev0_mailpoet_newsletter_option_fields: Data: 0.02MB + Index: 0.02MB + Engine InnoDB
    ev0_mailpoet_newsletter_posts: Data: 0.02MB + Index: 0.02MB + Engine InnoDB
    ev0_mailpoet_newsletter_segment: Data: 0.02MB + Index: 0.02MB + Engine InnoDB
    ev0_mailpoet_newsletter_templates: Data: 4.52MB + Index: 0.00MB + Engine InnoDB
    ev0_mailpoet_scheduled_tasks: Data: 0.06MB + Index: 0.03MB + Engine InnoDB
    ev0_mailpoet_scheduled_task_subscribers: Data: 0.02MB + Index: 0.02MB + Engine InnoDB
    ev0_mailpoet_segments: Data: 0.02MB + Index: 0.03MB + Engine InnoDB
    ev0_mailpoet_sending_queues: Data: 0.02MB + Index: 0.03MB + Engine InnoDB
    ev0_mailpoet_settings: Data: 0.02MB + Index: 0.02MB + Engine InnoDB
    ev0_mailpoet_statistics_bounces: Data: 0.02MB + Index: 0.00MB + Engine InnoDB
    ev0_mailpoet_statistics_clicks: Data: 0.02MB + Index: 0.05MB + Engine InnoDB
    ev0_mailpoet_statistics_forms: Data: 0.02MB + Index: 0.02MB + Engine InnoDB
    ev0_mailpoet_statistics_newsletters: Data: 0.02MB + Index: 0.03MB + Engine InnoDB
    ev0_mailpoet_statistics_opens: Data: 0.02MB + Index: 0.08MB + Engine InnoDB
    ev0_mailpoet_statistics_unsubscribes: Data: 0.02MB + Index: 0.05MB + Engine InnoDB
    ev0_mailpoet_statistics_woocommerce_purchases: Data: 0.02MB + Index: 0.06MB + Engine InnoDB
    ev0_mailpoet_stats_notifications: Data: 0.02MB + Index: 0.03MB + Engine InnoDB
    ev0_mailpoet_subscribers: Data: 0.02MB + Index: 0.13MB + Engine InnoDB
    ev0_mailpoet_subscriber_custom_field: Data: 0.02MB + Index: 0.02MB + Engine InnoDB
    ev0_mailpoet_subscriber_ips: Data: 0.02MB + Index: 0.02MB + Engine InnoDB
    ev0_mailpoet_subscriber_segment: Data: 0.02MB + Index: 0.03MB + Engine InnoDB
    ev0_mailpoet_subscriber_tag: Data: 0.02MB + Index: 0.03MB + Engine InnoDB
    ev0_mailpoet_tags: Data: 0.02MB + Index: 0.02MB + Engine InnoDB
    ev0_mailpoet_user_agents: Data: 0.02MB + Index: 0.02MB + Engine InnoDB
    ev0_mailpoet_user_flags: Data: 0.02MB + Index: 0.02MB + Engine InnoDB
    ev0_options: Data: 6.06MB + Index: 0.22MB + Engine InnoDB
    ev0_parcelpanel_courier: Data: 0.30MB + Index: 0.00MB + Engine InnoDB
    ev0_parcelpanel_location: Data: 0.02MB + Index: 0.00MB + Engine InnoDB
    ev0_parcelpanel_tracking: Data: 0.02MB + Index: 0.05MB + Engine InnoDB
    ev0_parcelpanel_tracking_items: Data: 0.02MB + Index: 0.05MB + Engine InnoDB
    ev0_postmeta: Data: 7.28MB + Index: 0.50MB + Engine InnoDB
    ev0_posts: Data: 8.25MB + Index: 0.30MB + Engine InnoDB
    ev0_rednao_wc_invoice: Data: 0.02MB + Index: 0.00MB + Engine InnoDB
    ev0_rednao_wc_invoices_created: Data: 0.02MB + Index: 0.00MB + Engine InnoDB
    ev0_rednao_wc_invoices_custom_field: Data: 0.02MB + Index: 0.00MB + Engine InnoDB
    ev0_rm_fields: Data: 0.13MB + Index: 0.00MB + Engine InnoDB
    ev0_rm_forms: Data: 0.02MB + Index: 0.00MB + Engine InnoDB
    ev0_rm_front_users: Data: 0.02MB + Index: 0.00MB + Engine InnoDB
    ev0_rm_login: Data: 0.02MB + Index: 0.00MB + Engine InnoDB
    ev0_rm_login_log: Data: 0.02MB + Index: 0.00MB + Engine InnoDB
    ev0_rm_notes: Data: 0.02MB + Index: 0.00MB + Engine InnoDB
    ev0_rm_paypal_fields: Data: 0.02MB + Index: 0.00MB + Engine InnoDB
    ev0_rm_paypal_logs: Data: 0.02MB + Index: 0.00MB + Engine InnoDB
    ev0_rm_reports_notifications: Data: 0.02MB + Index: 0.00MB + Engine InnoDB
    ev0_rm_rows: Data: 0.02MB + Index: 0.00MB + Engine InnoDB
    ev0_rm_rules: Data: 0.02MB + Index: 0.00MB + Engine InnoDB
    ev0_rm_sent_mails: Data: 0.02MB + Index: 0.00MB + Engine InnoDB
    ev0_rm_sessions: Data: 0.02MB + Index: 0.00MB + Engine InnoDB
    ev0_rm_stats: Data: 0.02MB + Index: 0.00MB + Engine InnoDB
    ev0_rm_submissions: Data: 0.02MB + Index: 0.00MB + Engine InnoDB
    ev0_rm_submission_fields: Data: 0.02MB + Index: 0.00MB + Engine InnoDB
    ev0_rm_tabs: Data: 0.02MB + Index: 0.00MB + Engine InnoDB
    ev0_rm_tasks: Data: 0.02MB + Index: 0.00MB + Engine InnoDB
    ev0_rm_task_exe_log: Data: 0.02MB + Index: 0.00MB + Engine InnoDB
    ev0_sm_sessions: Data: 0.02MB + Index: 0.00MB + Engine InnoDB
    ev0_termmeta: Data: 0.02MB + Index: 0.03MB + Engine InnoDB
    ev0_terms: Data: 0.02MB + Index: 0.03MB + Engine InnoDB
    ev0_term_relationships: Data: 0.02MB + Index: 0.02MB + Engine InnoDB
    ev0_term_taxonomy: Data: 0.02MB + Index: 0.03MB + Engine InnoDB
    ev0_th_popup: Data: 0.02MB + Index: 0.00MB + Engine InnoDB
    ev0_tinvwl_analytics: Data: 0.02MB + Index: 0.02MB + Engine InnoDB
    ev0_tinvwl_items: Data: 0.02MB + Index: 0.00MB + Engine InnoDB
    ev0_tinvwl_lists: Data: 0.02MB + Index: 0.00MB + Engine InnoDB
    ev0_tm_taskmeta: Data: 0.02MB + Index: 0.03MB + Engine InnoDB
    ev0_tm_tasks: Data: 0.02MB + Index: 0.02MB + Engine InnoDB
    ev0_usermeta: Data: 0.06MB + Index: 0.03MB + Engine InnoDB
    ev0_users: Data: 0.02MB + Index: 0.05MB + Engine InnoDB
    ev0_user_registration_sessions: Data: 0.02MB + Index: 0.02MB + Engine InnoDB
    ev0_wcpdf_invoice_number: Data: 0.02MB + Index: 0.00MB + Engine InnoDB
    ev0_wcrw_request_notes: Data: 0.02MB + Index: 0.00MB + Engine InnoDB
    ev0_wcrw_request_product_map: Data: 0.02MB + Index: 0.00MB + Engine InnoDB
    ev0_wcrw_warranty_requests: Data: 0.02MB + Index: 0.00MB + Engine InnoDB
    ev0_wc_admin_notes: Data: 0.05MB + Index: 0.00MB + Engine InnoDB
    ev0_wc_admin_note_actions: Data: 0.02MB + Index: 0.02MB + Engine InnoDB
    ev0_wc_category_lookup: Data: 0.02MB + Index: 0.00MB + Engine InnoDB
    ev0_wc_customer_lookup: Data: 0.02MB + Index: 0.03MB + Engine InnoDB
    ev0_wc_download_log: Data: 0.02MB + Index: 0.03MB + Engine InnoDB
    ev0_wc_order_coupon_lookup: Data: 0.02MB + Index: 0.03MB + Engine InnoDB
    ev0_wc_order_product_lookup: Data: 0.02MB + Index: 0.06MB + Engine InnoDB
    ev0_wc_order_stats: Data: 0.02MB + Index: 0.05MB + Engine InnoDB
    ev0_wc_order_tax_lookup: Data: 0.02MB + Index: 0.03MB + Engine InnoDB
    ev0_wc_product_attributes_lookup: Data: 0.02MB + Index: 0.02MB + Engine InnoDB
    ev0_wc_product_download_directories: Data: 0.02MB + Index: 0.02MB + Engine InnoDB
    ev0_wc_product_meta_lookup: Data: 0.02MB + Index: 0.09MB + Engine InnoDB
    ev0_wc_rate_limits: Data: 0.02MB + Index: 0.02MB + Engine InnoDB
    ev0_wc_reserved_stock: Data: 0.02MB + Index: 0.00MB + Engine InnoDB
    ev0_wc_tax_rate_classes: Data: 0.02MB + Index: 0.02MB + Engine InnoDB
    ev0_wc_webhooks: Data: 0.02MB + Index: 0.02MB + Engine InnoDB
    ev0_wfpklist_template_data: Data: 0.05MB + Index: 0.00MB + Engine InnoDB
    ev0_woof_sd: Data: 0.02MB + Index: 0.00MB + Engine InnoDB
    ev0_woof_sd_presets: Data: 0.02MB + Index: 0.00MB + Engine InnoDB
    ev0_wpf_filters: Data: 0.02MB + Index: 0.00MB + Engine InnoDB
    ev0_wpf_meta_keys: Data: 0.02MB + Index: 0.02MB + Engine InnoDB
    ev0_wpf_meta_values: Data: 0.02MB + Index: 0.03MB + Engine InnoDB
    ev0_wpf_meta_values_bk: Data: 0.02MB + Index: 0.02MB + Engine InnoDB
    ev0_wpml_mails: Data: 0.23MB + Index: 0.00MB + Engine InnoDB
    ev0_wppb: Data: 0.02MB + Index: 0.00MB + Engine InnoDB
    ev0_wt_sc_coupon_lookup: Data: 0.02MB + Index: 0.03MB + Engine InnoDB
    ev0_yith_wcwl: Data: 0.02MB + Index: 0.02MB + Engine InnoDB
    ev0_yith_wcwl_lists: Data: 0.02MB + Index: 0.03MB + Engine InnoDB
    ev_commentmeta: Data: 0.02MB + Index: 0.03MB + Engine InnoDB
    ev_comments: Data: 0.02MB + Index: 0.08MB + Engine InnoDB
    ev_links: Data: 0.02MB + Index: 0.02MB + Engine InnoDB
    ev_options: Data: 0.14MB + Index: 0.03MB + Engine InnoDB
    ev_postmeta: Data: 0.02MB + Index: 0.03MB + Engine InnoDB
    ev_posts: Data: 0.02MB + Index: 0.06MB + Engine InnoDB
    ev_termmeta: Data: 0.02MB + Index: 0.03MB + Engine InnoDB
    ev_terms: Data: 0.02MB + Index: 0.03MB + Engine InnoDB
    ev_term_relationships: Data: 0.02MB + Index: 0.02MB + Engine InnoDB
    ev_term_taxonomy: Data: 0.02MB + Index: 0.03MB + Engine InnoDB
    ev_usermeta: Data: 0.02MB + Index: 0.03MB + Engine InnoDB
    ev_users: Data: 0.02MB + Index: 0.05MB + Engine InnoDB
    mov_commentmeta: Data: 0.00MB + Index: 0.00MB + Engine MyISAM
    mov_comments: Data: 0.00MB + Index: 0.01MB + Engine MyISAM
    mov_links: Data: 0.00MB + Index: 0.00MB + Engine MyISAM
    mov_options: Data: 0.39MB + Index: 0.01MB + Engine MyISAM
    mov_postmeta: Data: 0.00MB + Index: 0.01MB + Engine MyISAM
    mov_posts: Data: 0.00MB + Index: 0.01MB + Engine MyISAM
    mov_termmeta: Data: 0.00MB + Index: 0.00MB + Engine MyISAM
    mov_terms: Data: 0.00MB + Index: 0.01MB + Engine MyISAM
    mov_term_relationships: Data: 0.00MB + Index: 0.00MB + Engine MyISAM
    mov_term_taxonomy: Data: 0.00MB + Index: 0.00MB + Engine MyISAM
    mov_usermeta: Data: 0.00MB + Index: 0.01MB + Engine MyISAM
    mov_users: Data: 0.00MB + Index: 0.01MB + Engine MyISAM
    wb_actionscheduler_actions: Data: 0.09MB + Index: 0.11MB + Engine InnoDB
    wb_actionscheduler_claims: Data: 0.02MB + Index: 0.02MB + Engine InnoDB
    wb_actionscheduler_groups: Data: 0.02MB + Index: 0.02MB + Engine InnoDB
    wb_actionscheduler_logs: Data: 0.08MB + Index: 0.03MB + Engine InnoDB
    wb_commentmeta: Data: 0.00MB + Index: 0.00MB + Engine MyISAM
    wb_comments: Data: 0.00MB + Index: 0.01MB + Engine MyISAM
    wb_contentreports: Data: 0.00MB + Index: 0.00MB + Engine MyISAM
    wb_gg_folders: Data: 0.02MB + Index: 0.00MB + Engine InnoDB
    wb_gg_galleries: Data: 0.02MB + Index: 0.00MB + Engine InnoDB
    wb_gg_galleries_excluded: Data: 0.02MB + Index: 0.00MB + Engine InnoDB
    wb_gg_galleries_resources: Data: 0.02MB + Index: 0.00MB + Engine InnoDB
    wb_gg_photos: Data: 0.02MB + Index: 0.00MB + Engine InnoDB
    wb_gg_photos_pos: Data: 0.02MB + Index: 0.00MB + Engine InnoDB
    wb_gg_photos_settings: Data: 0.02MB + Index: 0.00MB + Engine InnoDB
    wb_gg_settings_presets: Data: 0.02MB + Index: 0.00MB + Engine InnoDB
    wb_gg_settings_sets: Data: 0.02MB + Index: 0.00MB + Engine InnoDB
    wb_gg_stats: Data: 0.02MB + Index: 0.00MB + Engine InnoDB
    wb_gg_tags: Data: 0.02MB + Index: 0.00MB + Engine InnoDB
    wb_hdflvvideoshare: Data: 0.01MB + Index: 0.00MB + Engine MyISAM
    wb_hdflvvideoshare_channel: Data: 0.00MB + Index: 0.00MB + Engine MyISAM
    wb_hdflvvideoshare_channel_notification: Data: 0.00MB + Index: 0.00MB + Engine MyISAM
    wb_hdflvvideoshare_channel_subscribe: Data: 0.00MB + Index: 0.00MB + Engine MyISAM
    wb_hdflvvideoshare_med2play: Data: 0.00MB + Index: 0.00MB + Engine MyISAM
    wb_hdflvvideoshare_playlist: Data: 0.00MB + Index: 0.00MB + Engine MyISAM
    wb_hdflvvideoshare_settings: Data: 0.00MB + Index: 0.00MB + Engine MyISAM
    wb_hdflvvideoshare_tags: Data: 0.00MB + Index: 0.00MB + Engine MyISAM
    wb_hdflvvideoshare_user_playlist: Data: 0.00MB + Index: 0.00MB + Engine MyISAM
    wb_hdflvvideoshare_user_playlist_details: Data: 0.00MB + Index: 0.00MB + Engine MyISAM
    wb_hdflvvideoshare_vgads: Data: 0.00MB + Index: 0.00MB + Engine MyISAM
    wb_hdflvvideoshare_vgoogleadsense: Data: 0.00MB + Index: 0.00MB + Engine MyISAM
    wb_hdflvvideoshare_watch_history: Data: 0.00MB + Index: 0.00MB + Engine MyISAM
    wb_hdflvvideoshare_watch_history_users: Data: 0.00MB + Index: 0.00MB + Engine MyISAM
    wb_hdflvvideoshare_watch_later: Data: 0.00MB + Index: 0.00MB + Engine MyISAM
    wb_huge_it_videogallery_galleries: Data: 0.00MB + Index: 0.00MB + Engine MyISAM
    wb_huge_it_videogallery_videos: Data: 0.01MB + Index: 0.00MB + Engine MyISAM
    wb_links: Data: 0.00MB + Index: 0.00MB + Engine MyISAM
    wb_mailpoet_automations: Data: 0.02MB + Index: 0.00MB + Engine InnoDB
    wb_mailpoet_automation_runs: Data: 0.02MB + Index: 0.02MB + Engine InnoDB
    wb_mailpoet_automation_run_logs: Data: 0.02MB + Index: 0.02MB + Engine InnoDB
    wb_mailpoet_automation_triggers: Data: 0.02MB + Index: 0.00MB + Engine InnoDB
    wb_mailpoet_automation_versions: Data: 0.02MB + Index: 0.02MB + Engine InnoDB
    wb_mailpoet_custom_fields: Data: 0.02MB + Index: 0.02MB + Engine InnoDB
    wb_mailpoet_dynamic_segment_filters: Data: 0.02MB + Index: 0.02MB + Engine InnoDB
    wb_mailpoet_feature_flags: Data: 0.02MB + Index: 0.02MB + Engine InnoDB
    wb_mailpoet_forms: Data: 0.02MB + Index: 0.00MB + Engine InnoDB
    wb_mailpoet_log: Data: 0.02MB + Index: 0.00MB + Engine InnoDB
    wb_mailpoet_migrations: Data: 0.02MB + Index: 0.02MB + Engine InnoDB
    wb_mailpoet_newsletters: Data: 0.02MB + Index: 0.03MB + Engine InnoDB
    wb_mailpoet_newsletter_links: Data: 0.02MB + Index: 0.05MB + Engine InnoDB
    wb_mailpoet_newsletter_option: Data: 0.02MB + Index: 0.02MB + Engine InnoDB
    wb_mailpoet_newsletter_option_fields: Data: 0.02MB + Index: 0.02MB + Engine InnoDB
    wb_mailpoet_newsletter_posts: Data: 0.02MB + Index: 0.02MB + Engine InnoDB
    wb_mailpoet_newsletter_segment: Data: 0.02MB + Index: 0.02MB + Engine InnoDB
    wb_mailpoet_newsletter_templates: Data: 2.52MB + Index: 0.00MB + Engine InnoDB
    wb_mailpoet_scheduled_tasks: Data: 0.02MB + Index: 0.03MB + Engine InnoDB
    wb_mailpoet_scheduled_task_subscribers: Data: 0.02MB + Index: 0.02MB + Engine InnoDB
    wb_mailpoet_segments: Data: 0.02MB + Index: 0.03MB + Engine InnoDB
    wb_mailpoet_sending_queues: Data: 0.02MB + Index: 0.03MB + Engine InnoDB
    wb_mailpoet_settings: Data: 0.02MB + Index: 0.02MB + Engine InnoDB
    wb_mailpoet_statistics_bounces: Data: 0.02MB + Index: 0.00MB + Engine InnoDB
    wb_mailpoet_statistics_clicks: Data: 0.02MB + Index: 0.05MB + Engine InnoDB
    wb_mailpoet_statistics_forms: Data: 0.02MB + Index: 0.02MB + Engine InnoDB
    wb_mailpoet_statistics_newsletters: Data: 0.02MB + Index: 0.03MB + Engine InnoDB
    wb_mailpoet_statistics_opens: Data: 0.02MB + Index: 0.08MB + Engine InnoDB
    wb_mailpoet_statistics_unsubscribes: Data: 0.02MB + Index: 0.05MB + Engine InnoDB
    wb_mailpoet_statistics_woocommerce_purchases: Data: 0.02MB + Index: 0.06MB + Engine InnoDB
    wb_mailpoet_stats_notifications: Data: 0.02MB + Index: 0.03MB + Engine InnoDB
    wb_mailpoet_subscribers: Data: 0.02MB + Index: 0.13MB + Engine InnoDB
    wb_mailpoet_subscriber_custom_field: Data: 0.02MB + Index: 0.02MB + Engine InnoDB
    wb_mailpoet_subscriber_ips: Data: 0.02MB + Index: 0.02MB + Engine InnoDB
    wb_mailpoet_subscriber_segment: Data: 0.02MB + Index: 0.03MB + Engine InnoDB
    wb_mailpoet_subscriber_tag: Data: 0.02MB + Index: 0.03MB + Engine InnoDB
    wb_mailpoet_tags: Data: 0.02MB + Index: 0.02MB + Engine InnoDB
    wb_mailpoet_user_agents: Data: 0.02MB + Index: 0.02MB + Engine InnoDB
    wb_mailpoet_user_flags: Data: 0.02MB + Index: 0.02MB + Engine InnoDB
    wb_options: Data: 0.22MB + Index: 0.04MB + Engine MyISAM
    wb_postmeta: Data: 0.01MB + Index: 0.01MB + Engine MyISAM
    wb_posts: Data: 0.04MB + Index: 0.02MB + Engine MyISAM
    wb_reported_posts: Data: 0.00MB + Index: 0.00MB + Engine MyISAM
    wb_termmeta: Data: 0.00MB + Index: 0.01MB + Engine MyISAM
    wb_terms: Data: 0.00MB + Index: 0.01MB + Engine MyISAM
    wb_term_relationships: Data: 0.00MB + Index: 0.00MB + Engine MyISAM
    wb_term_taxonomy: Data: 0.00MB + Index: 0.00MB + Engine MyISAM
    wb_usermeta: Data: 0.00MB + Index: 0.01MB + Engine MyISAM
    wb_users: Data: 0.00MB + Index: 0.01MB + Engine MyISAM
    wb_wc_admin_notes: Data: 0.05MB + Index: 0.00MB + Engine InnoDB
    wb_wc_admin_note_actions: Data: 0.02MB + Index: 0.02MB + Engine InnoDB
    wb_wc_category_lookup: Data: 0.02MB + Index: 0.00MB + Engine InnoDB
    wb_wc_customer_lookup: Data: 0.02MB + Index: 0.03MB + Engine InnoDB
    wb_wc_download_log: Data: 0.02MB + Index: 0.03MB + Engine InnoDB
    wb_wc_order_coupon_lookup: Data: 0.02MB + Index: 0.03MB + Engine InnoDB
    wb_wc_order_product_lookup: Data: 0.02MB + Index: 0.06MB + Engine InnoDB
    wb_wc_order_stats: Data: 0.02MB + Index: 0.05MB + Engine InnoDB
    wb_wc_order_tax_lookup: Data: 0.02MB + Index: 0.03MB + Engine InnoDB
    wb_wc_product_attributes_lookup: Data: 0.02MB + Index: 0.02MB + Engine InnoDB
    wb_wc_product_download_directories: Data: 0.02MB + Index: 0.02MB + Engine InnoDB
    wb_wc_product_meta_lookup: Data: 0.02MB + Index: 0.09MB + Engine InnoDB
    wb_wc_rate_limits: Data: 0.02MB + Index: 0.02MB + Engine InnoDB
    wb_wc_reserved_stock: Data: 0.02MB + Index: 0.00MB + Engine InnoDB
    wb_wc_tax_rate_classes: Data: 0.02MB + Index: 0.02MB + Engine InnoDB
    wb_wc_webhooks: Data: 0.02MB + Index: 0.02MB + Engine InnoDB
    wb_woocommerce_api_keys: Data: 0.02MB + Index: 0.03MB + Engine InnoDB
    wb_woocommerce_attribute_taxonomies: Data: 0.02MB + Index: 0.02MB + Engine InnoDB
    wb_woocommerce_downloadable_product_permissions: Data: 0.02MB + Index: 0.06MB + Engine InnoDB
    wb_woocommerce_log: Data: 0.02MB + Index: 0.02MB + Engine InnoDB
    wb_woocommerce_order_itemmeta: Data: 0.02MB + Index: 0.03MB + Engine InnoDB
    wb_woocommerce_order_items: Data: 0.02MB + Index: 0.02MB + Engine InnoDB
    wb_woocommerce_payment_tokenmeta: Data: 0.02MB + Index: 0.03MB + Engine InnoDB
    wb_woocommerce_payment_tokens: Data: 0.02MB + Index: 0.02MB + Engine InnoDB
    wb_woocommerce_sessions: Data: 0.02MB + Index: 0.02MB + Engine InnoDB
    wb_woocommerce_shipping_zones: Data: 0.02MB + Index: 0.00MB + Engine InnoDB
    wb_woocommerce_shipping_zone_locations: Data: 0.02MB + Index: 0.03MB + Engine InnoDB
    wb_woocommerce_shipping_zone_methods: Data: 0.02MB + Index: 0.00MB + Engine InnoDB
    wb_woocommerce_tax_rates: Data: 0.02MB + Index: 0.06MB + Engine InnoDB
    wb_woocommerce_tax_rate_locations: Data: 0.02MB + Index: 0.03MB + Engine InnoDB
    
    ### Post Type Counts ###
    
    attachment: 335
    custom_css: 7
    customize_changeset: 316
    eazy-filter: 2
    eazy-filter-group: 1
    elementor_library: 17
    faq: 2
    ffw: 1
    helpie_faq: 1
    jb_store_css: 6
    mailpoet_page: 1
    nav_menu_item: 24
    order_status: 2
    page: 30
    polylang_mo: 2
    post: 8
    product: 36
    product_variation: 39
    revision: 544
    shop_coupon: 6
    shop_order: 6
    shop_order_refund: 1
    user_registration: 1
    user_request: 1
    wp_global_styles: 3
    wpcf7_contact_form: 6
    yith_wcan_preset: 1
    yith-wcbm-badge: 3
    
    ### Security ###
    
    Secure connection (HTTPS): ?</img>
    Hide errors from visitors: ?</img>
    
    ### Active Plugins (46) ###
    
    XT Ajax Add To Cart for WooCommerce: by XplodedThemes – 1.0.6
    Admin Menu Search: by Michael Herchenroder – 1.2
    Advanced FAQ Manager (Best FAQ Plugin for WordPress): by ThemeHigh – 1.2.2
    Advanced Woo Search: by ILLID – 2.76
    Total Upkeep: by BoldGrid – 1.15.6
    Custom Order Status Manager for WooCommerce: by Bright Plugins – 0.12
    Breadcrumb: by PickPlugins – 1.5.35
    Change wp-admin login: by wpexpertsio – 1.1.3
    Contact Form 7: by Takayuki Miyoshi – 5.7.5.1
    Joinchat: by Creame – 4.5.20
    Custom Permalinks: by Sami Ahmed Siddiqui – 2.5.2
    Customer Reviews for WooCommerce: by ??????? ??????? (CusRev) – 5.21.0
    Customize My Account for WooCommerce: by SysBasics – 1.5.3
    Elementor: by Elementor.com – 3.12.1
    Email Verification for Contact Form 7: by Geek Code Lab – 2.0
    Email Verification for WooCommerce: by WPFactory – 2.5.2
    Google Language Translator: by Translate AI Multilingual Solutions – 6.0.19
    Social Feed Gallery: by QuadLayers – 3.5.5
    Jetpack Boost: by Automattic - Jetpack Site Speed team – 1.7.0
    Jetpack Protect: by Automattic - Jetpack Security team – 1.3.0
    Jetpack: by Automattic – 12.0
    Kadence Blocks – Gutenberg Blocks for Page Builder Features: by Kadence WP – 3.0.31
    Loco Translate: by Tim Whitlock – 2.6.4
    LoginPress - Customizing the WordPress Login Screen.: by WPBrigade – 1.7.1
    MailPoet: by MailPoet – 4.11.0
    Maps for WooCommerce: by John Coy – 1.0.2
    mPDF addon for PDF Invoices: by WebToffee – 1.0.7
    ?????? WooCommerce PDF ?????? ??????? ???????? ??????? ??????? ?????: by WebToffee – 4.0.7
    Store credit for woocommerce: by PI Websolution – 1.0.20
    TH Variation Swatches: by ThemeHunk – 1.3.0
    TI WooCommerce Wishlist: by TemplateInvaders – 2.3.6
    Transients Manager: by WPBeginner – 2.0.3
    Unlimited Blocks: by ThemeHunk – 1.2.4
    Variation Swatches for WooCommerce: by Woosuite – 2.1.8
    W3 Total Cache: by BoldGrid – 2.3.1
    Product Customer List for WooCommerce: by Kokomo – 3.1.3
    WPC Product Timer for WooCommerce: by WPClever – 4.2.6
    Return Refund and Exchange for WooCommerce: by WP Swings – 4.1.1
    Payment Plugins for Stripe WooCommerce: by Payment Plugins
    [email protected] – 3.3.39
    
    WooCommerce: by Automattic – 7.5.1
    WP Fastest Cache: by Emre Vona – 1.1.2
    WP Frontend Delete Account: by Sanjeev Aryal – 1.7.0
    WP Mail Logging: by WP Mail Logging Team – 1.11.0
    WPC Coupon Listing for WooCommerce: by WPClever – 1.1.1
    Smart Coupons For WooCommerce Coupons: by WebToffee – 1.4.6
    YITH WooCommerce Badge Management: by YITH – 2.15.0
    
    ### Inactive Plugins (7) ###
    
    Awesome Support: by Awesome Support Team – 6.1.2
    Creative Mail by Newfold Digital: by Newfold Digital – 1.6.7
    Customer Email Verification for WooCommerce: by zorem – 1.5
    Loading Page: by CodePeople – 1.0.94
    Login with phone number: by Hamid Alinia - idehweb – 1.4.8
    Under Construction: by WebFactory Ltd – 3.97
    WPC Smart Quick View for WooCommerce: by WPClever – 3.3.8
    
    ### Dropin Plugins (1) ###
    
    advanced-cache.php: advanced-cache.php
    
    ### Settings ###
    
    API Enabled: –
    Force SSL: ?</img>
    Currency: AED (?.?)
    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: –
    Enforce Approved Product Download Directories: ?</img>
    Order datastore: WC_Order_Data_Store_CPT
    
    ### WC Pages ###
    
    Shop base: #6 - /store/
    Cart: #7 - /cart
    Checkout: #8 - /checkout/
    My account: #9 - /my-account/
    Terms and conditions: #4555 - /terms-conditions/
    
    ### Theme ###
    
    Name: ****
    Version: 1.0.0
    Author URL: https://woostify.com/
    Child Theme: ?</img>
    Parent Theme Name: Woostify
    Parent Theme Version: 2.2.2
    Parent Theme Author URL: https://woostify.com/about
    WooCommerce Support: ?</img>
    
    ### Templates ###
    
    Overrides: ev/woocommerce/emails/admin-cancelled-order.php
    ev/woocommerce/emails/admin-failed-order.php
    ev/woocommerce/emails/admin-new-order.php
    ev/woocommerce/emails/customer-completed-order.php
    ev/woocommerce/emails/customer-invoice.php
    ev/woocommerce/emails/customer-new-account.php
    ev/woocommerce/emails/customer-note.php
    ev/woocommerce/emails/customer-on-hold-order.php
    ev/woocommerce/emails/customer-processing-order.php
    ev/woocommerce/emails/customer-refunded-order.php
    ev/woocommerce/emails/customer-reset-password.php
    ev/woocommerce/emails/email-addresses.php
    ev/woocommerce/emails/email-customer-details.php
    ev/woocommerce/emails/email-downloads.php
    ev/woocommerce/emails/email-footer.php
    ev/woocommerce/emails/email-header.php
    ev/woocommerce/emails/email-mobile-messaging.php
    ev/woocommerce/emails/email-order-details.php
    ev/woocommerce/emails/email-order-items.php
    ev/woocommerce/emails/email-styles.php
    ev/woocommerce/emails/plain/admin-cancelled-order.php
    ev/woocommerce/emails/plain/admin-failed-order.php
    ev/woocommerce/emails/plain/admin-new-order.php
    ev/woocommerce/emails/plain/customer-completed-order.php
    ev/woocommerce/emails/plain/customer-invoice.php
    ev/woocommerce/emails/plain/customer-new-account.php
    ev/woocommerce/emails/plain/customer-note.php
    ev/woocommerce/emails/plain/customer-on-hold-order.php
    ev/woocommerce/emails/plain/customer-processing-order.php
    ev/woocommerce/emails/plain/customer-refunded-order.php
    ev/woocommerce/emails/plain/customer-reset-password.php
    ev/woocommerce/emails/plain/email-addresses.php
    ev/woocommerce/emails/plain/email-customer-details.php
    ev/woocommerce/emails/plain/email-downloads.php
    ev/woocommerce/emails/plain/email-order-details.php
    ev/woocommerce/emails/plain/email-order-items.php
    ev/woocommerce/myaccount/dashboard.php
    ev/woocommerce/myaccount/my-account.php
    woostify/woocommerce/single-product/stock.php
    
    
    ### Admin ###
    
    Enabled Features: activity-panels
    analytics
    coupons
    customer-effort-score-tracks
    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
    product-variation-management
    settings
    
    Daily Cron: ?</img> Next scheduled: 2023-04-07 02:38:49 +04:00
    Options: ?</img>
    Notes: 52
    Onboarding: completed
    
    ### TI WooCommerce Wishlist Templates ###
    
    Overrides: –
    
    ### Action Scheduler ###
    
    Complete: 6,217
    Oldest: 2023-03-06 14:47:11 +0000
    Newest: 2023-04-06 14:19:35 +0000
    
    Failed: 416
    Oldest: 2023-03-05 22:30:55 +0000
    Newest: 2023-04-06 01:20:06 +0000
    
    Pending: 6
    Oldest: 2023-04-06 14:21:35 +0000
    Newest: 2023-05-02 02:50:17 +0000
    
    
    ### Status report information ###
    
    Generated at: 2023-04-06 18:20:30 +04:00
    `
    Thread Starter alshizawi

    (@alshizawi)

    Hi @roxannestoltz

    Yes this is what i am referring to , but unfortunatly it is not showing to me in the screen elemnts !

    Thread Starter alshizawi

    (@alshizawi)

    Hi ,

    Actually the screenshot you sent is visible to me , but i mean on the main admin dashboard , is there other widget shows the orders and the status etc. ?

    Thread Starter alshizawi

    (@alshizawi)

    Hi ,

    After i switch the theme to storefront and try to update the order to ” completed ” , i received the email , and it works even after i returned back to the previous theme ..

    Thank you so much ??

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