i've just installed Mystique 2.2.2
when i go to the settings page, and click any of the tabs (content, design etc) nothing loads on the page
any ideas?
i've just installed Mystique 2.2.2
when i go to the settings page, and click any of the tabs (content, design etc) nothing loads on the page
any ideas?
try a fresh download and re-install the themes again
hey richard
tried a few different downloads, but none of them will install ... just timing out
found this solution:
Since no help is forthcoming I will post this here. If you want to continue to use Mystique 2.3.1 under GPL and reach the Settings page, comment out from line 840 as shown below in file admin/theme-settings.php
<?php /**
// Edited to show Theme Settings page
include(ABSPATH . 'wp-admin/includes/theme-install.php');
global $theme_field_defaults;
$args = array('author' => 'digitalnature', 'page' => 1, 'fields' => $theme_field_defaults);
$api = themes_api('query_themes', $args);
if (!is_wp_error($api)) display_themes($api->themes, $api->info['page'], $api->info['pages']);
*/ ?>
which i'm trying now
lo and behold, it works!
You must log in to post.