| Server IP : 62.173.141.34 / Your IP : 216.73.217.113 Web Server : Apache/2.4.63 (Ubuntu) mod_fcgid/2.3.9 OpenSSL/3.0.2 System : Linux server7.msonline.ru 5.15.0-179-generic #189-Ubuntu SMP Tue May 5 18:20:56 UTC 2026 x86_64 User : izihss ( 1005) PHP Version : 7.4.33 Disable Function : pcntl_alarm,pcntl_fork,pcntl_waitpid,pcntl_wait,pcntl_wifexited,pcntl_wifstopped,pcntl_wifsignaled,pcntl_wifcontinued,pcntl_wexitstatus,pcntl_wtermsig,pcntl_wstopsig,pcntl_signal,pcntl_signal_dispatch,pcntl_get_last_error,pcntl_strerror,pcntl_sigprocmask,pcntl_sigwaitinfo,pcntl_sigtimedwait,pcntl_exec,pcntl_getpriority,pcntl_setpriority,exec,system,passthru,shell_exec,proc_open,popen MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : OFF | Sudo : ON | Pkexec : ON Directory : /home/izihss/web/izihss.ru/public_html/wp-content/plugins/cryout-theme-settings/inc/ |
Upload File : |
<?php
// Exit if accessed directly
if ( !defined( 'ABSPATH' ) ) exit;
$theme_page_url = admin_url( 'themes.php?page=' . $this->current_theme['slug'] . '-page' );
$theme_slug = $this->current_theme['slug'];
$theme_name = ucwords($this->current_theme['slug']);
$url = plugin_dir_url( dirname(__FILE__) ) . 'media';
?>
<div class="wrap">
<h2><?php _e('Cryout Serious Theme Settings Status', 'cryout-theme-settings') ?></h2>
<?php if ($this->status == 1): ?>
<div class="notice updated"><p>Current active (or parent) theme is: <strong><?php echo $theme_name; ?></strong>.
The plugin is <strong style="color: #008000;">active</strong>.<br>
<br>
Go <a href="<?php echo $theme_page_url ?>"><strong>configure <?php echo $theme_name ?></strong></a>.
</p></div>
<?php elseif ($this->status == 4): ?>
<div class="notice updated"><p>Current active (or parent) theme is: <strong><?php echo $theme_name; ?></strong> and you are running WordPress 4.4 or newer.
The plugin is <strong style="color: #008000;">active</strong> in compatibility mode.<br>
<br>
Go <a href="<?php echo $theme_page_url ?>"><strong>configure <?php echo $theme_name ?></strong></a>.
</p></div>
<?php else: ?>
<div class="notice error"><p>
<?php
switch ($this->status):
case 5:
// theme requires update ?>
Current active (or parent) theme is: <strong><?php echo $theme_name; ?></strong>.<br>
This plugin cannot work with this version of the theme. Please update the theme first. <br>
The plugin is <strong style="color: #800000;">INACTIVE</strong>. <?php
break;
case 3:
// unsupported theme ?>
Current active (or parent) theme is: <strong><?php echo $theme_name; ?></strong>.<br>
This plugin is designed to work only with the supported themes. <br>
The plugin is <strong style="color: #800000;">INACTIVE</strong>. <?php
break;
case 2:
// unsupported version ?>
Current active (or parent) theme is: <strong><?php echo $theme_name ?></strong>, however the plugin is designed to work with version <b><?php echo $this->supported_themes[$this->current_theme['slug']] ?></b> or newer of <em><?php echo $theme_name ?></em>.<br>
You are running <em><?php echo $theme_name ?> version <?php echo $this->current_theme['version'] ?></em> which does not need this plugin.</br>
The plugin is <strong style="color: #800000;">INACTIVE</strong>. <?php
break;
case 0:
default:
// inactive/undefined ?>
Current active (or parent) theme is: <strong><?php echo $theme_name; ?></strong>.<br>
This plugin is designed to work only with the supported themes. <br>
The plugin is <strong style="color: #800000;">INACTIVE</strong>. <?php
break; ?>
<?php endswitch; ?>
</p></div>
<?php endif; ?>
<?php if ($this->renamed_theme) :?>
<div class="notice error">
<p style="font-size: 1.4em; ">The plugin has detected that you have renamed the theme folder - this will limit your ability to update the theme.<br>
If you need to customize the theme code, we strongly recommend creating a <a href="http://www.cryoutcreations.eu/wordpress-themes/wordpress-tutorials/wordpress-child-themes" target="_blank">child theme</a>.</p>
</div>
<?php endif; ?>
<div id="poststuff">
<div id="post-body" class="metabox-holder columns-2">
<div id="post-body-content">
<div class="postbox">
<div class="handlediv"><br></div>
<h3 class="hndle"><span>About</span></h3>
<div class="inside">
<?php if ($this->status != 4) { ?>
<p>This plugin is designed to inter-operate with our supported themes:</p>
<ul> <li><a href="http://wordpress.org/themes/mantra" target="_blank"><img src="<?php echo $url . '/mantra.jpg'; ?>" /><span>Mantra</span></a> version 2.5 and newer</li>
<li><a href="http://wordpress.org/themes/nirvana" target="_blank"><img src="<?php echo $url . '/nirvana.jpg'; ?>" /><span>Nirvana</span></a> version 1.2 and newer</li>
<li><a href="http://wordpress.org/themes/parabola" target="_blank"><img src="<?php echo $url . '/parabola.jpg'; ?>" /><span>Parabola</span></a> version 1.6 and newer</li>
<li><a href="http://wordpress.org/themes/tempera" target="_blank"><img src="<?php echo $url . '/tempera.jpg'; ?>" /><span>Tempera</span></a> version 1.4 and newer</li> </ul>
<p>To restore their theme settings pages which we had to remove due to the Customize-based settings enforcement.</p>
<p>If you are using a different theme or a theme version not listed here this plugin will not activate.</p>
<?php } else { ?>
<p>
This plugin restores the settings page to working condition on WordPress 4.4-RC1 and newer with:
<ul> <li><a href="http://wordpress.org/themes/mantra" target="_blank"><img src="<?php echo $url . '/mantra.jpg'; ?>" /><span>Mantra</span></a> versions 2.0 - 2.4.1.1</li>
<li><a href="http://wordpress.org/themes/parabola" target="_blank"><img src="<?php echo $url . '/parabola.jpg'; ?>" /><span>Parabola</span></a> versions 0.9 - 1.5.1</li>
<li><a href="http://wordpress.org/themes/tempera" target="_blank"><img src="<?php echo $url . '/tempera.jpg'; ?>" /><span>Tempera</span></a> versions 0.9 - 1.3.3</li> </ul>
</p>
<p>If you are using a different theme or a theme version not listed here this plugin will not activate.</p>
<?php } ?>
</div>
</div>
<div class="postbox">
<div class="handlediv"><br></div>
<h3 class="hndle"><span>Our Latest Themes</span></h3>
<div class="inside">
<ul> <li><a href="https://www.cryoutcreations.eu/wordpress-themes/anima" target="_blank"><img src="<?php echo $url . '/anima.jpg'; ?>" /><span>Anima</span></a></li>
<li><a href="https://www.cryoutcreations.eu/wordpress-themes/septera" target="_blank"><img src="<?php echo $url . '/septera.jpg'; ?>" /><span>Septera</span></a></li>
<li><a href="https://www.cryoutcreations.eu/wordpress-themes/verbosa" target="_blank"><img src="<?php echo $url . '/verbosa.jpg'; ?>" /><span>Verbosa</span></a></li>
<li><a href="https://www.cryoutcreations.eu/wordpress-themes/fluida" target="_blank"><img src="<?php echo $url . '/fluida.jpg'; ?>" /><span>Fluida</span></a></li> </ul>
</div>
</div>
</div> <!-- post-body-content-->
<div class="postbox-container" id="postbox-container-1">
<div class="meta-box-sortables">
<div class="postbox">
<div class="handlediv"><br></div>
<h3 style="text-align: center;" class="hndle">
<span><strong>Cryout Serious Theme Settings</strong></span>
</h3>
<div class="inside">
<div style="text-align: center; margin: auto">
<strong>version: <?php echo $this->version ?></strong><br>
by Cryout Creations<br>
<a target="_blank" href="http://www.cryoutcreations.eu/cryout-theme-settings/">www.cryoutcreations.eu</a>
</div>
</div>
</div>
<div class="postbox">
<div class="handlediv"><br></div>
<h3 style="text-align: center;" class="hndle">
<span>Support</span>
</h3><div class="inside">
<div style="text-align: center; margin: auto">
For support questions,<br>
please use <a target="_blank" href="http://www.cryoutcreations.eu/forum">our forum</a>.
</div>
</div>
</div>
</div>
</div> <!-- postbox-container -->
</div> <!-- post-body -->
<br class="clear">
</div> <!-- poststuff -->
</div><!--end wrap-->