• Resolved avioli

    (@avioli)


    The plugin tries to load widget_admin.css from /wp-content/gantry/widgets/rokmenu/css/ which doesn’t exist.

    The rokmenu directory is not there AT ALL. The file resides under /wp-content/gantry/widgets/gantrymenu/css/

    Patch:

    #/widgets/menu.php:68
    - $gantry->addStyle($gantry->gantryUrl . '/widgets/rokmenu/css/widget_admin.css');
    + $gantry->addStyle($gantry->gantryUrl . '/widgets/gantrymenu/css/widget_admin.css');

    Please update your code!

    http://wordpress.org/extend/plugins/gantry/

Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
  • The topic ‘[Plugin: Gantry Template Framework] Tries to load widget_admin.css (not found)’ is closed to new replies.