Your IP : 216.73.216.62


Current Path : /proc/1908984/root/proc/thread-self/root/proc/1908984/root/tmp/
Upload File :
Current File : //proc/1908984/root/proc/thread-self/root/proc/1908984/root/tmp/phpPPwkdL

.su-content-slider {position: relative;}

.su-content-slider .owl-item {
	-webkit-transform: translateZ(0);
}

/*==================
	arrow design
====================*/
.su-content-slider .owl-nav [class*='owl-'] {
	width: 40px;
	height: 40px;
	text-align: center;
	font-size: 18px;
	line-height: 40px;
	font-family: FontAwesome;
	-webkit-font-smoothing: antialiased;
	padding: 0;
	background: rgba(200,200,200,0.6);
	opacity: 0;
	-webkit-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}
.su-content-slider:hover .owl-nav [class*='owl-'] {
	opacity: 1;
}
.su-content-slider.arrow-default .owl-nav [class*='owl-'] {
	margin-top: -20px;
	position: absolute;
	top: 50%;
	color: #fff;
	border-radius: 2px;
}
.su-content-slider.arrow-default .owl-nav {
	position: initial;
}
.su-content-slider.arrow-default .owl-nav .owl-prev {
	left: 20px;
}
.su-content-slider.arrow-default .owl-nav .owl-next {
	right: 20px;
	text-indent: 5px;
}

.su-content-slider .owl-nav [class*='owl-'] {
	display: inline-block;
}

.su-content-slider .owl-nav {
	position: absolute;
	top: 15px;
	right: 15px;
	left: auto;
}

.su-content-slider.arrow-bottom-right .owl-nav {
	bottom: 15px;
	right: 15px;	
	top: auto;
	left: auto;
}

.su-content-slider.arrow-top-left .owl-nav {
	bottom: auto;
	right: auto;	
	top: 15px;
	left: 15px;
}

.su-content-slider.arrow-top-right .owl-nav {
	bottom: auto;
	left: auto;
	right: 15px;	
	top: 15px;
}

.su-content-slider.arrow-bottom-left .owl-nav {
	bottom: 15px;
	right: auto;	
	top: auto;
	left: 15px;
}
.su-content-slider .owl-nav > div:hover  {
	background: rgba(100,100,100,0.5);
}
.su-content-slider .owl-prev { right: 33px; }
.su-content-slider .owl-next { right: 0; }
.su-content-slider .owl-prev:before { content: "\f053"; }
.su-content-slider .owl-next:before { content: "\f054"; }

.su-content-slider .owl-dots {
  margin-top: 10px;
  text-align: center;
  -webkit-tap-highlight-color: transparent;
}
.su-content-slider .owl-dots .owl-dot {
  display: inline-block;
  zoom: 1;
  *display: inline;
}
.su-content-slider .owl-dots .owl-dot span {
  width: 10px;
  height: 10px;
  margin: 5px;
  background: #d6d6d6;
  display: block;
  -webkit-backface-visibility: visible;
  -webkit-transition: opacity 200ms ease;
  -moz-transition: opacity 200ms ease;
  -ms-transition: opacity 200ms ease;
  -o-transition: opacity 200ms ease;
  transition: opacity 200ms ease;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
}
.su-content-slider .owl-dots .owl-dot.active span, 
.su-content-slider .owl-dots .owl-dot:hover span {
  background: #707070;
}

