• Hi

    I recently moved the wp-content folder to a folder called site using

    define( ‘WP_CONTENT_DIR’, $_SERVER[‘DOCUMENT_ROOT’] . ‘/site’ );
    define( ‘WP_CONTENT_URL’, ‘http://example.com/site’);

    define( ‘WP_PLUGIN_DIR’, $_SERVER[‘DOCUMENT_ROOT’] . ‘/site/plugins’ );
    define( ‘WP_PLUGIN_URL’, ‘http://example.com/site/plugins’);
    define( ‘PLUGINDIR’, $_SERVER[‘DOCUMENT_ROOT’] . ‘/site/plugins’ );

    Really great…. until I realized the Fluency Admin theme stopped working. I cannot navigate using the menu, and no styling of the theme is visible (apart from footer etc)

    Would really like this to work with the moved wp-content… and cannot see why this change would effect it.

    Thanks

Viewing 1 replies (of 1 total)
  • I’m having the same problem. It’s because the /wp-content path is hardcoded in fluency-admin/css/load-styles.php.

Viewing 1 replies (of 1 total)
  • The topic ‘[Plugin: Fluency Admin]’ is closed to new replies.