HEX
Server: LiteSpeed
System: Linux server315.web-hosting.com 4.18.0-553.54.1.lve.el8.x86_64 #1 SMP Wed Jun 4 13:01:13 UTC 2025 x86_64
User: globfdxw (6114)
PHP: 8.1.34
Disabled: NONE
Upload Files
File: /home/globfdxw/diasporameetsafrica.com/wp-content/themes/DA10/framework/design/text/text126.php
<?php
 
add_filter( 'ppt_blocks_args', 	array('block_text126',  'data') );
add_action( 'text126',  		array('block_text126', 'output' ) );
add_action( 'text126-css',  	array('block_text126', 'css' ) );
add_action( 'text126-js',  	array('block_text126', 'js' ) );

class block_text126 {

	function __construct(){}		

	public static function data($a){  global $CORE;
  
		$a['text126'] = array(
			"name" 		=> "Style 126",
			"image"		=> "text126.jpg",
			"cat"		=> "text",
			"desc" 		=> "", 
			"order" 	=> 0, 
			"widget" 	=> "ppt-text",	
			"data" 		=> array( ),	
			
			"defaults" => array( ),  
		);		
		
		return $a;
	
	} public static function output(){ global $CORE, $text_settings;
	 	
		// ALL DEFAULT FIELDS
		$df = ppt_theme_blocks_defaults("text"); 

		 $cc = array(
		 	"image1" => DEMO_IMGS."?fw=text124a&t=".THEME_KEY,
			"image2" => DEMO_IMGS."?fw=text124b&t=".THEME_KEY,
			"image3" => DEMO_IMGS."?fw=text124c&t=".THEME_KEY,
			"image4" => DEMO_IMGS."?fw=text124d&t=".THEME_KEY,
			"image5" => DEMO_IMGS."?fw=text124e&t=".THEME_KEY,
			"image6" => DEMO_IMGS."?fw=text124f&t=".THEME_KEY,
			
			"image1-txt" => $CORE->LAYOUT("get_placeholder_text_new", array("text124a", "t" ) ),
			"image2-txt" => $CORE->LAYOUT("get_placeholder_text_new", array("text124b", "t" ) ),
			"image3-txt" => $CORE->LAYOUT("get_placeholder_text_new", array("text124c", "t" ) ),
			"image4-txt" => $CORE->LAYOUT("get_placeholder_text_new", array("text124d", "t" ) ),
			"image5-txt" => $CORE->LAYOUT("get_placeholder_text_new", array("text124e", "t" ) ),
			"image6-txt" => $CORE->LAYOUT("get_placeholder_text_new", array("text124f", "t" ) ),
			
			"image1-txt1" => "Pellentesque nec lacus elit.",
			"image2-txt1" => "Pellentesque nec lacus elit.",
			"image3-txt1" => "Pellentesque nec lacus elit.",
			"image4-txt1" => "Pellentesque nec lacus elit.",
			"image5-txt1" => "Pellentesque nec lacus elit.",
			"image6-txt1" => "Pellentesque nec lacus elit.",
					
			"btn_show" => 0,
			"btn2_show" => 1,

			"title" => $CORE->LAYOUT("get_placeholder_text_new", array("hero1", "t" ) ),
			"subtitle" => $CORE->LAYOUT("get_placeholder_text_new", array("hero1", "s" ) ),
			 
			
		 );
		 
		 
		 $df = array_merge($df, $cc);

		// 1. ELEMENTOR
		if(is_array($text_settings) && !empty($text_settings)){	
			foreach($text_settings as $h => $j){
				if(isset($text_settings[$h]) && $text_settings[$h] != ""){
					$df[$h] = $text_settings[$h];
				}
			 }
			
		// 2. HOME DESIGNS		
		}else{	
			 
		 	$settings =  $CORE->LAYOUT("get_block_settings_defaults_new", array("text", "text126" ) );
		 	foreach($df as $h => $j){
				if(isset($settings[$h]) && $settings[$h] != ""){
					$df[$h] = $settings[$h];
				}
			 } 
		}
	 
 
	ob_start();
	
	
	$data = array();
	$i=1; while($i < 7){
			$data[] = array( 
				"image" =>  $df['image'.$i],				 
				"name"	=> $df['image'.$i.'-txt'],
				"desc"	=> $df['image'.$i.'-txt1'],
				"css"	=> "ppt-h350",
				"link"	=> home_url()."/?s=", 
			); 
	
	$i++;
	}
	
	
	$layout = array(
	
		1 => "col-6 col-md-6 col-lg-4",
		2 => "col-6 col-md-6 col-lg-4",
		3 => "col-6 col-md-6 col-lg-4",
		4 => "col-6 col-md-6 col-lg-4",
		5 => "col-6 col-md-6 col-lg-4",
		6 => "col-6 col-md-6 col-lg-4",		
	); 
	
	?>

<section class="section-60">
 
      <div class="container">
        <div class="row">
          

		<?php if(strlen($df['title']) > 2){ ?>
<div class="col-12">
<div class="<?php if($df['btn_show'] == "1" && strlen($df['btn_txt']) > 1){ ?> d-flex justify-content-between align-items-center<?php } ?>">
	<div>	
		<h1 class="mb-1" data-ppt-title><?php echo $df['title']; ?></h1>
		<?php if(strlen($df['subtitle']) > 2){ ?><div class="mb-3" data-ppt-subtitle><?php echo $df['subtitle']; ?></div><?php } ?>
	</div>

	<?php if($df['btn_show'] == "1" && strlen($df['btn_txt']) > 1){ ?>
	<div class="justify-content-center hide-mobile">
	<a href="<?php echo home_url(); ?>/?s=" data-ppt-btn data-ppt-btn-link class="btn-system btn-rounded-25 btn-md"><?php echo $df['btn_txt']; ?></a>
	</div>
	<?php } ?>
</div>
</div>
<?php } ?>
 
        
    <?php $i=1; foreach($data as $cat){ ?>
         <div class="mb-4 <?php echo $layout[$i]; ?>">
            <div class="overflow-hidden text126-card style3 <?php echo $cat['css']; ?>">
              <div class="bg-gradient" style="z-index:1;">&nbsp;</div>
              <figure>
                <div class="bg-image" data-bg="<?php echo $cat['image']; ?>"  data-ppt-image<?php echo $i; ?>-bg>&nbsp;</div>
              </figure>
              <a href="<?php echo $cat['link']; ?>" data-ppt-image<?php echo $i; ?>-link>
              <h4> <strong data-ppt-image<?php echo $i; ?>-txt><?php echo $cat['name']; ?></strong> <span data-ppt-image<?php echo $i; ?>-txt1><?php echo $cat['desc']; ?></span> </h4>
              </a>
            </div>
          </div>
    <?php $i++; } ?>  
          
        
	<?php if($df['btn2_show'] == "1"){ ?>
      <div class="col-12 text-center my-sm-4">        
        <a href="<?php echo home_url()."/?s="; ?>" class="btn-lg btn-primary btn-rounded-25  mt-2 btn-icon icon-after" data-ppt-btn2 data-ppt-btn data-ppt-btn2-link>
        <span data-ppt-btn2-txt><?php echo $CORE->LAYOUT("get_placeholder_text_new", array("button", "start_search" ) ); ?></span> <i class="fa fa-long-arrow-alt-right">&nbsp;</i>
        </a>       
      </div>
    <?php } ?>
       
     
  </div>
</section>
<?php

$output = ob_get_contents();
ob_end_clean();
echo ppt_theme_block_output($output, $text_settings, array("text", "text126"));
	
	}
		public static function css(){
		ob_start();
		?>
<style>
 
.text126-card figure{margin:0}
.text126-card img{transition:all linear .25s}
.text126-card{background-color:#fff;box-shadow:0 0 25px rgba(0,0,0,.1);background-position:center;overflow:hidden;position:relative; transition:all linear .25s; width: 100%; border-radius: 10px; height:320px; min-width:200px;  }
.text126-card h4{ z-index: 2; position:absolute;font-size:25px;font-weight:700;color:#fff;transition:all linear .25s;text-shadow:0 0 20px rgba(0,0,0,.5)}
.text126-card h4 strong { font-weight:600; } 
 
.text126-card.style3 h4{left:0;bottom:20px;text-align:center;width:100%;font-size:30px;color:#fff; line-height:40px; }
.text126-card.style3 h4 span{font-size:13px;display:block}.text126-card.style3:hover img{filter:grayscale(100%)}
.text126-card.style3:hover h4{bottom:30px}   

@media (max-width: 575.98px) {
    .text126-card{ height:250px; }
	.text126-card.style3 h4 {     font-size: 20px !important; }
}

 </style>
<?php	
		$output = ob_get_contents();
		ob_end_clean();
		echo $output;
		}	
		public static function js(){
		return "";
		ob_start();
		?>
<?php	
		$output = ob_get_contents();
		ob_end_clean();
		echo $output;
		}	
}

?>