Version Description
- Added option to disable slider transitions autoplay
- Added option to hide slider captions
- Changed slider caption title from using h3 to div tag
- Fixed 'hidden' option not working to navigation indicators
- Fixed navigation indicators misalligned on IE 11 with some styles
- Fixed caption going too wide on 'Caption Left' style with large captions
- Fixed typo in no sliders hint
- Fixed create_function() deprecation usage notifications in widgets.php with PHP 7.2+
- Fixed slider image responsiveness position on RTL
Download this release
Release Info
Developer | Cryout Creations |
Plugin | Serious Slider |
Version | 1.1.1 |
Comparing to | |
See all releases |
Code changes from version 1.1.0 to 1.1.1
- cryout-serious-slider.php +5 -3
- inc/shortcodes.php +6 -5
- inc/taxmeta.php +16 -0
- inc/widgets.php +7 -5
- readme.txt +13 -8
- resources/slider.js +7 -7
- resources/style.css +29 -16
cryout-serious-slider.php
CHANGED
@@ -2,7 +2,7 @@
|
|
2 |
Plugin Name: Cryout Serious Slider
|
3 |
Plugin URI: http://www.cryoutcreations.eu/serious-slider
|
4 |
Description: A highly efficient SEO friendly fully translatable accessibility ready free image slider for WordPress. Seriously!
|
5 |
-
Version: 1.1.
|
6 |
Author: Cryout Creations
|
7 |
Author URI: http://www.cryoutcreations.eu
|
8 |
Text Domain: cryout-serious-slider
|
@@ -15,7 +15,7 @@ if ( !defined( 'ABSPATH' ) ) exit;
|
|
15 |
|
16 |
class Cryout_Serious_Slider {
|
17 |
|
18 |
-
public $version = "1.1.
|
19 |
public $options = array();
|
20 |
public $shortcode_tag = 'serious-slider';
|
21 |
public $mce_tag = 'serious_slider';
|
@@ -36,6 +36,7 @@ class Cryout_Serious_Slider {
|
|
36 |
'cryout_serious_slider_width' => '1920', // px
|
37 |
'cryout_serious_slider_height' => '800', // px
|
38 |
'cryout_serious_slider_responsiveness' => 'maintain', // 'legacy', 'maintain'
|
|
|
39 |
|
40 |
'cryout_serious_slider_theme' => 'light', // light, light2, dark, square, tall, captionleft, captionbottom, theme
|
41 |
'cryout_serious_slider_overlay' => 1, // 1 = autohide, 2 = visible
|
@@ -45,6 +46,7 @@ class Cryout_Serious_Slider {
|
|
45 |
'cryout_serious_slider_textstyle' => 'textshadow',// none, textshadow, bgcolor
|
46 |
'cryout_serious_slider_accent' => '#2D939F', // color code
|
47 |
|
|
|
48 |
'cryout_serious_slider_animation' => 'slide', // fade, slide, overslide, underslide, parallax, hflip, vflip
|
49 |
'cryout_serious_slider_hover' => 'hover', // hover, false
|
50 |
'cryout_serious_slider_delay' => 5000, // ms
|
@@ -451,7 +453,7 @@ class Cryout_Serious_Slider {
|
|
451 |
'all_items' => __( 'All Slides', 'cryout-serious-slider' ),
|
452 |
'search_items' => __( 'Search Slide', 'cryout-serious-slider' ),
|
453 |
'parent_item_colon' => __( 'Parent Slides:', 'cryout-serious-slider' ),
|
454 |
-
'not_found' => sprintf( __( 'No slides found. Go ahead and
|
455 |
'not_found_in_trash' => __( 'No slides found in Trash.', 'cryout-serious-slider' )
|
456 |
),
|
457 |
'taxonomies' => array(
|
2 |
Plugin Name: Cryout Serious Slider
|
3 |
Plugin URI: http://www.cryoutcreations.eu/serious-slider
|
4 |
Description: A highly efficient SEO friendly fully translatable accessibility ready free image slider for WordPress. Seriously!
|
5 |
+
Version: 1.1.1
|
6 |
Author: Cryout Creations
|
7 |
Author URI: http://www.cryoutcreations.eu
|
8 |
Text Domain: cryout-serious-slider
|
15 |
|
16 |
class Cryout_Serious_Slider {
|
17 |
|
18 |
+
public $version = "1.1.1";
|
19 |
public $options = array();
|
20 |
public $shortcode_tag = 'serious-slider';
|
21 |
public $mce_tag = 'serious_slider';
|
36 |
'cryout_serious_slider_width' => '1920', // px
|
37 |
'cryout_serious_slider_height' => '800', // px
|
38 |
'cryout_serious_slider_responsiveness' => 'maintain', // 'legacy', 'maintain'
|
39 |
+
'cryout_serious_slider_hidetitles' => 0, // 1 = hide
|
40 |
|
41 |
'cryout_serious_slider_theme' => 'light', // light, light2, dark, square, tall, captionleft, captionbottom, theme
|
42 |
'cryout_serious_slider_overlay' => 1, // 1 = autohide, 2 = visible
|
46 |
'cryout_serious_slider_textstyle' => 'textshadow',// none, textshadow, bgcolor
|
47 |
'cryout_serious_slider_accent' => '#2D939F', // color code
|
48 |
|
49 |
+
'cryout_serious_slider_autoplay' => 1, // 1 = autoplay
|
50 |
'cryout_serious_slider_animation' => 'slide', // fade, slide, overslide, underslide, parallax, hflip, vflip
|
51 |
'cryout_serious_slider_hover' => 'hover', // hover, false
|
52 |
'cryout_serious_slider_delay' => 5000, // ms
|
453 |
'all_items' => __( 'All Slides', 'cryout-serious-slider' ),
|
454 |
'search_items' => __( 'Search Slide', 'cryout-serious-slider' ),
|
455 |
'parent_item_colon' => __( 'Parent Slides:', 'cryout-serious-slider' ),
|
456 |
+
'not_found' => sprintf( __( 'No slides found. Go ahead and <a href="%1$s">add some</a> or <a href="%2$s">load sample content</a>.', 'cryout-serious-slider' ), $this->addnewpage, $this->aboutpage ),
|
457 |
'not_found_in_trash' => __( 'No slides found in Trash.', 'cryout-serious-slider' )
|
458 |
),
|
459 |
'taxonomies' => array(
|
inc/shortcodes.php
CHANGED
@@ -61,8 +61,8 @@ class Cryout_Serious_Slider_Shortcode {
|
|
61 |
|
62 |
if (!empty($attr['count'])) $count = esc_attr($attr['count']); else $count = -1;
|
63 |
|
|
|
64 |
$hidecaption = !empty($attr['hidecaption']);
|
65 |
-
$hidetitle = !empty($attr['hidetitle']);
|
66 |
|
67 |
switch ($sort) {
|
68 |
case 'order':
|
@@ -89,6 +89,7 @@ class Cryout_Serious_Slider_Shortcode {
|
|
89 |
$slider_classes[] = 'seriousslider-overlay' . $overlay;
|
90 |
$slider_classes[] = 'seriousslider-' . $theme;
|
91 |
$slider_classes[] = 'seriousslider-responsive-' . $responsiveness;
|
|
|
92 |
$slider_classes[] = 'seriousslider-' . $animation;
|
93 |
$slider_classes[] = 'seriousslider-sizing' . $sizing;
|
94 |
$slider_classes[] = 'seriousslider-align' . $align;
|
@@ -129,7 +130,7 @@ class Cryout_Serious_Slider_Shortcode {
|
|
129 |
-o-transition-duration: <?php echo round($transition/1000,2) ?>s;
|
130 |
transition-duration: <?php echo round($transition/1000,2) ?>s; }
|
131 |
|
132 |
-
.seriousslider
|
133 |
background-color: rgba( <?php echo $this->sanitizer->hex2rgb( $accent ); ?>, 0.6);
|
134 |
}
|
135 |
|
@@ -262,7 +263,7 @@ class Cryout_Serious_Slider_Shortcode {
|
|
262 |
|
263 |
|
264 |
jQuery('#serious-slider-<?php echo $cid ?>').carousel({
|
265 |
-
interval: <?php echo $delay ?>,
|
266 |
pause: '<?php echo $hover ?>',
|
267 |
stransition: <?php echo $transition ?>
|
268 |
});
|
@@ -318,7 +319,7 @@ class Cryout_Serious_Slider_Shortcode {
|
|
318 |
<?php if (( !empty($slide_title) || !empty($slide_text) ) && !$hidecaption): ?>
|
319 |
<div class="seriousslider-caption">
|
320 |
<div class="seriousslider-caption-inside">
|
321 |
-
<?php if (!empty($slide_title) && !$hidetitle) { ?><
|
322 |
<?php if (!empty($slide_text)) { ?><div class="seriousslider-caption-text"><?php the_content() ?></div><?php } ?>
|
323 |
<div class="seriousslider-caption-buttons">
|
324 |
<?php for ( $i=1; $i<=$this->butts; $i++ ) { ?>
|
@@ -388,4 +389,4 @@ class Cryout_Serious_Slider_Shortcode {
|
|
388 |
/* Initialize the shortcode class */
|
389 |
$cryout_serious_slider_shortcode = new Cryout_Serious_Slider_Shortcode;
|
390 |
|
391 |
-
/*
|
61 |
|
62 |
if (!empty($attr['count'])) $count = esc_attr($attr['count']); else $count = -1;
|
63 |
|
64 |
+
$hidetitle = ( !empty($hidetitles) || !empty($attr['hidetitle']) );
|
65 |
$hidecaption = !empty($attr['hidecaption']);
|
|
|
66 |
|
67 |
switch ($sort) {
|
68 |
case 'order':
|
89 |
$slider_classes[] = 'seriousslider-overlay' . $overlay;
|
90 |
$slider_classes[] = 'seriousslider-' . $theme;
|
91 |
$slider_classes[] = 'seriousslider-responsive-' . $responsiveness;
|
92 |
+
$slider_classes[] = 'seriousslider-hidetitles-' . $hidetitles;
|
93 |
$slider_classes[] = 'seriousslider-' . $animation;
|
94 |
$slider_classes[] = 'seriousslider-sizing' . $sizing;
|
95 |
$slider_classes[] = 'seriousslider-align' . $align;
|
130 |
-o-transition-duration: <?php echo round($transition/1000,2) ?>s;
|
131 |
transition-duration: <?php echo round($transition/1000,2) ?>s; }
|
132 |
|
133 |
+
.seriousslider-textstyle-bgcolor .seriousslider-caption-title span {
|
134 |
background-color: rgba( <?php echo $this->sanitizer->hex2rgb( $accent ); ?>, 0.6);
|
135 |
}
|
136 |
|
263 |
|
264 |
|
265 |
jQuery('#serious-slider-<?php echo $cid ?>').carousel({
|
266 |
+
interval: <?php if ($autoplay) echo $delay; else echo 'false'; ?>,
|
267 |
pause: '<?php echo $hover ?>',
|
268 |
stransition: <?php echo $transition ?>
|
269 |
});
|
319 |
<?php if (( !empty($slide_title) || !empty($slide_text) ) && !$hidecaption): ?>
|
320 |
<div class="seriousslider-caption">
|
321 |
<div class="seriousslider-caption-inside">
|
322 |
+
<?php if (!empty($slide_title) && !$hidetitle) { ?><div class="seriousslider-caption-title"><span><?php the_title(); ?></span></div><?php } ?>
|
323 |
<?php if (!empty($slide_text)) { ?><div class="seriousslider-caption-text"><?php the_content() ?></div><?php } ?>
|
324 |
<div class="seriousslider-caption-buttons">
|
325 |
<?php for ( $i=1; $i<=$this->butts; $i++ ) { ?>
|
389 |
/* Initialize the shortcode class */
|
390 |
$cryout_serious_slider_shortcode = new Cryout_Serious_Slider_Shortcode;
|
391 |
|
392 |
+
/* FIN */
|
inc/taxmeta.php
CHANGED
@@ -73,6 +73,14 @@ if ( !defined( 'ABSPATH' ) ) exit;
|
|
73 |
__('Responsiveness','cryout-serious-slider'),
|
74 |
'',
|
75 |
'short'
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
76 |
); ?>
|
77 |
</div><!--#general-->
|
78 |
|
@@ -160,6 +168,14 @@ if ( !defined( 'ABSPATH' ) ) exit;
|
|
160 |
|
161 |
<div id="animation">
|
162 |
<?php
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
163 |
echo $this->selectfield(
|
164 |
'term_meta[cryout_serious_slider_animation]',
|
165 |
array(
|
73 |
__('Responsiveness','cryout-serious-slider'),
|
74 |
'',
|
75 |
'short'
|
76 |
+
);
|
77 |
+
echo $this->selectfield(
|
78 |
+
'term_meta[cryout_serious_slider_hidetitles]',
|
79 |
+
array( 0 => __('Show titles','cryout-serious-slider'), 1 => __('Hide titles','cryout-serious-slider') ),
|
80 |
+
$the_meta['cryout_serious_slider_hidetitles'],
|
81 |
+
__('Hide Caption Titles','cryout-serious-slider'),
|
82 |
+
'',
|
83 |
+
'short'
|
84 |
); ?>
|
85 |
</div><!--#general-->
|
86 |
|
168 |
|
169 |
<div id="animation">
|
170 |
<?php
|
171 |
+
echo $this->selectfield(
|
172 |
+
'term_meta[cryout_serious_slider_autoplay]',
|
173 |
+
array( 1 => __('Enabled','cryout-serious-slider'), 0 => __('Disabled','cryout-serious-slider') ),
|
174 |
+
$the_meta['cryout_serious_slider_autoplay'],
|
175 |
+
__('Autoplay','cryout-serious-slider'),
|
176 |
+
'',
|
177 |
+
'short'
|
178 |
+
);
|
179 |
echo $this->selectfield(
|
180 |
'term_meta[cryout_serious_slider_animation]',
|
181 |
array(
|
inc/widgets.php
CHANGED
@@ -12,10 +12,6 @@ class Cryout_Serious_Slider_Widget extends WP_Widget {
|
|
12 |
$control_ops = array('width' => 350, 'height' => 350); // making widget window larger
|
13 |
parent::__construct('cryout_serious_slider_widget', 'Serious Slider', $widget_ops, $control_ops);
|
14 |
} // construct()
|
15 |
-
|
16 |
-
public function ColumnsWidget() {
|
17 |
-
self::__construct();
|
18 |
-
} // PHP4 constructor
|
19 |
|
20 |
function form($instance) {
|
21 |
|
@@ -53,4 +49,10 @@ class Cryout_Serious_Slider_Widget extends WP_Widget {
|
|
53 |
|
54 |
} // class Cryout_Serious_Slider_Widget
|
55 |
|
56 |
-
|
|
|
|
|
|
|
|
|
|
|
|
12 |
$control_ops = array('width' => 350, 'height' => 350); // making widget window larger
|
13 |
parent::__construct('cryout_serious_slider_widget', 'Serious Slider', $widget_ops, $control_ops);
|
14 |
} // construct()
|
|
|
|
|
|
|
|
|
15 |
|
16 |
function form($instance) {
|
17 |
|
49 |
|
50 |
} // class Cryout_Serious_Slider_Widget
|
51 |
|
52 |
+
function cryout_seriousslider_widgetinit() {
|
53 |
+
return register_widget("Cryout_Serious_Slider_Widget");
|
54 |
+
} // cryout_seriousslider_widgetinit()
|
55 |
+
|
56 |
+
add_action( 'widgets_init', 'cryout_seriousslider_widgetinit' );
|
57 |
+
|
58 |
+
// FIN
|
readme.txt
CHANGED
@@ -6,8 +6,8 @@ License URI: http://www.gnu.org/licenses/gpl.html
|
|
6 |
Tags: slider, slideshow, image slider, responsive slider, wordpress slider
|
7 |
Text Domain: cryout-serious-slider
|
8 |
Requires at least: 4.2
|
9 |
-
Tested up to: 4.9.
|
10 |
-
Stable tag: 1.1.
|
11 |
|
12 |
Serious Slider is a highly efficient SEO friendly fully translatable accessibility ready free image slider for WordPress. Seriously!
|
13 |
|
@@ -97,14 +97,19 @@ Serious Slider works with all WordPress themes and has been designed to integrat
|
|
97 |
6. Dashboard - slider integration
|
98 |
|
99 |
|
100 |
-
== Upgrade Notice ==
|
101 |
-
|
102 |
-
= 1.0.0 =
|
103 |
-
Serious Slider version 1.0 brings a lot of new features but moves styling of inside caption links to separate slide buttons. Make sure you review your slides setup after updating.
|
104 |
-
|
105 |
-
|
106 |
== Changelog ==
|
107 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
108 |
= 1.1.0 =
|
109 |
* Improved slider responsiveness under 640px and 480px breakpoints
|
110 |
* Improved new slider interface in 'Manage Sliders' screen
|
6 |
Tags: slider, slideshow, image slider, responsive slider, wordpress slider
|
7 |
Text Domain: cryout-serious-slider
|
8 |
Requires at least: 4.2
|
9 |
+
Tested up to: 4.9.6
|
10 |
+
Stable tag: 1.1.1
|
11 |
|
12 |
Serious Slider is a highly efficient SEO friendly fully translatable accessibility ready free image slider for WordPress. Seriously!
|
13 |
|
97 |
6. Dashboard - slider integration
|
98 |
|
99 |
|
|
|
|
|
|
|
|
|
|
|
|
|
100 |
== Changelog ==
|
101 |
|
102 |
+
= 1.1.1 =
|
103 |
+
* Added option to disable slider transitions autoplay
|
104 |
+
* Added option to hide slider captions
|
105 |
+
* Changed slider caption title from using h3 to div tag
|
106 |
+
* Fixed 'hidden' option not working to navigation indicators
|
107 |
+
* Fixed navigation indicators misalligned on IE 11 with some styles
|
108 |
+
* Fixed caption going too wide on 'Caption Left' style with large captions
|
109 |
+
* Fixed typo in no sliders hint
|
110 |
+
* Fixed create_function() deprecation usage notifications in widgets.php with PHP 7.2+
|
111 |
+
* Fixed slider image responsiveness position on RTL
|
112 |
+
|
113 |
= 1.1.0 =
|
114 |
* Improved slider responsiveness under 640px and 480px breakpoints
|
115 |
* Improved new slider interface in 'Manage Sliders' screen
|
resources/slider.js
CHANGED
@@ -1,5 +1,5 @@
|
|
1 |
/*!
|
2 |
-
* Bootstrap v3.3.
|
3 |
* Copyright 2011-2015 Twitter, Inc.
|
4 |
* Licensed under the MIT license
|
5 |
*/
|
@@ -11,13 +11,13 @@ if (typeof jQuery === 'undefined') {
|
|
11 |
+function ($) {
|
12 |
'use strict';
|
13 |
var version = $.fn.jquery.split(' ')[0].split('.')
|
14 |
-
if ((version[0] < 2 && version[1] < 9) || (version[0] == 1 && version[1] == 9 && version[2] < 1) || (version[0] >
|
15 |
-
throw new Error('Bootstrap\'s JavaScript requires jQuery version 1.9.1 or higher, but lower than version
|
16 |
}
|
17 |
}(jQuery);
|
18 |
|
19 |
/* ========================================================================
|
20 |
-
* Bootstrap: transition.js v3.3.
|
21 |
* http://getbootstrap.com/javascript/#transitions
|
22 |
* ========================================================================
|
23 |
* Copyright 2011-2015 Twitter, Inc.
|
@@ -79,7 +79,7 @@ if (typeof jQuery === 'undefined') {
|
|
79 |
|
80 |
|
81 |
/* ========================================================================
|
82 |
-
* Bootstrap: carousel.js v3.3.
|
83 |
* http://getbootstrap.com/javascript/#carousel
|
84 |
* ========================================================================
|
85 |
* Copyright 2011-2015 Twitter, Inc.
|
@@ -110,7 +110,7 @@ if (typeof jQuery === 'undefined') {
|
|
110 |
.on('mouseleave.bs.carousel', $.proxy(this.cycle, this))
|
111 |
}
|
112 |
|
113 |
-
Carousel.VERSION = '3.3.
|
114 |
|
115 |
Carousel.DEFAULTS = {
|
116 |
interval: 5000,
|
@@ -334,4 +334,4 @@ jQuery(document).ready(function() {
|
|
334 |
});
|
335 |
});
|
336 |
|
337 |
-
/* FIN */
|
1 |
/*!
|
2 |
+
* Bootstrap v3.3.7 (http://getbootstrap.com)
|
3 |
* Copyright 2011-2015 Twitter, Inc.
|
4 |
* Licensed under the MIT license
|
5 |
*/
|
11 |
+function ($) {
|
12 |
'use strict';
|
13 |
var version = $.fn.jquery.split(' ')[0].split('.')
|
14 |
+
if ((version[0] < 2 && version[1] < 9) || (version[0] == 1 && version[1] == 9 && version[2] < 1) || (version[0] > 3)) {
|
15 |
+
throw new Error('Bootstrap\'s JavaScript requires jQuery version 1.9.1 or higher, but lower than version 4')
|
16 |
}
|
17 |
}(jQuery);
|
18 |
|
19 |
/* ========================================================================
|
20 |
+
* Bootstrap: transition.js v3.3.7
|
21 |
* http://getbootstrap.com/javascript/#transitions
|
22 |
* ========================================================================
|
23 |
* Copyright 2011-2015 Twitter, Inc.
|
79 |
|
80 |
|
81 |
/* ========================================================================
|
82 |
+
* Bootstrap: carousel.js v3.3.7
|
83 |
* http://getbootstrap.com/javascript/#carousel
|
84 |
* ========================================================================
|
85 |
* Copyright 2011-2015 Twitter, Inc.
|
110 |
.on('mouseleave.bs.carousel', $.proxy(this.cycle, this))
|
111 |
}
|
112 |
|
113 |
+
Carousel.VERSION = '3.3.7'
|
114 |
|
115 |
Carousel.DEFAULTS = {
|
116 |
interval: 5000,
|
334 |
});
|
335 |
});
|
336 |
|
337 |
+
/* FIN */
|
resources/style.css
CHANGED
@@ -1,5 +1,5 @@
|
|
1 |
/*!
|
2 |
-
* Based on Bootstrap v3.3.
|
3 |
* Copyright 2011-2015 Twitter, Inc.
|
4 |
* Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
|
5 |
|
@@ -41,6 +41,7 @@
|
|
41 |
# Loaders
|
42 |
## Horizontal Loader
|
43 |
## Circle Loader
|
|
|
44 |
# Responsiveness
|
45 |
|
46 |
|
@@ -143,6 +144,7 @@
|
|
143 |
width: 100%;
|
144 |
margin: 0 auto;
|
145 |
font-size: 17px;
|
|
|
146 |
}
|
147 |
|
148 |
.seriousslider::after {
|
@@ -245,21 +247,21 @@
|
|
245 |
left: 100%;
|
246 |
}
|
247 |
|
248 |
-
.seriousslider-overlay0 .seriousslider-control,
|
249 |
-
.seriousslider-overlay0 .seriousslider-indicators {
|
250 |
display: none;
|
251 |
}
|
252 |
|
253 |
-
.seriousslider-overlay1 .seriousslider-control,
|
254 |
-
.seriousslider-overlay1 .seriousslider-indicators {
|
255 |
opacity: 0;
|
256 |
filter: alpha(opacity=0);
|
257 |
-webkit-transition: .6s ease-in-out opacity;
|
258 |
transition: .6s ease-in-out opacity;
|
259 |
}
|
260 |
|
261 |
-
.seriousslider-overlay1:hover .seriousslider-control,
|
262 |
-
.seriousslider-overlay1:hover .seriousslider-indicators {
|
263 |
opacity: 1;
|
264 |
filter: alpha(opacity=100);
|
265 |
}
|
@@ -635,7 +637,6 @@
|
|
635 |
}
|
636 |
|
637 |
.cryout-serious-slider .seriousslider-indicators {
|
638 |
-
display: table;
|
639 |
position: absolute;
|
640 |
bottom: 10px;
|
641 |
left: 0;
|
@@ -1183,6 +1184,7 @@
|
|
1183 |
left: 10%;
|
1184 |
right: auto;
|
1185 |
min-width: 33%;
|
|
|
1186 |
padding: 2em;
|
1187 |
background: rgba(0,0,0,.5);
|
1188 |
}
|
@@ -1279,7 +1281,7 @@
|
|
1279 |
}
|
1280 |
|
1281 |
.seriousslider-captionleft .seriousslider-indicators {
|
1282 |
-
bottom:
|
1283 |
display: block;
|
1284 |
left: 50%;
|
1285 |
right: auto;
|
@@ -1666,13 +1668,13 @@
|
|
1666 |
# CAPTION TEXT STYLES
|
1667 |
**********************/
|
1668 |
|
1669 |
-
.seriousslider
|
1670 |
-
.seriousslider
|
1671 |
text-shadow: 0 1px 2px rgba(0,0,0,.6);
|
1672 |
}
|
1673 |
|
1674 |
-
.seriousslider
|
1675 |
-
.seriousslider
|
1676 |
display: inline;
|
1677 |
padding: 0 20px;
|
1678 |
background: rgba(0,0,0,.25);
|
@@ -1773,6 +1775,17 @@
|
|
1773 |
}*/
|
1774 |
|
1775 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1776 |
/*********************
|
1777 |
# RESPONSIVENESS
|
1778 |
**********************/
|
@@ -1827,13 +1840,13 @@
|
|
1827 |
}
|
1828 |
|
1829 |
.seriousslider .seriousslider-caption .seriousslider-caption-title {
|
1830 |
-
font-size: 2.
|
1831 |
}
|
1832 |
|
1833 |
.seriousslider .seriousslider-caption .seriousslider-caption-text {
|
1834 |
-
font-size: 1.
|
1835 |
}
|
1836 |
|
1837 |
}
|
1838 |
|
1839 |
-
/* FIN */
|
1 |
/*!
|
2 |
+
* Based on Bootstrap v3.3.7 (http://getbootstrap.com)
|
3 |
* Copyright 2011-2015 Twitter, Inc.
|
4 |
* Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
|
5 |
|
41 |
# Loaders
|
42 |
## Horizontal Loader
|
43 |
## Circle Loader
|
44 |
+
# RTL
|
45 |
# Responsiveness
|
46 |
|
47 |
|
144 |
width: 100%;
|
145 |
margin: 0 auto;
|
146 |
font-size: 17px;
|
147 |
+
overflow: hidden;
|
148 |
}
|
149 |
|
150 |
.seriousslider::after {
|
247 |
left: 100%;
|
248 |
}
|
249 |
|
250 |
+
.cryout-serious-slider.seriousslider-overlay0 .seriousslider-control,
|
251 |
+
.cryout-serious-slider.seriousslider-overlay0 .seriousslider-indicators {
|
252 |
display: none;
|
253 |
}
|
254 |
|
255 |
+
.cryout-serious-slider.seriousslider-overlay1 .seriousslider-control,
|
256 |
+
.cryout-serious-slider.seriousslider-overlay1 .seriousslider-indicators {
|
257 |
opacity: 0;
|
258 |
filter: alpha(opacity=0);
|
259 |
-webkit-transition: .6s ease-in-out opacity;
|
260 |
transition: .6s ease-in-out opacity;
|
261 |
}
|
262 |
|
263 |
+
.cryout-serious-slider.seriousslider-overlay1:hover .seriousslider-control,
|
264 |
+
.cryout-serious-slider.seriousslider-overlay1:hover .seriousslider-indicators {
|
265 |
opacity: 1;
|
266 |
filter: alpha(opacity=100);
|
267 |
}
|
637 |
}
|
638 |
|
639 |
.cryout-serious-slider .seriousslider-indicators {
|
|
|
640 |
position: absolute;
|
641 |
bottom: 10px;
|
642 |
left: 0;
|
1184 |
left: 10%;
|
1185 |
right: auto;
|
1186 |
min-width: 33%;
|
1187 |
+
max-width: 60%;
|
1188 |
padding: 2em;
|
1189 |
background: rgba(0,0,0,.5);
|
1190 |
}
|
1281 |
}
|
1282 |
|
1283 |
.seriousslider-captionleft .seriousslider-indicators {
|
1284 |
+
bottom: -1px;
|
1285 |
display: block;
|
1286 |
left: 50%;
|
1287 |
right: auto;
|
1668 |
# CAPTION TEXT STYLES
|
1669 |
**********************/
|
1670 |
|
1671 |
+
.seriousslider-textstyle-textshadow .seriousslider-caption-title,
|
1672 |
+
.seriousslider-textstyle-textshadow .seriousslider-caption-text {
|
1673 |
text-shadow: 0 1px 2px rgba(0,0,0,.6);
|
1674 |
}
|
1675 |
|
1676 |
+
.seriousslider-textstyle-bgcolor .seriousslider-caption-title span,
|
1677 |
+
.seriousslider-textstyle-bgcolor .seriousslider-caption-text > p {
|
1678 |
display: inline;
|
1679 |
padding: 0 20px;
|
1680 |
background: rgba(0,0,0,.25);
|
1775 |
}*/
|
1776 |
|
1777 |
|
1778 |
+
/*********************
|
1779 |
+
# RTL
|
1780 |
+
**********************/
|
1781 |
+
.rtl .seriousslider-inner > .item img.item-image {
|
1782 |
+
left: auto;
|
1783 |
+
right: 50%;
|
1784 |
+
-webkit-transform: translateX(50%);
|
1785 |
+
-ms-transform: translateX(50%);
|
1786 |
+
transform: translateX(50%);
|
1787 |
+
}
|
1788 |
+
|
1789 |
/*********************
|
1790 |
# RESPONSIVENESS
|
1791 |
**********************/
|
1840 |
}
|
1841 |
|
1842 |
.seriousslider .seriousslider-caption .seriousslider-caption-title {
|
1843 |
+
font-size: 2.2em;
|
1844 |
}
|
1845 |
|
1846 |
.seriousslider .seriousslider-caption .seriousslider-caption-text {
|
1847 |
+
font-size: 1.2em;
|
1848 |
}
|
1849 |
|
1850 |
}
|
1851 |
|
1852 |
+
/* FIN */
|