droonss
Forum Replies Created
-
Thanks.
Is it possible to enable advanced mode by default and hide basic mode?Forum: Plugins
In reply to: [Smart Image Resize - Make WooCommerce Images the Same Size] How is that?Cool! Thank you
Forum: Plugins
In reply to: [Comments - wpDiscuz] WoocommerceThe question is removed. It was a custom code. Thanks for the great plugin.
Thank you very much
Forum: Plugins
In reply to: [Smart Image Resize - Make WooCommerce Images the Same Size] Cropping ModeYes, thanks, I understand. The problem is that I don’t see any additional settings after adding the code. Could you check.
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:// 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 youHello
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
In reply to: [Happy Addons for Elementor] translation1/ 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 1 year, 9 months ago by droonss.
Any news on the topic? What will the developers say?
Forum: Plugins
In reply to: [Custom Profile Menu for BuddyPress] EventOnYou can
Forum: Plugins
In reply to: [WCFM Marketplace - Multivendor Marketplace for WooCommerce] Catalog mode?Thanks for the quick response.
Tell me where can I request the code?