Viewing 4 replies - 1 through 4 (of 4 total)
  • Plugin Contributor lechab

    (@lechab)

    Hi,
    What’s happened to your dashboard exactly when you have installed the plugin?
    Thank you

    Thread Starter justarandomuser

    (@justarandomuser)

    Hello,

    unfortunately everything got screwed up. All default CSS-Styles looked like if there where now style or no padding.

    Plugin Author ice00

    (@ice00)

    hi,

    If you can help, please send a screenshot at newstatpress [at] altervista.org

    Thanks

    Thread Starter justarandomuser

    (@justarandomuser)

    I fixed it myself by addminf the following to nsp_RegisterPluginStylesAndScripts():

    $page = $_GET['page'];
    
    $add_styles = !((strpos($page, 'nsp_') === false) &&
      (strpos($page, 'nsp-') === false));
    
    if ($add_styles) {
      // enqueue all styles and scripts here
    }
Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Deinstalled after 1 minute’ is closed to new replies.