• Resolved abhisheksr

    (@abhisheksr)


    Hi,
    I am using this plugin with the latest version WordPress 5.2.3 & Dokan Lite 2.9.2 and it’s working smooth.
    I have one suggestion and in fact would like the author to look into this so the plugin works at its best. Right now it gives facility to Admin to hide multiple fields from menu of vendor however same stuff is visible in the Dashboard in graphical form. I personally feel this totally conflicts with the plugin motto of hiding menu items as vendor can easily view through the graphical view which is hidden in menu. Instead, it should hide items as well it’s associated graphical view, for instance- if I am hiding orders for vendors then it should also hide order graphs else plugin doesn’t make 100% sense of hiding menu items.
    Kindly let me know if this is possible in the latest version of this plugin or are there any such plans or can you share any code snippet to make this wish as a working feature.

    • This topic was modified 5 years, 5 months ago by abhisheksr.
Viewing 1 replies (of 1 total)
  • Thread Starter abhisheksr

    (@abhisheksr)

    I achieved this with old code ( custom css) from Dokan website, using this code you can hide graphs of orders, sales, and big counter. Put it in custom css section and you are done.

    .dashboard-widget.sells-graph {
    display: none;
    }
    .dashboard-widget.orders {
      display: none;
    }
    
    .dashboard-widget.big-counter {
      display: none;
    }
    • This reply was modified 5 years, 5 months ago by abhisheksr.
    • This reply was modified 5 years, 5 months ago by abhisheksr.
Viewing 1 replies (of 1 total)
  • The topic ‘Vendor Dashboard – Graphical View’ is closed to new replies.