Title: droonss's Replies | WordPress.org

---

# droonss

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

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

 Search replies:

## Forum Replies Created

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

 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Duplicator - Backups & Migration Plugin - Cloud Backups, Scheduled Backups, & More] New Login, Password, Administrator Email](https://wordpress.org/support/topic/new-login-password-administrator-email/)
 *  Thread Starter [droonss](https://wordpress.org/support/users/droonss/)
 * (@droonss)
 * [1 year, 7 months ago](https://wordpress.org/support/topic/new-login-password-administrator-email/#post-18139415)
 * Thanks. 
   Is it possible to enable advanced mode by default and hide basic mode?
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Smart Image Resize for WooCommerce] How is that?](https://wordpress.org/support/topic/how-is-that/)
 *  Thread Starter [droonss](https://wordpress.org/support/users/droonss/)
 * (@droonss)
 * [2 years, 4 months ago](https://wordpress.org/support/topic/how-is-that/#post-17448741)
 * Cool! Thank you
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Comments - wpDiscuz] Woocommerce](https://wordpress.org/support/topic/woocommerce-670/)
 *  Thread Starter [droonss](https://wordpress.org/support/users/droonss/)
 * (@droonss)
 * [2 years, 11 months ago](https://wordpress.org/support/topic/woocommerce-670/#post-16950459)
 * The question is removed. It was a custom code. Thanks for the great plugin.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[MarketKing — Ultimate WooCommerce Multivendor Marketplace Solution] Disable woocommerce control panel?](https://wordpress.org/support/topic/disable-woocommerce-control-panel/)
 *  Thread Starter [droonss](https://wordpress.org/support/users/droonss/)
 * (@droonss)
 * [2 years, 11 months ago](https://wordpress.org/support/topic/disable-woocommerce-control-panel/#post-16937312)
 * Thank you very much
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Smart Image Resize for WooCommerce] Cropping Mode](https://wordpress.org/support/topic/cropping-mode/)
 *  Thread Starter [droonss](https://wordpress.org/support/users/droonss/)
 * (@droonss)
 * [2 years, 11 months ago](https://wordpress.org/support/topic/cropping-mode/#post-16937291)
 * Yes, thanks, I understand. The problem is that I don’t see any additional settings
   after adding the code. Could you check.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[MarketKing — Ultimate WooCommerce Multivendor Marketplace Solution] Disable woocommerce control panel?](https://wordpress.org/support/topic/disable-woocommerce-control-panel/)
 *  Thread Starter [droonss](https://wordpress.org/support/users/droonss/)
 * (@droonss)
 * [2 years, 11 months ago](https://wordpress.org/support/topic/disable-woocommerce-control-panel/#post-16935269)
 * Thanks for the quick response.
   Yes, the user’s avatar works. Thank you!For the
   first question:Can we add an extra menu item to the MarketKing dashboard and 
   show the shortcode there?This code works fine for woocommerce:
 *     ```wp-block-code
        // 1. Register new endpoint (URL) for My Account page
   
         function bbloomer_add_my_loans_endpoint() {
           add_rewrite_endpoint( 'my-loans', EP_ROOT | EP_PAGES );
       }
         add_action( 'init', 'bbloomer_add_my_loans_endpoint' );
   
       // ------------------
       // 2. Add new query var
   
       function bbloomer_my_loans_query_vars( $vars ) {
           $vars[] = 'my-loans';
           return $vars;
       }
         add_filter( 'query_vars', 'bbloomer_my_loans_query_vars', 0 );
         // ------------------
       // 3. Insert the new endpoint into the My Account menu
         function bbloomer_add_my_loans_link_my_account( $items ) {
           $items['my-loans'] = 'my loans';    return $items;
       }  
       add_filter( 'woocommerce_account_menu_items', 'bbloomer_add_my_loans_link_my_account' );
         // ------------------
       // 4. Add content to the new tab
         function bbloomer_my_loans_content() {
          echo do_shortcode( '[html_block id="9265"]' );
       }
         add_action( 'woocommerce_account_my-loans_endpoint', 'bbloomer_my_loans_content' );
       ```
   
 * Can we achieve something similar for MarketKing? Оr any other method?
 * P/S Can we reorder the control panel menu items. So that when you go to the control
   panel, the first tab would be “my products”, or for example a welcome page with
   my shortcode (if possible)
   I do not need the control panel, but if I disable 
   it, then when I go to the control panel, the user sees a blank page.Thank you
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[MarketKing — Ultimate WooCommerce Multivendor Marketplace Solution] Problems with the TinyMCE editor on the phone](https://wordpress.org/support/topic/problems-with-the-tinymce-editor-on-the-phone/)
 *  Thread Starter [droonss](https://wordpress.org/support/users/droonss/)
 * (@droonss)
 * [3 years, 3 months ago](https://wordpress.org/support/topic/problems-with-the-tinymce-editor-on-the-phone/#post-16563498)
 * Hello
   Yes you are right it is android + chrome.A small clarification – “enter”
   works if you press “space” after the word.However, in Firefox, the behavior is
   different – double pressing “enter” is required.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Happy Addons for Elementor] translation](https://wordpress.org/support/topic/translation-1438/)
 *  Thread Starter [droonss](https://wordpress.org/support/users/droonss/)
 * (@droonss)
 * [3 years, 5 months ago](https://wordpress.org/support/topic/translation-1438/#post-16461271)
 * 1/ Hello. I don’t need a multilingual site.
   I’m making a site for a client, and
   I want to translate the interface “happy addons”, in the language of the client.
   For example, translate the widgets settings.Mostly everything is fine. But some
   lines are missing in .pot/ And the welcome screen(step by step setup) is missing
   completely.2/ P.S. Can we disable the welcome screen altogether?
    -  This reply was modified 3 years, 5 months ago by [droonss](https://wordpress.org/support/users/droonss/).
 *   Forum: [Reviews](https://wordpress.org/support/forum/reviews/)
    In reply to:
   [[Booking for Appointments and Events Calendar - Amelia] Not great with authentication](https://wordpress.org/support/topic/not-great-with-authentication/)
 *  [droonss](https://wordpress.org/support/users/droonss/)
 * (@droonss)
 * [4 years, 11 months ago](https://wordpress.org/support/topic/not-great-with-authentication/#post-14683472)
 * Any news on the topic? What will the developers say?
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Custom Profile Menu for BuddyPress] EventOn](https://wordpress.org/support/topic/eventon-2/)
 *  [droonss](https://wordpress.org/support/users/droonss/)
 * (@droonss)
 * [6 years, 4 months ago](https://wordpress.org/support/topic/eventon-2/#post-12441078)
 * You can
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[WCFM Marketplace - Multivendor Marketplace for WooCommerce] Catalog mode?](https://wordpress.org/support/topic/catalog-mode-4/)
 *  Thread Starter [droonss](https://wordpress.org/support/users/droonss/)
 * (@droonss)
 * [6 years, 10 months ago](https://wordpress.org/support/topic/catalog-mode-4/#post-11910909)
 * Thanks for the quick response.
    Tell me where can I request the code?

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