Free Installation Service

This topic contains 17 reply and 2 voices, and was last updated by Kireeti 8 years, 10 months ago
Viewing 15 Posts - 1 through 15 (of 17 total)
Author Posts
June 5, 2015 at 3:54 am 46180
Kireeti Hello Guys, I have a 5 site license for DOKAN, I want to use free installation service for one of my site. Below given is the url for the site http://www.flyretail.com/wp-admin Thank You, Kireeti.K
June 5, 2015 at 9:14 pm 46223
Nayem Nayem

Hello Kireeti,

If you want us to install our plugin in this site then please provide your login details by using this form: http://wedevs.com/provide-login-details/. I will have a look what is going wrong.

Thank you 🙂

June 5, 2015 at 9:33 pm 46228
Kireeti Kireeti This reply has been marked as private.
June 5, 2015 at 9:39 pm 46229
Kireeti Kireeti This reply has been marked as private.
June 6, 2015 at 9:54 am 46240
Nayem Nayem

Hello Kereeti,

I have checked your site. Everything is fine. I saw that you have removed some menu from the dashboard of seller. Is there anything going wrong?. Please let me know.

Thanks.

June 6, 2015 at 11:15 am 46247
Kireeti Kireeti This reply has been marked as private.
June 6, 2015 at 11:21 am 46250
Nayem Nayem This reply has been marked as private.
June 6, 2015 at 11:40 am 46252
Kireeti Kireeti

Hello Nayeem, I sending you few links which contain screenshots of items which i want to be removed. Please go through the links below and also in the last link upload files text messed up, Please give me instructions to correct that.

https://www.dropbox.com/s/wymvvjgm9ktfd9u/Settingsremove.JPG?dl=0

https://www.dropbox.com/s/vigonqlpt4r10a0/DashboardItems.JPG?dl=0

https://www.dropbox.com/s/bi329y8zin574ta/UploadMessed.JPG?dl=0

Thank You,
Kireeti.K

June 6, 2015 at 12:40 pm 46255
Nayem Nayem

To remove those menu please insert these code in your child theme function.php file-

add_filter( 'dokan_get_dashboard_settings_nav', 'remove_sub_tab' );

function remove_sub_tab($settings_sub){

    unset($settings_sub['social'], $settings_sub['payment'], $settings_sub['shipping']);
    return $settings_sub;

}

If you want to hide those place from dashboard then you have to hide it from css. You can inspect element on the widget and set the class style as display:none;

Thanks.

June 6, 2015 at 1:06 pm 46265
Kireeti Kireeti

Hello Nayeem, Code worked for Settings, Can you give me some overview on what changes should i do to remove sale and order items from dashboard and also how to correct alignment of multifile uploader

Thank You

June 6, 2015 at 1:09 pm 46268
Nayem Nayem

Hello,

Provide your ftp details. I will hide those sale and order item from css.

Thanks.

June 6, 2015 at 4:59 pm 46297
Kireeti Kireeti This reply has been marked as private.
June 6, 2015 at 5:02 pm 46298
Nayem Nayem This reply has been marked as private.
June 6, 2015 at 5:03 pm 46299
Kireeti Kireeti This reply has been marked as private.
June 6, 2015 at 5:15 pm 46303
Nayem Nayem This reply has been marked as private.
June 6, 2015 at 5:17 pm 46304
Kireeti Kireeti This reply has been marked as private.
Viewing 15 Posts - 1 through 15 (of 17 total)