Checking Aspen for possible problems. This will check for some potential problems, but it is
not a comprehensive check. Most messages are informational warnings, but things that should be fixed are marked ERROR.
- Please note: your site server is configured so that WordPress requires "FTP File Access" to update themes,
plugins, and other files. If your site host is a private server, VPS, other system where your site is secure from other
users, or you understand what you are doing, this is not an issue. If, on the other hand, your site is using
shared hosting, then it might
be vulnerable to attack from other users who share your server. We strongly advise that you contact
your hosting company and see if your site can be configured more securely, and if not, change hosting companies.
Most modern shared hosting companies can provide "suPHP", "fastCGI", or other tools that allow shared
serving without compromising file security.
- ERROR: You have specified "Wrap site with shadow" but
have not provided a backgroud color for "Wrapper Page BG". This combination may not display correctly
on IE7 and IE8. Please provide a Wrapper Page BG color.
You have not added any widgets to the standard sidebar widget areas. (Dashboard:Widgets)';
}
// misc
$saved = get_option( apply_filters('aspen_options','aspen_settings_backup') );
if (empty($saved)) {
echo '- You have not saved your settings using the Save/Restore tab. It is good practice to keep a saved version of your settings.
';
}
$icon = aspen_getopt('_favicon_url');
if (!$icon) {
echo '- You have not specified a FavIcon. It is a good idea to have a FavIcon for your site. (Advanced Options:Site Options)
';
}
// pro options
if (aspen_getopt_checked('_inline_style')) {
echo '- You have Use Inline CSS checked. (Aspen Plus tab)
';
}
if (aspen_getopt_checked('_development_mode')) {
echo '- You have Development Mode checked. It is recommended to disable it for production sites. (Aspen Plus tab)
';
}
// MOBILE
if ( (strpos( aspen_getopt('_mode_mobile'), 'nostack' ) !== false) && !is_active_sidebar('mobile-widget-area')) {
echo '- You don\'t have any widgets defined for the Mobile Device Widget Area (Dashboard:Widgets).
It is highly recommended to define alternate mobile widgets when you are using a "hide sidebars" mobile mode.
';
}
?>
Theme check complete.