Title: hitinder's Replies | WordPress.org

---

# hitinder

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

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

 Search replies:

## Forum Replies Created

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

 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Rank Math SEO – AI SEO Tools to Dominate SEO Rankings] Can’t edit in the pages](https://wordpress.org/support/topic/cant-edit-in-the-pages/)
 *  Thread Starter [hitinder](https://wordpress.org/support/users/hitinder/)
 * (@hitinder)
 * [5 years, 10 months ago](https://wordpress.org/support/topic/cant-edit-in-the-pages/#post-13493837)
 * It was not a issue with this plugin but another plugin (Essential Grid) had some
   broken JS that cause the most of the back office JS features to stop working.
    -  This reply was modified 5 years, 10 months ago by [hitinder](https://wordpress.org/support/users/hitinder/).
 *   Forum: [Reviews](https://wordpress.org/support/forum/reviews/)
    In reply to:
   [[Better Find and Replace - AI-Powered Suggestions] Poor copy of “better search replace”](https://wordpress.org/support/topic/copy-of-better-search-replace/)
 *  Thread Starter [hitinder](https://wordpress.org/support/users/hitinder/)
 * (@hitinder)
 * [5 years, 10 months ago](https://wordpress.org/support/topic/copy-of-better-search-replace/#post-13491397)
 * Hi [@mtuhin](https://wordpress.org/support/users/mtuhin/)
    Please stop bothering
   my team members with your annoying phone calls at odd hours. Also, what should
   I make of this email you sent me asking “what is my problem”?
 * Hello [@macmanx](https://wordpress.org/support/users/macmanx/) , is there something
   we can do about [@mtuhin](https://wordpress.org/support/users/mtuhin/) calling
   our company staff and sending emails to remove the review?
    -  This reply was modified 5 years, 10 months ago by [James Huff](https://wordpress.org/support/users/macmanx/).
      Reason: email screenshot removed
 *   Forum: [Reviews](https://wordpress.org/support/forum/reviews/)
    In reply to:
   [[Better Find and Replace - AI-Powered Suggestions] Poor copy of “better search replace”](https://wordpress.org/support/topic/copy-of-better-search-replace/)
 *  Thread Starter [hitinder](https://wordpress.org/support/users/hitinder/)
 * (@hitinder)
 * [5 years, 10 months ago](https://wordpress.org/support/topic/copy-of-better-search-replace/#post-13490871)
 * Hi [@mtuhin](https://wordpress.org/support/users/mtuhin/) , I want to say it 
   to you that I have tested your plugin and followed the detail, and I still found
   it difficult to use. Sheerly because I have used “Better search replace” which
   is clearly easy to set up and use.
 * Example, the search result UI in your plugin is unfriendly. It shows unnecessary
   content and images and one cannot apply all the changes at once.
 * The reason I used the word “copy” is that the name “Better find and replace” 
   is identical to “Better search replace”. Also, your plugin is just 20 months 
   old and the latter is more than 5 years old.
 * Another example is that your plugin uses the same labels for options, e.g., “
   dry run” for not making changes to the database.
 * You have all the rights to provide same features and monetise them, but I personally
   believe that you should at least keep the name and UI different so that end users
   do not feel baited.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[WooCommerce] Woocommerc subtotal is incorrect](https://wordpress.org/support/topic/woocommerc-subtotal-is-incorrect-2/)
 *  Thread Starter [hitinder](https://wordpress.org/support/users/hitinder/)
 * (@hitinder)
 * [6 years, 1 month ago](https://wordpress.org/support/topic/woocommerc-subtotal-is-incorrect-2/#post-13124765)
 * [@apmwebdev](https://wordpress.org/support/users/apmwebdev/) I hope what I shared
   above is what you were looking for?
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[WooCommerce] Remove Backoffice/Dashboard Breadcrums](https://wordpress.org/support/topic/remove-backoffice-dashboard-breadcrums/)
 *  Thread Starter [hitinder](https://wordpress.org/support/users/hitinder/)
 * (@hitinder)
 * [6 years, 1 month ago](https://wordpress.org/support/topic/remove-backoffice-dashboard-breadcrums/#post-13121172)
 * I found a solution online and it’s working.
 *     ```
       // Disable Woocommerce Header in WP Admin 
       add_action('admin_head', 'Hide_WooCommerce_Breadcrumb');
   
       function Hide_WooCommerce_Breadcrumb() {
         echo '<style>
           .woocommerce-layout__header {
               display: none;
           }
           .woocommerce-layout__activity-panel-tabs {
               display: none;
           }
           .woocommerce-layout__header-breadcrumbs {
               display: none;
           }
           .woocommerce-embed-page .woocommerce-layout__primary{
               display: none;
           }
           .woocommerce-embed-page #screen-meta, .woocommerce-embed-page #screen-meta-links{top:0;}
           </style>';
       }
       ```
   
 * Credit: [https://stackoverflow.com/questions/57321805/remove-header-from-woocommerce-admin-panel/60888959#60888959](https://stackoverflow.com/questions/57321805/remove-header-from-woocommerce-admin-panel/60888959#60888959)
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[WooCommerce] Woocommerc subtotal is incorrect](https://wordpress.org/support/topic/woocommerc-subtotal-is-incorrect-2/)
 *  Thread Starter [hitinder](https://wordpress.org/support/users/hitinder/)
 * (@hitinder)
 * [6 years, 1 month ago](https://wordpress.org/support/topic/woocommerc-subtotal-is-incorrect-2/#post-13114830)
 * [@apmwebdev](https://wordpress.org/support/users/apmwebdev/) thank you for the
   response. Please note that I don’t have any plugin for tax or shipping but, I
   do have a plugin for the minimum order amount. Also, I have a plugin for bundle
   products but the products added to the cart are not a bundle.
 *     ```
       ### WordPress Environment ###
   
       WordPress address (URL): https://fooddemo.storambo.com
       Site address (URL): https://fooddemo.storambo.com
       WC Version: 4.3.0
       REST API Version: ✔ 1.0.10
       WC Blocks Version: ✔ 2.7.1
       Action Scheduler Version: ✔ 3.1.6
       WC Admin Version: ✔ 1.3.0
       Log Directory Writable: ✔
       WP Version: 5.4.2
       WP Multisite: –
       WP Memory Limit: 1 GB
       WP Debug Mode: –
       WP Cron: ✔
       Language: en_US
       External object cache: ✔
   
       ### Server Environment ###
   
       Server Info: Apache
       PHP Version: 7.2.31
       PHP Post Max Size: 1 GB
       PHP Time Limit: 1500
       PHP Max Input Vars: 2000
       cURL Version: 7.62.0
       OpenSSL/1.0.2k
   
       SUHOSIN Installed: –
       MySQL Version: 10.3.23-MariaDB-log-cll-lve
       Max Upload Size: 1 GB
       Default Timezone is UTC: ✔
       fsockopen/cURL: ✔
       SoapClient: ✔
       DOMDocument: ✔
       GZip: ✔
       Multibyte String: ✔
       Remote Post: ✔
       Remote Get: ✔
   
       ### Database ###
   
       WC Database Version: 4.3.0
       WC Database Prefix: food_
       Total Database Size: 3.68MB
       Database Data Size: 3.35MB
       Database Index Size: 0.33MB
       food_woocommerce_sessions: Data: 0.03MB + Index: 0.00MB + Engine MyISAM
       food_woocommerce_api_keys: Data: 0.00MB + Index: 0.00MB + Engine MyISAM
       food_woocommerce_attribute_taxonomies: Data: 0.00MB + Index: 0.00MB + Engine MyISAM
       food_woocommerce_downloadable_product_permissions: Data: 0.00MB + Index: 0.00MB + Engine MyISAM
       food_woocommerce_order_items: Data: 0.00MB + Index: 0.00MB + Engine MyISAM
       food_woocommerce_order_itemmeta: Data: 0.01MB + Index: 0.01MB + Engine MyISAM
       food_woocommerce_tax_rates: Data: 0.00MB + Index: 0.01MB + Engine MyISAM
       food_woocommerce_tax_rate_locations: Data: 0.00MB + Index: 0.00MB + Engine MyISAM
       food_woocommerce_shipping_zones: Data: 0.00MB + Index: 0.00MB + Engine MyISAM
       food_woocommerce_shipping_zone_locations: Data: 0.00MB + Index: 0.00MB + Engine MyISAM
       food_woocommerce_shipping_zone_methods: Data: 0.00MB + Index: 0.00MB + Engine MyISAM
       food_woocommerce_payment_tokens: Data: 0.00MB + Index: 0.00MB + Engine MyISAM
       food_woocommerce_payment_tokenmeta: Data: 0.00MB + Index: 0.00MB + Engine MyISAM
       food_woocommerce_log: Data: 0.00MB + Index: 0.00MB + Engine MyISAM
       food_actionscheduler_actions: Data: 0.02MB + Index: 0.02MB + Engine MyISAM
       food_actionscheduler_claims: Data: 0.00MB + Index: 0.00MB + Engine MyISAM
       food_actionscheduler_groups: Data: 0.00MB + Index: 0.01MB + Engine MyISAM
       food_actionscheduler_logs: Data: 0.01MB + Index: 0.01MB + Engine MyISAM
       food_commentmeta: Data: 0.00MB + Index: 0.00MB + Engine MyISAM
       food_comments: Data: 0.00MB + Index: 0.01MB + Engine MyISAM
       food_links: Data: 0.00MB + Index: 0.00MB + Engine MyISAM
       food_loginizer_logs: Data: 0.00MB + Index: 0.01MB + Engine MyISAM
       food_options: Data: 2.24MB + Index: 0.06MB + Engine MyISAM
       food_postmeta: Data: 0.56MB + Index: 0.06MB + Engine MyISAM
       food_posts: Data: 0.46MB + Index: 0.03MB + Engine MyISAM
       food_rank_math_404_logs: Data: 0.00MB + Index: 0.00MB + Engine MyISAM
       food_rank_math_internal_links: Data: 0.00MB + Index: 0.00MB + Engine MyISAM
       food_rank_math_internal_meta: Data: 0.00MB + Index: 0.00MB + Engine MyISAM
       food_rank_math_redirections: Data: 0.00MB + Index: 0.00MB + Engine MyISAM
       food_rank_math_redirections_cache: Data: 0.00MB + Index: 0.00MB + Engine MyISAM
       food_rank_math_sc_analytics: Data: 0.00MB + Index: 0.00MB + Engine MyISAM
       food_termmeta: Data: 0.00MB + Index: 0.01MB + Engine MyISAM
       food_terms: Data: 0.00MB + Index: 0.01MB + Engine MyISAM
       food_term_relationships: Data: 0.00MB + Index: 0.00MB + Engine MyISAM
       food_term_taxonomy: Data: 0.00MB + Index: 0.01MB + Engine MyISAM
       food_usermeta: Data: 0.02MB + Index: 0.01MB + Engine MyISAM
       food_users: Data: 0.00MB + Index: 0.01MB + Engine MyISAM
       food_wc_admin_notes: Data: 0.00MB + Index: 0.00MB + Engine MyISAM
       food_wc_admin_note_actions: Data: 0.00MB + Index: 0.00MB + Engine MyISAM
       food_wc_category_lookup: Data: 0.00MB + Index: 0.00MB + Engine MyISAM
       food_wc_customer_lookup: Data: 0.00MB + Index: 0.01MB + Engine MyISAM
       food_wc_download_log: Data: 0.00MB + Index: 0.00MB + Engine MyISAM
       food_wc_order_coupon_lookup: Data: 0.00MB + Index: 0.00MB + Engine MyISAM
       food_wc_order_product_lookup: Data: 0.00MB + Index: 0.01MB + Engine MyISAM
       food_wc_order_stats: Data: 0.00MB + Index: 0.01MB + Engine MyISAM
       food_wc_order_tax_lookup: Data: 0.00MB + Index: 0.00MB + Engine MyISAM
       food_wc_product_meta_lookup: Data: 0.00MB + Index: 0.01MB + Engine MyISAM
       food_wc_reserved_stock: Data: 0.00MB + Index: 0.00MB + Engine MyISAM
       food_wc_tax_rate_classes: Data: 0.00MB + Index: 0.01MB + Engine MyISAM
       food_wc_webhooks: Data: 0.00MB + Index: 0.00MB + Engine MyISAM
       food_woocommerce_order_alert: Data: 0.00MB + Index: 0.00MB + Engine MyISAM
       food_wpforms_tasks_meta: Data: 0.00MB + Index: 0.00MB + Engine MyISAM
       food_yith_wcdn_desktop_notification: Data: 0.00MB + Index: 0.00MB + Engine MyISAM
   
       ### Post Type Counts ###
   
       attachment: 49
       custom_css: 2
       customize_changeset: 20
       elementor_library: 4
       nav_menu_item: 2
       page: 13
       polylang_mo: 1
       popup: 1
       popup_theme: 7
       post: 3
       product: 14
       revision: 38
       shop_coupon: 1
       shop_order: 12
       wcpa_pt_forms: 1
       wp_block: 5
   
       ### Security ###
   
       Secure connection (HTTPS): ✔
       Hide errors from visitors: ✔
   
       ### Active Plugins (19) ###
   
       WP Hide & Security Enhancer: by Nsp Code – 1.6.0.5
       Admin Menu Editor: by Janis Elsts – 1.9.5
       Branda: by WPMU DEV – 3.3.1
       Classic Editor: by WordPress Contributors – 1.5
       Placeholder Image for Woocommerce: by Игорь iTRON Тронь – 1.1 – Installed version not tested with active version of WooCommerce 4.3.0
       Elementor: by Elementor.com – 2.9.13
       Enhanced E-commerce for Woocommerce store: by Tatvic – 2.3.4 – Installed version not tested with active version of WooCommerce 4.3.0
       Food Store - Online Food Delivery & Pickup: by WP Scripts – 1.0.10 – Installed version not tested with active version of WooCommerce 4.3.0
       Loginizer: by Softaculous – 1.4.6
       New Order Notification for Woocommerce: by Mr.Ebabi – 1.2.1
       Order Minimum/Maximum Amount for WooCommerce: by Algoritmika Ltd – 2.2.1 – Installed version not tested with active version of WooCommerce 4.3.0
       Gutenberg Blocks and Template Library by Otter: by ThemeIsle – 1.5.5
       Popup Maker: by Popup Maker – 1.11.0
       Rank Math SEO: by Rank Math – 1.0.45
       W3 Total Cache: by BoldGrid – 0.14.2
       WPC Product Bundles for WooCommerce: by WPClever.net – 5.2.5 – Installed version not tested with active version of WooCommerce 4.3.0
       WooCommerce: by Automattic – 4.3.0
       wpCentral: by Softaculous Ltd. – 1.5.3
       WPForms Lite: by WPForms – 1.6.1
   
       ### Inactive Plugins (2) ###
   
       Akismet Anti-Spam: by Automattic – 4.1.6
       Woo Instant Notifications: by Irdroid – 1.0 – Installed version not tested with active version of WooCommerce 4.3.0
   
       ### Dropin Plugins (3) ###
   
       advanced-cache.php: advanced-cache.php
       db.php: db.php
       object-cache.php: object-cache.php
   
       ### Must Use Plugins (1) ###
   
       wp-hide-loader.php: by  –
   
       ### Settings ###
   
       API Enabled: –
       Force SSL: –
       Currency: USD ($)
       Currency Position: left
       Thousand Separator: ,
       Decimal Separator: .
       Number of Decimals: 2
       Taxonomies: Product Types: external (external)
       grouped (grouped)
       simple (simple)
       variable (variable)
       woosb (woosb)
   
       Taxonomies: Product Visibility: exclude-from-catalog (exclude-from-catalog)
       exclude-from-search (exclude-from-search)
       featured (featured)
       outofstock (outofstock)
       rated-1 (rated-1)
       rated-2 (rated-2)
       rated-3 (rated-3)
       rated-4 (rated-4)
       rated-5 (rated-5)
   
       Connected to WooCommerce.com: –
   
       ### WC Pages ###
   
       Shop base: ❌ Page visibility should be public
       Cart: #8 - /cart/
       Checkout: #9 - /checkout/
       My account: ❌ Page does not contain the shortcode.
       Terms and conditions: ❌ Page not set
   
       ### Theme ###
   
       Name: Neve
       Version: 2.7.4
       Author URL: https://themeisle.com
       Child Theme: ❌ – If you are modifying WooCommerce on a parent theme that you did not build personally we recommend using a child theme. See: How to create a child theme
       WooCommerce Support: ✔
   
       ### Templates ###
   
       Overrides: –
   
       ### Action Scheduler ###
   
       Complete: 68
       Oldest: 2020-07-07 23:32:45 +0000
       Newest: 2020-07-13 06:52:00 +0000
   
       Pending: 3
       Oldest: -0001-11-30 00:00:00 +0000
       Newest: 2020-07-14 06:52:00 +0000
       ```
   
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Woocommerc subtotal is incorrect](https://wordpress.org/support/topic/woocommerc-subtotal-is-incorrect/)
 *  Thread Starter [hitinder](https://wordpress.org/support/users/hitinder/)
 * (@hitinder)
 * [6 years, 1 month ago](https://wordpress.org/support/topic/woocommerc-subtotal-is-incorrect/#post-13112289)
 * Sure thing. Thank you Steven.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[WooCommerce] Remove Backoffice/Dashboard Breadcrums](https://wordpress.org/support/topic/remove-backoffice-dashboard-breadcrums/)
 *  Thread Starter [hitinder](https://wordpress.org/support/users/hitinder/)
 * (@hitinder)
 * [6 years, 1 month ago](https://wordpress.org/support/topic/remove-backoffice-dashboard-breadcrums/#post-13110775)
 * [@t-p](https://wordpress.org/support/users/t-p/) thank you for the response and
   your time.
    I have installed woocommerce plugin and when I enter the woocommerce
   menu in the wp-admin, it is showing breadcrumbs. Which I would like to remove.
   Please see the below link for reference.
 * > [View post on imgur.com](https://imgur.com/53q7Qwj)

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