• Resolved leeburstroghm

    (@leeburstroghm)


    I have dashboard sidebar widgets installed, to show widgets on dashboard. they wont show with yout plugin.. I see potential.. No plugins. boy bummer.. Better way to make the main icon tabs move able. the information for each section is not really usable.. Yeah. I will just delete it..

    https://www.ads-software.com/plugins/client-dash/

Viewing 9 replies - 1 through 9 (of 9 total)
  • Plugin Contributor joelworsham

    (@joelworsham)

    I’m sorry I don’t quite understand. You’re saying you have a different plugin installed in order to customize dashboard widgets in addition to Client Dash? If this is the case, then there is most likely a conflict between the two, given that they both attempt to do the same thing.

    I would recommend uninstalling the other plugin if you would like to continue using Client Dash.

    If I can help you in any way, let me know.

    Thread Starter leeburstroghm

    (@leeburstroghm)

    Forgive my WP noob-ness.. I noticed there are not any admin widgets available.. and to even get a Text widget, available to use on the dashboard, you need a plugin to make them available.. I did not notice any way at all, with client dash, to put widgets on the dashboard.. sO. my reply is NO, I do not have Another plugin to Customize the dashboard.. Just allow widgets to become AVAILABLE to use on the dash board.. I use https://www.ads-software.com/plugins/dashboard-widget-sidebar/ and I get an error.. Notice: Undefined index: in /../wp-content/plugins/dashboard-widget-sidebar/dashboard-widget-sidebar.php on line 31 which is the LAST line in the following

    <?php
    /*
    Plugin Name: Dashboard Widget Sidebar
    Plugin URI: https://www.iosoftgame.com/
    Description: Enable regulare widgets to be used as Dashboard Widgets in admin
    Version: 1.2.3
    Author: IO SoftGame
    Author URI: https://www.iosoftgame.com
    License: GPLv2 or later
    */
    ?>
    <?php
    	// Function that outputs the contents of the dashboard widget
    	function dws_dashboard_widget_function($post, $metabox) {
    
    		//Get global variables
    		global $wp_registered_sidebars, $wp_registered_widgets;
    
    		//Get sidebars
    		$sidebars = wp_get_sidebars_widgets();
    		//Get widgets
    		$dws_widgets = $sidebars["dws-sidebar"];
    
    		//Get current widget
    		$id = $metabox["args"]["id"];
    
    		//Get the sidebar
    		$sidebar = $wp_registered_sidebars["dws-sidebar"];
    
    		//Gets widgets unique number
    		$widgetnumber = $wp_registered_widgets[$id]["params"][0]["number"];

    My gut tells me that its because the plugin is running after the dashboard, so the data is not available..??

    So thats a HUGE deal.. getting pods widgets to display on the dashboard OR in one of the dashboard sections.. I would have to Modify all of the current ones to even begin to use Client dash.. ITs a GREAT idea, just needs ALOT of work.. My current Project Requires something like Client Dash..

    Thread Starter leeburstroghm

    (@leeburstroghm)

    So little customization for current dashboard areas, like Webmaster..
    The drag and drop reordering is now gone from the dashbaord..

    I love your boilerplate addon.. I have not gotten into that, to see what is possible with making new sections or new tabs for existing ones, or.. I dont know yet.. Are you familiar with PODS?

    Thread Starter leeburstroghm

    (@leeburstroghm)

    Using – Plugin Organizer – and changing the load did not make a difference..

    Plugin Contributor joelworsham

    (@joelworsham)

    Client Dash may or may not be (and sounds like it may not be) compatible with other dashboard organization widgets.

    Right now Client Dash does not offer new widgets for the dashboard, it simply allows you to remove, re-order, or change the title of dashboard widgets that already exist. I’m sorry if this doesn’t suit your needs or any inconvenience this causes you.

    You are correct that you can make custom plugins that work with Client Dash and add new widgets. Also, we plan on adding some custom widgets in the future.

    Thread Starter leeburstroghm

    (@leeburstroghm)

    ? Client dash should show widgets.. it does not have ANY widgets that are normally with wordpress, available to use, the activity, wp news.. no dashboard widgets work.. so how can I even use client dash..

    yeah. I think it will not work

    Plugin Contributor joelworsham

    (@joelworsham)

    Huh, well that sounds like a bug.

    Can you tell me the following:

    Client Dash version
    Active plugins
    Active theme
    Multisite?

    Thread Starter leeburstroghm

    (@leeburstroghm)

    Client dash, ? installed from WP yesterday.. so latest..
    active plugins.. ??
    active theme?? wp admin.. ? is there another?
    plugins.. I have tried with them all off.. so it does not matter

    Advanced Code Editor
    AG Custom Admin
    Akeeba Backup for WordPress
    Cornerstone
    Custom Dashboard Widget & Dashboard Contact Form
    Dashboard Widget Sidebar
    IM8 Box Hide
    Insert Headers and Footers
    iThemes Sync
    Pods - Custom Content Types and Fields
    Pods Frontier Auto Template
    Role Quick Changer
    WP Help
    WP Users Media
    X – Custom 404
    X – Smooth Scroll
    X – Under Construction

    Plugin Contributor joelworsham

    (@joelworsham)

    Apologies for the delay. Were you able to get this working? Make sure you are fully updated and see if the problem persists. If it does, I can try again to help you out.

Viewing 9 replies - 1 through 9 (of 9 total)
  • The topic ‘Going to delete, but maybe it will fix?’ is closed to new replies.