Change Dokan Name menu item in admin

This topic contains 8 reply and 2 voices, and was last updated by Savvas 9 years ago
Viewing 8 Posts - 1 through 8 (of 8 total)
Author Posts
March 9, 2015 at 11:15 pm 38686
Savvas Hi How can i change the back end Dokan menu item name for branding purposes?/ also can i change its icon also? thnx
March 10, 2015 at 10:44 am 38715
towhid towhid

Hello Savvas,

I did not understand your question clearly. Can you please elaborate it more. Please use screenshot.

Thank You 🙂

March 11, 2015 at 4:45 pm 38848
Savvas Savvas

menu

menu item name and icon

March 11, 2015 at 6:26 pm 38871
towhid towhid

Hello Savvas,

I am really sorry to say that we do not provide any customization. To change that you need to do customization of your own or you can hire a developer.

Thank You 🙂

March 12, 2015 at 2:25 am 38910
Savvas Savvas

can you at least give me some tips? need to make plugin css changes or something else?

thnx

March 12, 2015 at 10:57 am 38922
towhid towhid

Hello Savvas,

Step 1: Please open dokan-plugin/includes/admin/admin.php

Step 2: Find this line
$dashboard = add_menu_page( __( 'Dokan', 'dokan' ), __( 'Dokan', 'dokan' ), $capability, 'dokan', array($this, 'dashboard'), 'dashicons-vault', $menu_position );

Step 3: Replace with below line:
$dashboard = add_menu_page( __( 'Dokan', 'dokan' ), __( 'Dokannn', 'dokan' ), $capability, 'dokan', array($this, 'dashboard'), 'dashicons-vault', $menu_position );

When you see the change then you will understand where you need to alter word.

Thank You 🙂

March 12, 2015 at 2:45 pm 38951
Savvas Savvas

ok thnx a lot

March 12, 2015 at 2:52 pm 38955
towhid towhid

Hello Savvas,

Hope you have solved your problem successfully. I am going to mark the topic as resolve.

Thank You 🙂

March 12, 2015 at 3:09 pm 38958
Savvas Savvas

YES THNX

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