403Webshell
Server IP : 77.50.203.18  /  Your IP : 192.168.0.10
Web Server : Apache/2.4.62 (CentOS Stream) OpenSSL/3.5.7 mpm-itk/2.4.7-04 PHP/8.4.23
System : Linux web2 5.14.0-722.el9.x86_64 #1 SMP PREEMPT_DYNAMIC Mon Jul 6 09:07:51 UTC 2026 x86_64
User : warsnews.ru ( 1001)
PHP Version : 8.4.23
Disable Function : NONE
MySQL : ON  |  cURL : ON  |  WGET : ON  |  Perl : ON  |  Python : OFF  |  Sudo : ON  |  Pkexec : ON
Directory :  /home/ifwar.ru/www/wp-content/plugins/clever-fox/inc/webique/

Upload File :
current_dir [ Writeable ] document_root [ Writeable ]

 

Command :


[ Back ]     

Current File : /home/ifwar.ru/www/wp-content/plugins/clever-fox/inc/webique/dynamic-style.php
<?php
if ( ! defined( 'ABSPATH' ) ) exit;
if( ! function_exists( 'cleverfox_webique_dynamic_styles' ) ):
    function cleverfox_webique_dynamic_styles() {
		$output_css = '';
		
		$theme = wp_get_theme(); // gets the current theme
		
		/**
		 * Logo Width 
		 */
		 $logo_width			= get_theme_mod('logo_width','250');		 
		if($logo_width !== '') { 
				$output_css .=".logo img, .mobile-logo img {
					max-width: clamp(0px, " .esc_attr($logo_width). "px, 100%);
				}\n";
			}
		
		/**
		 * Slider
		 */
		$slider_opacity						 = get_theme_mod('slider_opacity','0.6');
		
		$output_css .=".theme-slider {
			background: rgba(0, 0, 0, $slider_opacity);
		}\n";
		
		
		/**
		 * CTA
		 */
		 $cta_bg_setting		= get_theme_mod('cta_bg_setting',esc_url(CLEVERFOX_PLUGIN_URL . 'inc/webique/images/slider/img01.jpg')); 
		$cta_bg_position	= get_theme_mod('cta_bg_position','scroll');	
				$output_css .=".cta-section {
					background-image: url(".esc_url($cta_bg_setting).");
					background-attachment: " .esc_attr($cta_bg_position). ";
				}\n";
		
		
		
		/**
		 *  Typography Body
		 */
		 $webique_body_text_transform	 	 = get_theme_mod('webique_body_text_transform','inherit');
		 $webique_body_font_style	 		 = get_theme_mod('webique_body_font_style','inherit');
		 $webique_body_font_size	 		 = get_theme_mod('webique_body_font_size','15');
		 $webique_body_line_height		 = get_theme_mod('webique_body_line_height','1.5');
		
		 $output_css .=" body{ 
			font-size: " .esc_attr($webique_body_font_size). "px;
			line-height: " .esc_attr($webique_body_line_height). ";
			text-transform: " .esc_attr($webique_body_text_transform). ";
			font-style: " .esc_attr($webique_body_font_style). ";
		}\n";		 
		
		/**
		 *  Typography Heading
		 */
		 for ( $i = 1; $i <= 6; $i++ ) {	
			 $webique_heading_text_transform 	= get_theme_mod('webique_h' . $i . '_text_transform','inherit');
			 $webique_heading_font_style	 	= get_theme_mod('webique_h' . $i . '_font_style','inherit');
			 $webique_heading_font_size	 		 = get_theme_mod('webique_h' . $i . '_font_size');
			 $webique_heading_line_height		 	 = get_theme_mod('webique_h' . $i . '_line_height');
			 
			 $output_css .=" h" . $i . "{ 
				font-size: " .esc_attr($webique_heading_font_size). "px;
				line-height: " .esc_attr($webique_heading_line_height). ";
				text-transform: " .esc_attr($webique_heading_text_transform). ";
				font-style: " .esc_attr($webique_heading_font_style). ";
			}\n";
		 }
		 		
		/**
		 * Features
		 */
		 $features_bg_img					= get_theme_mod('features_bg_img',get_template_directory_uri() .'/assets/images/features/bg1.png');		
		 $features_right_img				= get_theme_mod('features_right_img',get_template_directory_uri() .'/assets/images/features/features.png'); 
		  
				$output_css .=".features-image {
					background: url(".esc_url($features_right_img).");
			}\n";
			$output_css .=".features-section::before {
					background: url(".esc_url($features_bg_img).");
			}\n";
			
			
	 wp_add_inline_style( 'webique-style', $output_css );
    }
endif;
add_action( 'wp_enqueue_scripts', 'cleverfox_webique_dynamic_styles' );
?>

Youez - 2016 - github.com/yon3zu
LinuXploit