diff --git a/includes/Admin/Settings.php b/includes/Admin/Settings.php index 1ae8946643..5aa9b0281e 100644 --- a/includes/Admin/Settings.php +++ b/includes/Admin/Settings.php @@ -299,7 +299,7 @@ public function get_settings_sections() { 'title' => __( 'General', 'dokan-lite' ), 'icon_url' => DOKAN_PLUGIN_ASSEST . '/images/admin-settings-icons/general.svg', 'description' => __( 'Site Settings and Store Options', 'dokan-lite' ), - 'document_link' => 'https://wedevs.com/docs/dokan/settings/general/', + 'document_link' => 'https://dokan.co/docs/wordpress/settings/general/', 'settings_title' => __( 'General Settings', 'dokan-lite' ), 'settings_description' => __( 'You can configure your general site settings and vendor store options from this settings menu. Dokan offers countless custom options when setting up your store to provide you with the ultimate flexibility.', 'dokan-lite' ), ], @@ -308,7 +308,7 @@ public function get_settings_sections() { 'title' => __( 'Selling Options', 'dokan-lite' ), 'icon_url' => DOKAN_PLUGIN_ASSEST . '/images/admin-settings-icons/selling.svg', 'description' => __( 'Store Settings, Commissions', 'dokan-lite' ), - 'document_link' => 'https://wedevs.com/docs/dokan/settings/selling-options/', + 'document_link' => 'https://dokan.co/docs/wordpress/settings/selling-options/', 'settings_title' => __( 'Selling Option Settings', 'dokan-lite' ), 'settings_description' => __( 'You can configure commissions scales and vendor capabilities from this menu.', 'dokan-lite' ), ], @@ -317,7 +317,7 @@ public function get_settings_sections() { 'title' => __( 'Withdraw Options', 'dokan-lite' ), 'icon_url' => DOKAN_PLUGIN_ASSEST . '/images/admin-settings-icons/withdraw.svg', 'description' => __( 'Withdraw Settings, Threshold', 'dokan-lite' ), - 'document_link' => 'https://wedevs.com/docs/dokan/settings/withdraw-options/', + 'document_link' => 'https://dokan.co/docs/wordpress/settings/withdraw-options/', 'settings_title' => __( 'Withdraw Settings', 'dokan-lite' ), 'settings_description' => __( 'You can configure your store\'s withdrawal methods, charges, limits, order status and more.', 'dokan-lite' ), ], @@ -326,7 +326,7 @@ public function get_settings_sections() { 'title' => __( 'Reverse Withdrawal', 'dokan-lite' ), 'icon_url' => DOKAN_PLUGIN_ASSEST . '/images/admin-settings-icons/reverse-witdrawal.svg', 'description' => __( 'Admin commission config (on COD)', 'dokan-lite' ), - 'document_link' => 'https://wedevs.com/docs/dokan/withdraw/dokan-reverse-withdrawal/', + 'document_link' => 'https://dokan.co/docs/wordpress/withdraw/dokan-reverse-withdrawal/', 'settings_title' => __( 'Reverse Withdrawal Settings', 'dokan-lite' ), 'settings_description' => __( 'Configure commission from vendors on Cash on Delivery orders, method and threshold for reverse balance, restrictive actions on vendors and more.', 'dokan-lite' ), ], @@ -335,7 +335,7 @@ public function get_settings_sections() { 'title' => __( 'Page Settings', 'dokan-lite' ), 'icon_url' => DOKAN_PLUGIN_ASSEST . '/images/admin-settings-icons/page.svg', 'description' => __( 'Store Page Settings Manage', 'dokan-lite' ), - 'document_link' => 'https://wedevs.com/docs/dokan/settings/page-settings-2/', + 'document_link' => 'https://dokan.co/docs/wordpress/settings/page-settings-2/', 'settings_title' => __( 'Site and Store Page Settings', 'dokan-lite' ), 'settings_description' => __( 'You can configure and setup your necessary page settings from this menu.', 'dokan-lite' ), ], @@ -344,7 +344,7 @@ public function get_settings_sections() { 'title' => __( 'Appearance', 'dokan-lite' ), 'icon_url' => DOKAN_PLUGIN_ASSEST . '/images/admin-settings-icons/appearance.svg', 'description' => __( 'Custom Store Appearance', 'dokan-lite' ), - 'document_link' => 'https://wedevs.com/docs/dokan/settings/appearance/', + 'document_link' => 'https://dokan.co/docs/wordpress/settings/appearance/', 'settings_title' => __( 'Appearance Settings', 'dokan-lite' ), 'settings_description' => __( 'You can configure your store appearance settings, configure map API, Google reCaptcha and more. Dokan offers various store header templates to choose from.', 'dokan-lite' ), ], diff --git a/templates/admin-header.php b/templates/admin-header.php index fd0fcf8c86..57c84241ab 100644 --- a/templates/admin-header.php +++ b/templates/admin-header.php @@ -33,7 +33,7 @@ - + @@ -54,7 +54,7 @@ - +
@@ -79,7 +79,7 @@
- +
diff --git a/templates/products/edit-product-single.php b/templates/products/edit-product-single.php index c5e0a6d065..1fa51a5454 100755 --- a/templates/products/edit-product-single.php +++ b/templates/products/edit-product-single.php @@ -435,7 +435,7 @@ [ 'editor_height' => 50, 'quicktags' => true, - 'media_buttons' => false, + 'media_buttons' => true, 'teeny' => false, 'editor_class' => 'post_excerpt', ] @@ -455,7 +455,7 @@ [ 'editor_height' => 50, 'quicktags' => true, - 'media_buttons' => false, + 'media_buttons' => true, 'teeny' => false, 'editor_class' => 'post_content', ]