whoami7 - Manager
:
/
home
/
topsuzmw
/
public_html
/
wp-content
/
themes
/
pixwell
/
templates
/
modules
/
Upload File:
files >> /home/topsuzmw/public_html/wp-content/themes/pixwell/templates/modules/overlay.php
<?php /** Don't load directly */ defined( 'ABSPATH' ) || exit; if ( ! function_exists( 'pixwell_post_overlay_1' ) ) : function pixwell_post_overlay_1( $settings = [] ) { $settings['cat_classes'] = 'is-relative'; $settings = pixwell_get_meta_setting( $settings, 'overlay_1' ); if ( empty( $settings['h_tag'] ) ) { $settings['h_tag'] = 'h2'; } $post_classes = []; $post_classes[] = 'p-wrap p-overlay p-overlay-1 post-' . get_the_ID(); if ( is_sticky() ) { $post_classes[] = 'sticky'; } if ( empty( pixwell_post_meta_info( $settings ) ) && empty( $settings['readmore'] ) ) { $post_classes[] = 'rb-hf'; } if ( empty( pixwell_get_option( 'meta_author_icon' ) ) || ! isset( $settings['entry_meta']['enabled']['author'] ) ) { $post_classes[] = 'no-avatar'; } ?> <div class="<?php echo join( ' ', $post_classes ); ?>"> <div class="p-feat-holder"> <?php pixwell_post_review_info( $settings ); ?> <div class="p-feat"> <?php pixwell_post_thumb( 'pixwell_370x250-3x' ); ?> <div class="content-overlay is-light-text"> <div class="overlay-holder"> <?php pixwell_post_cat_info( $settings ); ?> <div class="p-header"><?php pixwell_post_title( $settings['h_tag'], $settings['bookmark'], 'h1' ); ?></div> <?php pixwell_post_summary( $settings ); ?> <div class="p-footer"> <?php echo pixwell_post_meta_info( $settings ); pixwell_post_readmore( $settings ); ?> </div> </div> </div> </div> </div> </div> <?php } endif; if ( ! function_exists( 'pixwell_post_overlay_2' ) ) : function pixwell_post_overlay_2( $settings = [] ) { $settings['cat_classes'] = 'is-relative'; $settings = pixwell_get_meta_setting( $settings, 'overlay_2' ); if ( empty( $settings['h_tag'] ) ) { $settings['h_tag'] = 'h3'; } $post_classes = []; $size = 'pixwell_370x250'; $post_classes[] = 'p-wrap p-overlay p-overlay-2 post-' . get_the_ID(); if ( is_sticky() ) { $post_classes[] = 'sticky'; } if ( empty( pixwell_post_meta_info( $settings ) ) ) { $post_classes[] = 'rb-hf'; } if ( empty( pixwell_get_option( 'meta_author_icon' ) ) || ! isset( $settings['entry_meta']['enabled']['author'] ) ) { $post_classes[] = 'no-avatar'; } if ( ! empty( $settings['feat_size'] ) ) { $size = $settings['feat_size']; } ?> <div class="<?php echo join( ' ', $post_classes ); ?>"> <div class="p-feat"> <?php pixwell_post_thumb( $size ); ?> <div class="content-overlay is-light-text"> <div class="overlay-holder"> <?php pixwell_post_cat_info( $settings ); ?> <div class="p-header"><?php pixwell_post_title( $settings['h_tag'], $settings['bookmark'] ); ?></div> <div class="p-footer"> <?php echo pixwell_post_meta_info( $settings ); ?> </div> </div> </div> </div> </div> <?php } endif; if ( ! function_exists( 'pixwell_post_overlay_3' ) ) : function pixwell_post_overlay_3( $settings = [] ) { $settings['cat_classes'] = 'is-relative'; $settings = pixwell_get_meta_setting( $settings, 'overlay_3' ); if ( empty( $settings['h_tag'] ) ) { $settings['h_tag'] = 'h3'; } $post_classes = []; $size = 'pixwell_400x450'; $post_classes[] = 'p-wrap p-overlay p-overlay-3 post-' . get_the_ID(); if ( is_sticky() ) { $post_classes[] = 'sticky'; } if ( empty( pixwell_post_meta_info( $settings ) ) && empty( $settings['readmore'] ) ) { $post_classes[] = 'rb-hf'; } if ( empty( pixwell_get_option( 'meta_author_icon' ) ) || ! isset( $settings['entry_meta']['enabled']['author'] ) ) { $post_classes[] = 'no-avatar'; } ?> <div class="<?php echo join( ' ', $post_classes ); ?>"> <div class="p-feat"> <?php pixwell_post_thumb( $size, 'pc-110' ); ?> <div class="content-overlay is-light-text"> <div class="overlay-holder"> <?php pixwell_post_cat_info( $settings ); ?> <div class="p-header"><?php pixwell_post_title( $settings['h_tag'], $settings['bookmark'] ); ?></div> <div class="p-footer"> <?php echo pixwell_post_meta_info( $settings ); pixwell_post_readmore( $settings ); ?> </div> </div> </div> </div> </div> <?php } endif; if ( ! function_exists( 'pixwell_post_overlay_4' ) ) : function pixwell_post_overlay_4( $settings = [] ) { $settings['cat_classes'] = 'is-relative'; $settings = pixwell_get_meta_setting( $settings, 'overlay_4' ); $post_classes = []; $post_classes[] = 'p-wrap p-overlay p-overlay-4 f-gradient post-' . get_the_ID(); if ( is_sticky() ) { $post_classes[] = 'sticky'; } if ( empty( pixwell_post_meta_info( $settings ) ) ) { $post_classes[] = 'rb-hf'; } if ( empty( pixwell_get_option( 'meta_author_icon' ) ) || ! isset( $settings['entry_meta']['enabled']['author'] ) ) { $post_classes[] = 'no-avatar'; } ?> <div class="<?php echo join( ' ', $post_classes ); ?>"> <div class="p-feat"> <?php pixwell_post_thumb( 'pixwell_780x0-2x', '', false ); ?> <div class="content-overlay is-light-text"> <div class="rbc-container rb-p20-gutter"> <div class="overlay-holder"> <?php pixwell_post_cat_info( $settings ); ?> <?php if ( empty( $settings['h_tag'] ) ) : ?> <div class="p-header"><?php pixwell_post_title( 'h2', $settings['bookmark'], 'h1' ); ?></div> <?php else: ?> <div class="p-header"><?php pixwell_post_title( $settings['h_tag'], $settings['bookmark'] ); ?></div> <?php endif; ?> <?php pixwell_post_summary( $settings ); ?> <div class="p-footer"> <?php echo pixwell_post_meta_info( $settings ); ?> </div> </div> </div> </div> </div> </div> <?php } endif; if ( ! function_exists( 'pixwell_post_overlay_5' ) ) : function pixwell_post_overlay_5( $settings = [] ) { $settings['cat_classes'] = 'is-relative'; $settings = pixwell_get_meta_setting( $settings, 'overlay_5' ); if ( empty( $settings['h_tag'] ) ) { $settings['h_tag'] = 'h3'; } $post_classes = []; $post_classes[] = 'p-wrap p-overlay p-overlay-5 post-' . get_the_ID(); if ( is_sticky() ) { $post_classes[] = 'sticky'; } if ( empty( pixwell_post_meta_info( $settings ) ) ) { $post_classes[] = 'rb-hf'; } if ( empty( pixwell_get_option( 'meta_author_icon' ) ) || ! isset( $settings['entry_meta']['enabled']['author'] ) ) { $post_classes[] = 'no-avatar'; } ?> <div class="<?php echo join( ' ', $post_classes ); ?>"> <div class="p-feat"> <?php pixwell_post_thumb( 'pixwell_280x210-2x', 'pc-75' ); ?> <div class="content-overlay is-light-text"> <div class="overlay-holder"> <?php pixwell_post_cat_info( $settings ); ?> <div class="p-header"><?php pixwell_post_title( $settings['h_tag'], $settings['bookmark'] ); ?></div> <div class="p-footer"> <?php echo pixwell_post_meta_info( $settings ); ?> </div> </div> </div> </div> </div> <?php } endif; if ( ! function_exists( 'pixwell_post_overlay_6' ) ) : function pixwell_post_overlay_6( $settings = [] ) { $settings['cat_classes'] = 'is-relative'; $settings = pixwell_get_meta_setting( $settings, 'overlay_6' ); $settings['no_overlay'] = pixwell_get_option( 'no_overlay_overlay_6' ); if ( empty( $settings['h_tag'] ) ) { $settings['h_tag'] = 'h3'; } $post_classes = []; $post_classes[] = 'p-wrap p-overlay p-overlay-6 post-' . get_the_ID(); if ( is_sticky() ) { $post_classes[] = 'sticky'; } if ( empty( pixwell_post_meta_info( $settings ) ) && empty( $settings['readmore'] ) ) { $post_classes[] = 'rb-hf'; } if ( ! empty( $settings['no_overlay'] ) ) { $post_classes[] = 'no-overlay'; } if ( empty( pixwell_get_option( 'meta_author_icon' ) ) || ! isset( $settings['entry_meta']['enabled']['author'] ) ) { $post_classes[] = 'no-avatar'; } ?> <div class="<?php echo join( ' ', $post_classes ); ?>"> <div class="p-feat"> <?php pixwell_post_thumb( 'pixwell_400x450', 'pc-110', false ); ?> <div class="content-overlay is-light-text"> <div class="overlay-holder"> <?php pixwell_post_cat_info( $settings ); ?> <div class="p-header"><?php pixwell_post_title( $settings['h_tag'], $settings['bookmark'] ); ?></div> <div class="p-footer"> <?php echo pixwell_post_meta_info( $settings ); ?> </div> </div> </div> </div> </div> <?php } endif; if ( ! function_exists( 'pixwell_post_overlay_7' ) ) : function pixwell_post_overlay_7( $settings = [] ) { $settings['cat_classes'] = 'is-relative'; $settings = pixwell_get_meta_setting( $settings, 'overlay_7' ); if ( empty( $settings['h_tag'] ) ) { $settings['h_tag'] = 'h2'; } $post_classes = []; $post_classes[] = 'p-wrap p-overlay p-overlay-7 post-' . get_the_ID(); if ( is_sticky() ) { $post_classes[] = 'sticky'; } if ( empty( pixwell_post_meta_info( $settings ) ) ) { $post_classes[] = 'rb-hf'; } if ( empty( pixwell_get_option( 'meta_author_icon' ) ) || ! isset( $settings['entry_meta']['enabled']['author'] ) ) { $post_classes[] = 'no-avatar'; } ?> <div class="<?php echo join( ' ', $post_classes ); ?>"> <div class="p-feat"> <?php pixwell_post_thumb( 'pixwell_780x0-2x', 'autosize', false ); ?> <div class="content-overlay is-light-text"> <div class="overlay-holder"> <?php pixwell_post_cat_info( $settings ); ?> <div class="p-header"><?php pixwell_post_title( $settings['h_tag'], $settings['bookmark'], 'h1' ); ?></div> <?php pixwell_post_summary( $settings ); ?> <div class="p-footer"> <?php echo pixwell_post_meta_info( $settings ); ?> </div> </div> </div> </div> </div> <?php } endif; if ( ! function_exists( 'pixwell_post_overlay_8' ) ) : function pixwell_post_overlay_8( $settings = [] ) { $settings['cat_classes'] = 'is-relative'; $settings = pixwell_get_meta_setting( $settings, 'overlay_8' ); if ( empty( $settings['h_tag'] ) ) { $settings['h_tag'] = 'h2'; } $post_classes = []; $post_classes[] = 'p-wrap p-overlay p-overlay-8 post-' . get_the_ID(); if ( is_sticky() ) { $post_classes[] = 'sticky'; } if ( empty( pixwell_post_meta_info( $settings ) ) && empty( $settings['readmore'] ) ) { $post_classes[] = 'rb-hf'; } if ( empty( pixwell_get_option( 'meta_author_icon' ) ) || ! isset( $settings['entry_meta']['enabled']['author'] ) ) { $post_classes[] = 'no-avatar'; } ?> <div class="<?php echo join( ' ', $post_classes ); ?>"> <div class="p-feat"> <?php pixwell_post_thumb( 'pixwell_400x600', 'pc-150' ); ?> <div class="content-overlay is-light-text"> <div class="overlay-holder"> <?php pixwell_post_cat_info( $settings ); ?> <div class="p-header"><?php pixwell_post_title( $settings['h_tag'], $settings['bookmark'] ); ?></div> <div class="p-footer"> <?php echo pixwell_post_meta_info( $settings ); ?> </div> </div> </div> </div> </div> <?php } endif; if ( ! function_exists( 'pixwell_post_overlay_9' ) ) : function pixwell_post_overlay_9( $settings = [] ) { $settings['cat_classes'] = 'is-relative'; $settings = pixwell_get_meta_setting( $settings, 'overlay_9' ); $post_classes = []; $post_classes[] = 'p-wrap p-overlay p-overlay-9 f-gradient post-' . get_the_ID(); if ( is_sticky() ) { $post_classes[] = 'sticky'; } if ( empty( pixwell_post_meta_info( $settings ) ) ) { $post_classes[] = 'rb-hf'; } if ( empty( pixwell_get_option( 'meta_author_icon' ) ) || ! isset( $settings['entry_meta']['enabled']['author'] ) ) { $post_classes[] = 'no-avatar'; } ?> <div class="<?php echo join( ' ', $post_classes ); ?>" data-dot="ct-nav"> <div class="p-feat"> <?php pixwell_post_thumb( 'pixwell_780x0-2x', '', false ); ?> <div class="content-overlay is-light-text"> <div class="rbc-container rb-p20-gutter"> <div class="overlay-holder"> <?php pixwell_post_cat_info( $settings ); ?> <?php if ( empty( $settings['h_tag'] ) ) : ?> <div class="p-header"><?php pixwell_post_title( 'h2', $settings['bookmark'], 'h1' ); ?></div> <?php else: ?> <div class="p-header"><?php pixwell_post_title( $settings['h_tag'], $settings['bookmark'] ); ?></div> <?php endif; ?> <?php pixwell_post_summary( $settings ); ?> <div class="p-footer"> <?php echo pixwell_post_meta_info( $settings ); ?> </div> </div> </div> </div> </div> <div class="ct-nav"> <div class="ct-nav-holder is-light-text"> <span class="nav-image"><?php the_post_thumbnail( 'pixwell_370x250', [ 'class' => 'rb-no-lazy' ] ); ?></span> <p class="nav-title h4"><?php the_title(); ?></p> <?php pixwell_post_cat_dot(); ?> </div> </div> </div> <?php } endif;
Copyright ©2021 || Defacer Indonesia