• Resolved IanWaring

    (@ianwaring)


    I installed this add-in today but it appears to have edited the path to the CSS needed for my Milestone widget:

    <link rel='stylesheet' id='fergcorp-milestone-style-css' href='http://www.loddonlodge.com/wp-content/plugins/google-analytics-dashboard-for-wp/css/fergcorp_milestone-style.css?ver=20120208' type='text/css' media='all' />

    I just need to fix this. Any ideas how I do this?

    http://wordpress.org/plugins/google-analytics-dashboard-for-wp/

Viewing 2 replies - 1 through 2 (of 2 total)
  • Thread Starter IanWaring

    (@ianwaring)

    Resolved – but by removing this Dashboard on my site network. However, I trust the above may help isolate a bug if that’s what it was…

    You should ask the developer or that plugin. The funny thing is that he is using a $plugin variable without initializing it in any way :)))

    $my_plugin_file = __FILE__;
    
    if (isset($plugin)) {
    	$my_plugin_file = $plugin;
    }

    So, it’s looking for the current directory of his plugin using $my_plugin_file and then uses $my_plugin_file = $plugin; :))

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘How to remove?’ is closed to new replies.