[ Avaa Bypassed ]




Upload:

Command:

hmhc3928@18.223.239.65: ~ $
<?php 
  get_header(apply_filters('zilom_get_header_layout', null )); 
  wp_enqueue_script( 'waypoints' );
  
  $page_id = zilom_id();
  $page_title_style = get_post_meta($page_id, 'zilom_page_title_style', true );
  if(empty($page_title_style)) $page_title_style = 'standard';
?>

<section id="wp-main-content" class="clearfix main-page title-layout-<?php echo esc_attr($page_title_style); ?>">
  <?php do_action( 'zilom_before_page_content' ); ?>
  <div class="container">  
    <div class="main-page-content row">
      <!-- Main content -->
      <div class="content-page col-xs-12">      
        <?php while ( have_posts() ) : the_post(); ?>
          <?php
            $team_position = get_post_meta(get_the_id(), 'zilom_team_position', true );
            $team_socials = get_post_meta(get_the_id(), 'team_socials', false );
            $team_skills = get_post_meta(get_the_id(), 'team_skills', false );
            $team_educations = get_post_meta(get_the_id(), 'team_educations', false );
            $team_quote = get_post_meta(get_the_id(), 'zilom_team_quote', true );
            $team_email = get_post_meta(get_the_id(), 'zilom_team_email', true );
            $team_phone = get_post_meta(get_the_id(), 'zilom_team_phone', true );
            $team_address = get_post_meta(get_the_id(), 'zilom_team_address', true );

            if(isset($team_socials[0])){
              $team_socials = $team_socials[0];
            }
            if(isset($team_skills[0])){
              $team_skills = $team_skills[0];
            }
            if(isset($team_educations[0])){
              $team_educations = $team_educations[0];
            }
          ?>
          <div class="team-block-single clearfix single row">
            <div class="col-xl-4 col-lg-4 col-md-5 col-sm-12 col-xs-12 team-image">
              <div class="team-thumbnail clearfix">
                <?php the_post_thumbnail('full'); ?>
                
                <div class="team-content clearfix">
                  <h3 class="heading-contact"><?php echo esc_html__('Contact Info', 'zilom') ?></h3>
                  <?php if($team_email){ ?>
                    <div class="team-email"><?php echo esc_html__('Email: ', 'zilom') ?>
                      <a href="mailto:<?php echo esc_html( $team_email ) ?>"><?php echo esc_html( $team_email ) ?></a>
                    </div>
                  <?php } ?>

                  <?php if($team_phone){ ?>
                    <div class="team-phone"><?php echo esc_html__('Phone: ', 'zilom') ?>
                      <a href="tel:<?php echo esc_html( $team_phone ) ?>"><?php echo esc_html( $team_phone ) ?></a>
                    </div>
                  <?php } ?>

                  <?php if($team_socials){ ?>
                    <div class="socials-team">
                      <?php foreach ($team_socials as $key => $social) { ?>
                        <?php if(isset($social['link']) && isset($social['icon'])){ ?>
                          <a class="gva-social" href="<?php echo esc_url($social['link']) ?>">
                            <i class="<?php echo esc_attr($social['icon']) ?>"></i>
                          </a>
                        <?php } ?>   
                      <?php } ?>
                     </div>
                  <?php } ?>
                </div>  

              </div>
            </div>
            <div class="col-xl-8 col-lg-8 col-md-7 col-sm-12 col-xs-12 team-right-content">
              <h1 class="team-name clearfix"><?php the_title() ?></h1>
              <div class="team-job"><?php echo esc_html( $team_position ); ?></div>
              
              <?php if( is_array($team_educations) && isset($team_educations[1]) ){ ?>
                <div class="team-educations">
                  <h3 class="heading"><?php echo esc_html__('Educations', 'zilom') ?></h3>
                  <?php if($team_educations){ ?>
                    <div class="educations">
                      <?php 
                      foreach ($team_educations as $key => $education) { 
                        if(isset($education['title'])){ 
                          echo '<div class="education">' . esc_html($education['title']) . '</div>';
                        }
                      } 
                      ?>
                    </div>
                  <?php } ?> 
                </div>
              <?php } ?>

              <?php if( is_array($team_skills) && isset($team_skills[1]) ){ ?>
                <div class="team-skills clearfix">
                  <h3 class="heading"><?php echo esc_html__('Skills', 'zilom') ?></h3>
                  <div class="clearfix">
                    <?php foreach ($team_skills as $key => $skill) { ?>
                      <?php if(isset($skill['label']) && isset($skill['volume'])){ ?>
                        <div class="team-progress-wrapper clearfix">
                          <div class="team__progress-label"><?php echo esc_html( $skill['label'] ); ?></div>
                          <div class="team__progress">
                            <div class="team__progress-bar" data-progress-max="<?php echo esc_attr( $skill['volume'] ) ?>%">
                              <?php if($skill['volume'] > 75){ ?>
                                <span class="percentage percentage-left"><?php echo esc_html( $skill['volume'] ) ?>%</span>
                              <?php }else{ ?>  
                                <span class="percentage"><?php echo esc_html( $skill['volume'] ) ?>%</span>
                              <?php } ?>  
                            </div>
                          </div>  
                        </div>  
                      <?php } ?>   
                    <?php } ?>
                  </div>  
                </div>
              <?php } ?>  

              <div class="team-content"><?php the_content() ?></div>
              <?php if($team_quote){ ?>
                <div class="team-quote"><?php echo wp_kses( $team_quote, true ) ?></div>
              <?php } ?>  
            </div>
          </div>
        <?php endwhile; ?> 
      </div>      
    </div>   
  <?php do_action( 'zilom_after_page_content' ); ?>
</section>

<?php get_footer(); ?>

Filemanager

Name Type Size Permission Actions
css Folder 0755
fonts Folder 0755
images Folder 0755
includes Folder 0755
js Folder 0755
languages Folder 0755
nsl Folder 0755
sass Folder 0755
templates Folder 0755
tribe Folder 0755
tribe-events Folder 0755
tutor Folder 0755
woocommerce Folder 0755
404.php File 977 B 0644
archive-courses.php File 2.09 KB 0644
archive.php File 2.08 KB 0644
comments.php File 3.41 KB 0644
content-audio.php File 3.21 KB 0644
content-gallery.php File 3.58 KB 0644
content-link.php File 2.86 KB 0644
content-quote.php File 2.84 KB 0644
content-video.php File 3.11 KB 0644
content.php File 2.92 KB 0644
footer-dashboard.php File 624 B 0644
footer.php File 1.84 KB 0644
functions.php File 9.78 KB 0644
header-builder.php File 1.7 KB 0644
header-default.php File 3.23 KB 0644
header.php File 585 B 0644
index.php File 2.53 KB 0644
page.php File 589 B 0644
readme.txt File 0 B 0644
screenshot.png File 183.1 KB 0644
search.php File 4.47 KB 0644
searchform.php File 677 B 0644
sidebar.php File 280 B 0644
single-event.php File 353 B 0644
single-gva_team.php File 6.05 KB 0644
single-portfolio.php File 6.07 KB 0644
single.php File 3.18 KB 0644
style.css File 946 B 0644
taxonomy-category_portfolio.php File 3.03 KB 0644
wpml-config.xml File 11.38 KB 0644