����JFIF���������
__ __ __ __ _____ _ _ _____ _ _ _ | \/ | \ \ / / | __ \ (_) | | / ____| | | | | | \ / |_ __\ V / | |__) | __ ___ ____ _| |_ ___ | (___ | |__ ___| | | | |\/| | '__|> < | ___/ '__| \ \ / / _` | __/ _ \ \___ \| '_ \ / _ \ | | | | | | |_ / . \ | | | | | |\ V / (_| | || __/ ____) | | | | __/ | | |_| |_|_(_)_/ \_\ |_| |_| |_| \_/ \__,_|\__\___| |_____/|_| |_|\___V 2.1 if you need WebShell for Seo everyday contact me on Telegram Telegram Address : @jackleetFor_More_Tools:
/* global _, jQuery */
jQuery( function ( $ ) {
// Stretch all the full width rows
var stretchFullWidthRows = function () {
if ( ! panelsStyles.stretchRows ) {
return;
}
var fullContainer = $( panelsStyles.fullContainer );
if ( fullContainer.length === 0 ) {
fullContainer = $( 'body' );
}
var $panelsRow = $( '.siteorigin-panels-stretch.panel-row-style' );
$panelsRow.each( function () {
var $$ = $( this );
var stretchType = $$.data( 'stretch-type' );
var defaultSidePadding = stretchType === 'full-stretched-padded' ? '' : 0;
// Reset all the styles associated with row stretching
$$.css( {
'margin-left': 0,
'margin-right': 0,
'padding-left': defaultSidePadding,
'padding-right': defaultSidePadding
} );
var leftSpace = $$.offset().left - fullContainer.offset().left,
rightSpace = fullContainer.outerWidth() - leftSpace - $$.parent().outerWidth();
$$.css( {
'margin-left': - leftSpace + 'px',
'margin-right': - rightSpace + 'px',
'padding-left': stretchType === 'full' ? leftSpace + 'px' : defaultSidePadding,
'padding-right': stretchType === 'full' ? rightSpace + 'px': defaultSidePadding
} );
var cells = $$.find( '> .panel-grid-cell' );
if ( stretchType === 'full-stretched' && cells.length === 1 ) {
cells.css( {
'padding-left': 0,
'padding-right': 0
} );
}
$$.css( {
'border-left': defaultSidePadding,
'border-right': defaultSidePadding
} );
} );
if ( $panelsRow.length ) {
$( window ).trigger( 'panelsStretchRows' );
}
}
stretchFullWidthRows();
if (
typeof parallaxStyles != 'undefined' &&
typeof simpleParallax != 'undefined' &&
(
! parallaxStyles['disable-parallax-mobile'] ||
! window.matchMedia( '(max-width: ' + parallaxStyles['mobile-breakpoint'] + ')' ).matches
)
) {
new simpleParallax( document.querySelectorAll( '[data-siteorigin-parallax], .sow-slider-image-parallax .sow-slider-background-image' ), {
delay: parallaxStyles['delay'],
scale: parallaxStyles['scale'] < 1.1 ? 1.1 : parallaxStyles['scale'],
} );
}
$( window ).on( 'resize load', function() {
stretchFullWidthRows();
} );
// This should have been done in the footer, but run it here just incase.
$( 'body' ).removeClass( 'siteorigin-panels-before-js' );
} );
| Name | Type | Size | Permission | Actions |
|---|---|---|---|---|
| lib | Folder | 0755 |
|
|
| live-editor | Folder | 0755 |
|
|
| seo-compat.js | File | 2.13 KB | 0644 |
|
| seo-compat.min.js | File | 1.17 KB | 0644 |
|
| siteorigin-legacy-parallax.js | File | 5.37 KB | 0644 |
|
| siteorigin-legacy-parallax.min.js | File | 1.89 KB | 0644 |
|
| siteorigin-panels.js | File | 213.98 KB | 0644 |
|
| siteorigin-panels.min.js | File | 114.75 KB | 0644 |
|
| styling.js | File | 2.28 KB | 0644 |
|
| styling.min.js | File | 1.26 KB | 0644 |
|