lestra
Forum Replies Created
-
Thanks!
Forum: Plugins
In reply to: [WP Nav Plus] Category MenuThanks for response.
Not exactly. Just want one separate menu on the left side with absolute positioning and classic menu on the right side. I am trying to get that with flex box but no luck so far.
Again thanks for response.
Forum: Plugins
In reply to: [WooCommerce] Action hook and multilanguageThis helped me:
<?php if(ICL_LANGUAGE_CODE==’en’): ?>
—do something—
<?php elseif(ICL_LANGUAGE_CODE==’it’): ?>
—do something else–
<?php endif; ?>Great news! Thank you so much.
Thank you Nazmul!
Thanks for response.
Great, thanks!
I think how great it will be for your plugin to have this feature for all to benefit. Dokan works on Woocommerce BTW.
Here is complete answer from Dokan author:
You can add extra filed on the product upload form by modifying dokan-lite/templates/products/new-products-single.php file. After adding a new field, you have to save the field value.
You have to save the field but you have to use two actions. Please open dokan-lite/classes/template-products.php file and find the below actions-
do_action( ‘dokan_new_product_added’, $product_id, $post_data );
do_action( ‘dokan_product_updated’, $post_id );- This reply was modified 7 years, 2 months ago by lestra.
Forum: Plugins
In reply to: [WooCommerce Price Per Unit] Dokan integrationThanks for response. I will try to do it by myself first.
Thanks for response.
Forum: Plugins
In reply to: [Client Dash] Site Logo per userThanks for response Joelworsham.
Forum: Plugins
In reply to: [Client Dash] Site Logo per userMain site logo in header.
Forum: Plugins
In reply to: [McNinja Post Styles] Audio post formatthanks
Forum: Plugins
In reply to: [McNinja Post Styles] Audio post formatcheck email please
Forum: Plugins
In reply to: [McNinja Post Styles] Audio post formatIt is on my localhost now but give me 30 minutes I will install it on live server and send you log on email