/* Pagination */
.su-content-slider .owl-pagination {
	position: absolute;
	top: 0;
	left: 0;
}
.su-content-slider .owl-page {
	width: 30px;
	height: 30px;
	padding: 10px;
	float: left;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	cursor: pointer;
}
.su-content-slider .owl-page span {
	display: block;
	width: 10px;
	height: 10px;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	background: #eee;
}
.su-content-slider .owl-page:hover span,
.su-content-slider .owl-page.active span { background: #555; }

.su-content-slider .su-content-slide .caption {	
	position: absolute;
	bottom: 20px;
	left: 20px;
	right: 20px;
	padding: 15px;
	margin: 0;
	background: rgba(200,200,200,0.8);
	color: #fff;
}

/* Dark skin */
.su-content-slider.su-content-slider-style-dark .owl-prev,
.su-content-slider.su-content-slider-style-dark .owl-next {
	background: #333;
	color: #eee;
}
.su-content-slider.su-content-slider-style-dark .owl-prev:hover,
.su-content-slider.su-content-slider-style-dark .owl-next:hover {
	background: #000;
	color: #fff;
}

.su-content-slider.su-content-slider-style-dark .owl-dots .owl-dot span { background: #555; }
.su-content-slider.su-content-slider-style-dark .owl-dots .owl-dot:hover span,
.su-content-slider.su-content-slider-style-dark .owl-dots .owl-dot.active span { background: #000; }

.su-content-slider.su-content-slider-style-dark .su-content-slide .caption {	
	background: rgba(0,0,0,0.6);
	color: rgba(255,255,255,0.7);
}

/* Light skin */
.su-content-slider.su-content-slider-style-light .owl-prev,
.su-content-slider.su-content-slider-style-light .owl-next {
	background: #eee;
	color: #555;
}

.su-content-slider.su-content-slider-style-light .owl-prev:hover,
.su-content-slider.su-content-slider-style-light .owl-next:hover {
	background: #f5f5f5;
	color: #000;
}
.su-content-slider.su-content-slider-style-light .owl-dots .owl-dot  span { background: #eee; }
.su-content-slider.su-content-slider-style-light .owl-dots .owl-dot:hover span,
.su-content-slider.su-content-slider-style-light .owl-dots .owl-dot.active span { background: #ccc; }

.su-content-slider.su-content-slider-style-light .su-content-slide .caption {	
	background: rgba(255,255,255,0.8);
	color: #000;
}

.su-testimonials-slider.su-tmstyle2 .owl-nav [class*='owl-'] {
	width: 20px;
	height: 20px;
	line-height: 20px;
	font-size: 8px;
}


/* child style fix */

.su-testimonial-has-photo .su-testimonial-photo img {
	width: auto !important;
}<html><body></body></html>jQuery(document).ready(function ($) {
	// Content slider
	$('.su-content-slider').each(function () {
		var $slider = $(this),
			$panels = $slider.children('div'),
			data = $slider.data();
		// Remove unwanted br's
		$slider.children(':not(.su-content-slide)').remove();
		// Apply Owl Carousel
		$slider.owlCarousel({
			items:1,
			responsiveClass: true,
			mouseDrag: true,
			video:true,
			animateIn: data.transitionin,
    		animateOut: data.transitionout,
    		lazyLoad: (data.lazyload == 'yes') ? true : false,
			autoplay: (data.autoplay == 'yes') ? true : false,
			autoHeight: (data.autoheight == 'yes') ? true : false,
			autoplayTimeout: data.delay * 1000,
			smartSpeed: data.speed * 1000,
			autoplayHoverPause: (data.hoverpause == 'yes') ? true : false,
			center: (data.center == 'yes') ? true : false,
			loop: (data.loop == 'yes') ? true : false,
            dots: (data.pagination == 'yes') ? true : false,
            nav: (data.arrows == 'yes') ? true : false,
            margin: data.margin,
            navText: ['','']
		});

		//spacific design for testimonials
		if ($slider.find('.su-testimonial')) {
			$slider.addClass('su-testimonials-slider');
			if ($slider.find('.su-testimonial').hasClass('su-testimonial-style-1')) {
				$slider.addClass('su-tmstyle1');
			}
			else if ($slider.find('.su-testimonial').hasClass('su-testimonial-style-2')) {
				$slider.addClass('su-tmstyle2');
			}
			else if ($slider.find('.su-testimonial').hasClass('su-testimonial-style-3')) {
				$slider.addClass('su-tmstyle3');
			}
		}

	});
});<html><body></body></html><?php 

/**
* @package   Shortcode Ultimate
* @author    BdThemes http://www.bdthemes.com
* @copyright Copyright (C) BdThemes Ltd
* @license   http://www.gnu.org/licenses/gpl.html GNU/GPL
*/

defined( '_JEXEC' ) or die( 'Restricted access' );

class Su_Shortcode_content_slider_config extends Su_Data {

    function __construct() {
        parent::__construct();
    }
    
    static function get_config() {
        return array(
            'name'     => JText::_('PLG_SYSTEM_BDTHEMES_SHORTCODES_CONTENT_SLIDER'),
            'type'     => 'wrap',
            'group'    => 'extra gallery',
            'badge'    => 'UPDATE',
            'desc'     => JText::_('PLG_SYSTEM_BDTHEMES_SHORTCODES_CONTENT_SLIDER_DESC'),
            'icon'     => 'desktop',
            'function' => array( 'Shortcodes_Ultimate_Extra_Shortcodes', 'content_slider' ),
            'atts'     => array(
                'style' => array(
                        'type'    => 'select',
                        'default' => 'default',
                        'name'    => JText::_('PLG_SYSTEM_BDTHEMES_SHORTCODES_STYLE'),
                        'desc'    => JText::_('PLG_SYSTEM_BDTHEMES_SHORTCODES_STYLE_DESC'),
                        'values'  => array(
                        'default' => JText::_('PLG_SYSTEM_BDTHEMES_SHORTCODES_DEFAULT'),
                        'dark'    => JText::_('PLG_SYSTEM_BDTHEMES_SHORTCODES_DARK'),
                        'light'   => JText::_('PLG_SYSTEM_BDTHEMES_SHORTCODES_LIGHT')
                    )
                ),
                'transitionin' => array(
                    'type'    => 'select',
                    'values'  => array_combine( Su_Data::animations_in(), Su_Data::animations_in() ),
                    'default' => 'fadeIn',
                    'name'    => JText::_('PLG_SYSTEM_BDTHEMES_SHORTCODES_TRANSITION_IN'),
                    'desc'    => JText::_('PLG_SYSTEM_BDTHEMES_SHORTCODES_TRANSITION_IN_DESC'),
                    'child'   => array(
                        'transitionout' => array(
                            'type'    => 'select',
                            'values'  => array_combine( Su_Data::animations_out(), Su_Data::animations_out() ),
                            'default' => 'fadeOut',
                            'name'    => JText::_('PLG_SYSTEM_BDTHEMES_SHORTCODES_TRANSITION_OUT'),
                            'desc'    => JText::_('PLG_SYSTEM_BDTHEMES_SHORTCODES_TRANSITION_OUT_DESC')
                        )
                    )
                ),
                'margin' => array(
                    'type'    => 'slider',
                    'min'     => 0,
                    'max'     => 80,
                    'step'    => 5,
                    'default' => 10,
                    'name'    => JText::_('PLG_SYSTEM_BDTHEMES_SHORTCODES_MARGIN'),
                    'desc'    => JText::_('PLG_SYSTEM_BDTHEMES_SHORTCODES_CAROUSEL_MARGIN_DESC')
                ),                
                'arrows' => array(
                    'type'    => 'bool',
                    'default' => 'yes',
                    'name'    => JText::_('PLG_SYSTEM_BDTHEMES_SHORTCODES_ARROWS'),
                    'desc'    => JText::_('PLG_SYSTEM_BDTHEMES_SHORTCODES_ARROWS_DESC'),
                    'child'   => array(
                        'arrow_position' => array(
                            'type' => 'select',
                            'values' => array(
                                'arrow-default'     => JText::_('PLG_SYSTEM_BDTHEMES_SHORTCODES_DEFAULT'),
                                'arrow-top-left'     => JText::_('PLG_SYSTEM_BDTHEMES_SHORTCODES_TOP_LEFT'),
                                'arrow-top-right'    => JText::_('PLG_SYSTEM_BDTHEMES_SHORTCODES_TOP_RIGHT'),
                                'arrow-bottom-left'  => JText::_('PLG_SYSTEM_BDTHEMES_SHORTCODES_BOTTOM_LEFT'),
                                'arrow-bottom-right' => JText::_('PLG_SYSTEM_BDTHEMES_SHORTCODES_BOTTOM_RIGHT')
                            ),
                            'default' => 'arrow-default',
                            'name'    => JText::_('PLG_SYSTEM_BDTHEMES_SHORTCODES_ARROW_POSITION'),
                            'desc'    => JText::_('PLG_SYSTEM_BDTHEMES_SHORTCODES_ARROW_POSITION_DESC')
                        )
                    )
                ),
                'pagination' => array(
                    'type'    => 'bool',
                    'default' => 'no',
                    'name'    => JText::_('PLG_SYSTEM_BDTHEMES_SHORTCODES_PAGINATION'),
                    'desc'    => JText::_('PLG_SYSTEM_BDTHEMES_SHORTCODES_PAGINATION_DESC'),
                    'child'   => array(
                        'autoplay' => array(
                            'type'    => 'bool',
                            'default' => 'yes',
                            'name'    => JText::_('PLG_SYSTEM_BDTHEMES_SHORTCODES_AUTOPLAY'),
                            'desc'    => JText::_('PLG_SYSTEM_BDTHEMES_SHORTCODES_AUTOPLAY_DESC')
                        ),
                        'autoheight' => array(
                            'type'    => 'bool',
                            'default' => 'no',
                            'name'    => JText::_('PLG_SYSTEM_BDTHEMES_SHORTCODES_AUTOHEIGHT'),
                            'desc'    => JText::_('PLG_SYSTEM_BDTHEMES_SHORTCODES_AUTOHEIGHT_DESC')
                        )
                    )
                ),
                'hoverpause' => array(
                    'type'    => 'bool',
                    'default' => 'yes',
                    'name'    => JText::_('PLG_SYSTEM_BDTHEMES_SHORTCODES_HOVERPAUSE'),
                    'desc'    => JText::_('PLG_SYSTEM_BDTHEMES_SHORTCODES_HOVERPAUSE_DESC'),
                    'child'   => array(
                        'lazyload' => array(
                            'type'    => 'bool',
                            'default' => 'no',
                            'name'    => JText::_('PLG_SYSTEM_BDTHEMES_SHORTCODES_LAZYLOAD'),
                            'desc'    => JText::_('PLG_SYSTEM_BDTHEMES_SHORTCODES_LAZYLOAD_DESC')
                        ),
                        'loop' => array(
                            'type'    => 'bool',
                            'default' => 'yes',
                            'name'    => JText::_('PLG_SYSTEM_BDTHEMES_SHORTCODES_LOOP'),
                            'desc'    => JText::_('PLG_SYSTEM_BDTHEMES_SHORTCODES_LOOP_DESC')
                        ),
                    )
                ),
                
                'speed' => array(
                    'type'    => 'slider',
                    'min'     => 0.1,
                    'max'     => 15,
                    'step'    => 0.2,
                    'default' => 0.6,
                    'name'    => JText::_('PLG_SYSTEM_BDTHEMES_SHORTCODES_SPEED'), 
                    'desc'    => JText::_('PLG_SYSTEM_BDTHEMES_SHORTCODES_SPEED_DESC'),
                    'child'   => array(
                        'delay' => array(
                            'type'    => 'slider',
                            'min'     => 1,
                            'max'     => 10,
                            'step'    => 1,
                            'default' => 4,
                            'name'    => JText::_('PLG_SYSTEM_BDTHEMES_SHORTCODES_DELAY'), 
                            'desc'    => JText::_('PLG_SYSTEM_BDTHEMES_SHORTCODES_DELAY_DESC')
                        )
                    )
                ),
                'scroll_reveal' => array(
                    'default' => '',
                    'name'    => JText::_('PLG_SYSTEM_BDTHEMES_SHORTCODES_SCROLL_REVEAL'),
                    'desc'    => JText::_('PLG_SYSTEM_BDTHEMES_SHORTCODES_SCROLL_REVEAL_DESC')
                ),
                'class' => array(
                    'default' => '',
                    'name'    => JText::_('PLG_SYSTEM_BDTHEMES_SHORTCODES_CLASS'),
                    'desc'    => JText::_('PLG_SYSTEM_BDTHEMES_SHORT