carp104
Member
Posted 9 months ago #
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!
carp104
Member
Posted 9 months ago #
Theme is Mystique 2.5.1 (lite version apparently).
carp104
Member
Posted 9 months ago #
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:
http://digitalnature.eu/themes/mystique/
Argentum
Member
Posted 7 months ago #
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.
Argentum
Member
Posted 7 months ago #
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
Argentum
Member
Posted 7 months ago #
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']);
*/ ?>