• 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?

Viewing 3 replies - 1 through 3 (of 3 total)
  • try a fresh download and re-install the themes again

    Thread Starter yi yiyi

    (@yi-yiyi)

    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

    Thread Starter yi yiyi

    (@yi-yiyi)

    lo and behold, it works!

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘[Theme: Mystique 2.2.2]’ is closed to new replies.