• Pretty self explanatory,

    installed Mystique theme (apparently I got mystique lite?) and there are no Mystique Settings. I need to change “user CSS” but obviously cannot since theme settings are missing from the left menu.

    Already tried searching for a cap in the functions.php file, no such lines exist.

    Very frustrating, please help!

Viewing 6 replies - 1 through 6 (of 6 total)
  • Thread Starter carp104

    (@carp104)

    Theme is Mystique 2.5.1 (lite version apparently).

    Thread Starter carp104

    (@carp104)

    Really? Nobody here has an answer….there are numerous people with this same problem and a solution has not been found?

    So much for support ??

    The settings panel is now only available in 3.x:
    https://digitalnature.eu/themes/mystique/

    How can the settings panel go away when I only upgrades WordPress core files? Please give me a solution to this. I have made many modifications to Mystique 2.3.1.

    The page stops rendering some way down and I get a

    Fatal error</b>: Call to a member function display() on a non-object in <b>/home/domains/domain.com/public_html/site/wp-admin/includes/theme-install.php</b> on line <b>207

    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']);
                */ ?>
Viewing 6 replies - 1 through 6 (of 6 total)
  • The topic ‘Mystique Theme Settings Missing’ is closed to new replies.