Version Description
- Updated themes information
- Bumped supported WordPress version to 5.2
Download this release
Release Info
Developer | Cryout Creations |
Plugin | Cryout Serious Theme Settings |
Version | 0.5.10 |
Comparing to | |
See all releases |
Code changes from version 0.5.9 to 0.5.10
- code.js +5 -5
- cryout-theme-settings.php +2 -2
- inc/extra.php +13 -8
- media/roseta.jpg +0 -0
- readme.txt +6 -2
code.js
CHANGED
@@ -1,6 +1,6 @@
|
|
1 |
-
|
2 |
-
jQuery(document).ready(function(){
|
3 |
-
jQuery("#main-options #accordion h2").each(function(){
|
4 |
-
jQuery(this).replaceWith("<h3>" + jQuery(this).html() + "</h3>");
|
5 |
-
});
|
6 |
})
|
1 |
+
|
2 |
+
jQuery(document).ready(function(){
|
3 |
+
jQuery("#main-options #accordion h2").each(function(){
|
4 |
+
jQuery(this).replaceWith("<h3>" + jQuery(this).html() + "</h3>");
|
5 |
+
});
|
6 |
})
|
cryout-theme-settings.php
CHANGED
@@ -3,7 +3,7 @@
|
|
3 |
Plugin Name: Cryout Serious Theme Settings
|
4 |
Plugin URI: https://www.cryoutcreations.eu/serious-theme-settings
|
5 |
Description: This plugin is designed to restore our theme's settings page functionality after the enforcement of the Customize-based theme settings. It is only compatible with and will only function when one of our themes is active: Nirvana, Parabola, Tempera or Mantra.
|
6 |
-
Version: 0.5.
|
7 |
Author: Cryout Creations
|
8 |
Author URI: https://www.cryoutcreations.eu
|
9 |
License: GPLv3
|
@@ -14,7 +14,7 @@
|
|
14 |
if ( !defined( 'ABSPATH' ) ) exit;
|
15 |
|
16 |
class Cryout_Theme_Settings {
|
17 |
-
public $version = "0.5.
|
18 |
public $settings = array();
|
19 |
|
20 |
private $status = 0; // 0 = inactive, 1 = active, 2 = good theme, wrong version, 3 = wrong theme, 4 = compatibility for wp4.4, 5 = theme requires update
|
3 |
Plugin Name: Cryout Serious Theme Settings
|
4 |
Plugin URI: https://www.cryoutcreations.eu/serious-theme-settings
|
5 |
Description: This plugin is designed to restore our theme's settings page functionality after the enforcement of the Customize-based theme settings. It is only compatible with and will only function when one of our themes is active: Nirvana, Parabola, Tempera or Mantra.
|
6 |
+
Version: 0.5.10
|
7 |
Author: Cryout Creations
|
8 |
Author URI: https://www.cryoutcreations.eu
|
9 |
License: GPLv3
|
14 |
if ( !defined( 'ABSPATH' ) ) exit;
|
15 |
|
16 |
class Cryout_Theme_Settings {
|
17 |
+
public $version = "0.5.10";
|
18 |
public $settings = array();
|
19 |
|
20 |
private $status = 0; // 0 = inactive, 1 = active, 2 = good theme, wrong version, 3 = wrong theme, 4 = compatibility for wp4.4, 5 = theme requires update
|
inc/extra.php
CHANGED
@@ -5,14 +5,15 @@ if ( !defined( 'ABSPATH' ) ) exit;
|
|
5 |
<div id="latest-themes" class="postbox">
|
6 |
<h3 class="hndle"> Our latest free themes </h3>
|
7 |
<div id="slider">
|
8 |
-
<a href="#" class="control_next"
|
9 |
-
<a href="#" class="control_prev"
|
10 |
<ul>
|
11 |
-
<li><a href="https://www.cryoutcreations.eu/wordpress-themes/
|
12 |
-
<li><a href="https://www.cryoutcreations.eu/wordpress-themes/
|
13 |
-
<li><a href="https://www.cryoutcreations.eu/wordpress-themes/
|
14 |
-
<li><a href="https://www.cryoutcreations.eu/wordpress-themes/
|
15 |
-
<li><a href="https://www.cryoutcreations.eu/wordpress-themes/fluida" target="_blank"><span>Fluida WordPress Theme</span><img src="<?php echo $url ?>/fluida.jpg"></a></li>
|
|
|
16 |
</ul>
|
17 |
</div>
|
18 |
</div>
|
@@ -21,7 +22,7 @@ if ( !defined( 'ABSPATH' ) ) exit;
|
|
21 |
<div title="Click to toggle" class="handlediv"><br /></div>
|
22 |
<h3 class="hndle"> Need help? </h3>
|
23 |
<div class="inside">
|
24 |
-
<a href="https://www.cryoutcreations.eu/pricing" target="_blank"><img src="<?php echo $url ?>/priority-support.jpg
|
25 |
</div><!--inside-->
|
26 |
</div>
|
27 |
|
@@ -79,6 +80,10 @@ if ( !defined( 'ABSPATH' ) ) exit;
|
|
79 |
#slider:hover a span {
|
80 |
opacity: 1;
|
81 |
}
|
|
|
|
|
|
|
|
|
82 |
|
83 |
a.control_prev,
|
84 |
a.control_next {
|
5 |
<div id="latest-themes" class="postbox">
|
6 |
<h3 class="hndle"> Our latest free themes </h3>
|
7 |
<div id="slider">
|
8 |
+
<a href="#" class="control_next">»</a>
|
9 |
+
<a href="#" class="control_prev">«</a>
|
10 |
<ul>
|
11 |
+
<li><a href="https://www.cryoutcreations.eu/wordpress-themes/roseta" target="_blank"><span class="item-title">Roseta WordPress Theme</span><img src="<?php echo $url ?>/roseta.jpg"></a></li>
|
12 |
+
<li><a href="https://www.cryoutcreations.eu/wordpress-themes/kahuna" target="_blank"><span class="item-title">Kahuna WordPress Theme</span><img src="<?php echo $url ?>/kahuna.jpg"></a></li>
|
13 |
+
<li><a href="https://www.cryoutcreations.eu/wordpress-themes/anima" target="_blank"><span class="item-title">Anima WordPress Theme</span><img src="<?php echo $url ?>/anima.jpg"></a></li>
|
14 |
+
<li><a href="https://www.cryoutcreations.eu/wordpress-themes/septera" target="_blank"><span class="item-title">Septera WordPress Theme</span><img src="<?php echo $url ?>/septera.jpg"></a></li>
|
15 |
+
<li><a href="https://www.cryoutcreations.eu/wordpress-themes/fluida" target="_blank"><span class="item-title">Fluida WordPress Theme</span><img src="<?php echo $url ?>/fluida.jpg"></a></li>
|
16 |
+
<li><a href="https://www.cryoutcreations.eu/wordpress-themes/verbosa" target="_blank"><span class="item-title">Verbosa WordPress Theme</span><img src="<?php echo $url ?>/verbosa.jpg"></a></li>
|
17 |
</ul>
|
18 |
</div>
|
19 |
</div>
|
22 |
<div title="Click to toggle" class="handlediv"><br /></div>
|
23 |
<h3 class="hndle"> Need help? </h3>
|
24 |
<div class="inside">
|
25 |
+
<a href="https://www.cryoutcreations.eu/pricing" target="_blank"><img src="<?php echo $url ?>/priority-support.jpg"></a>
|
26 |
</div><!--inside-->
|
27 |
</div>
|
28 |
|
80 |
#slider:hover a span {
|
81 |
opacity: 1;
|
82 |
}
|
83 |
+
|
84 |
+
#righty #slider .item-title {
|
85 |
+
color: #fff;
|
86 |
+
}
|
87 |
|
88 |
a.control_prev,
|
89 |
a.control_next {
|
media/roseta.jpg
ADDED
Binary file
|
readme.txt
CHANGED
@@ -3,8 +3,8 @@ Contributors: Cryout Creations
|
|
3 |
Donate link: https://www.cryoutcreations.eu/donate/
|
4 |
Tags: theme, admin
|
5 |
Requires at least: 4.2
|
6 |
-
Tested up to:
|
7 |
-
Stable tag: 0.5.
|
8 |
License: GPLv3
|
9 |
License URI: http://www.gnu.org/licenses/gpl.html
|
10 |
|
@@ -50,6 +50,10 @@ You do not need this plugin if you use do not use any of the listed themes.
|
|
50 |
|
51 |
== Changelog ==
|
52 |
|
|
|
|
|
|
|
|
|
53 |
= 0.5.9 =
|
54 |
* Extended support for Mantra 3.0
|
55 |
* Fixed missing "need help" image on some browsers due to typo
|
3 |
Donate link: https://www.cryoutcreations.eu/donate/
|
4 |
Tags: theme, admin
|
5 |
Requires at least: 4.2
|
6 |
+
Tested up to: 5.2
|
7 |
+
Stable tag: 0.5.10
|
8 |
License: GPLv3
|
9 |
License URI: http://www.gnu.org/licenses/gpl.html
|
10 |
|
50 |
|
51 |
== Changelog ==
|
52 |
|
53 |
+
= 0.5.10 =
|
54 |
+
* Updated themes information
|
55 |
+
* Bumped supported WordPress version to 5.2
|
56 |
+
|
57 |
= 0.5.9 =
|
58 |
* Extended support for Mantra 3.0
|
59 |
* Fixed missing "need help" image on some browsers due to typo
|