Forums

[Theme: Mystique 2.2.2] (4 posts)

  1. yi yiyi
    Member
    Posted 4 months ago #

    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?

  2. RichardWPG
    Member
    Posted 4 months ago #

    try a fresh download and re-install the themes again

  3. yi yiyi
    Member
    Posted 4 months ago #

    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

  4. yi yiyi
    Member
    Posted 4 months ago #

    lo and behold, it works!

Reply

You must log in to post.

About this Topic