Файловый менеджер - Редактировать - /home/kunzqhe/www/wp-content/themes/themify-ultra/themify/themify-builder/templates/template-overlay-content.php
Ðазад
<?php defined( 'ABSPATH' ) || exit; /** * Template Part * * This template can be overridden by copying it to yourtheme/themify-builder/template-overlay-content.php. * * Access original fields: $args['mod_settings'] * @author Themify */ global $ThemifyBuilder; $fields_default = array( 'selected_layout_part' => '', 'style' => 'overlay', 'add_css_layout_part' => '', 'alignment' => 'left', 'icon_title' => '', 'overlay_type' => 'overlay', 'expand_mode' => 'overlap', 'overlay_width' => '100', 'overlay_height' => '100', 'overlay_width_unit' => '%', 'overlay_height_unit' => '%', ); $fields_args = wp_parse_args( $args['mod_settings'], $fields_default ); unset( $args['mod_settings'] ); $fields_default=null; if ( !self::$layout_part_id ) { self::$layout_part_id = self::$post_id; } self::$post_id = $fields_args['selected_layout_part']; $container_class = apply_filters( 'themify_builder_module_classes', array( 'module', 'module-' . $args['mod_name'], $args['module_ID'], $fields_args['add_css_layout_part'] ), $args['mod_name'], $args['module_ID'], $fields_args ); $container_class[] = 'tf_text' . $fields_args['alignment'][0]; $container_props = apply_filters( 'themify_builder_module_container_props', array( 'class' => implode( ' ', $container_class ), 'data-overlay' => $fields_args['overlay_type'], ), $fields_args, $args['mod_name'], $args['module_ID'] ); $overlay_id = 'tb_oc_'.$args['module_ID']; $args = null; $isLoop = $ThemifyBuilder->in_the_loop === true; $ThemifyBuilder->in_the_loop = true; $layoutPart = $fields_args['selected_layout_part'] !== '' ? do_shortcode( '[themify_layout_part slug="' . $fields_args['selected_layout_part'] . '"]' ) : ''; $is_overlay = 'overlay' === $fields_args['overlay_type']; $overlay_style = 'width:'.$fields_args['overlay_width'].$fields_args['overlay_width_unit'].';height:'.$fields_args['overlay_height'].$fields_args['overlay_height_unit'].';'; if($is_overlay===true && 'overlay'!==$fields_args['style'] && ( '100%' !== $fields_args['overlay_width'].$fields_args['overlay_width_unit'] || '100%' !== $fields_args['overlay_height'].$fields_args['overlay_height_unit'] )){ if('100' !== $fields_args['overlay_height'] && 'px' !== $fields_args['overlay_height_unit'] && ('slide_down' === $fields_args['style'] || 'slide_up' === $fields_args['style'])){ $overlay_style .= 'slide_down' === $fields_args['style'] ? 'bottom' : 'top'; $overlay_style .= ':'.(( 100 - $fields_args['overlay_height'] ) / 2).$fields_args['overlay_height_unit'].';'; } if('100' !== $fields_args['overlay_width'] && 'px' !== $fields_args['overlay_width_unit'] && ('slide_left' === $fields_args['style'] || 'slide_right' === $fields_args['style'])){ $overlay_style .= 'slide_left' === $fields_args['style'] ? 'left' : 'right'; $overlay_style .= ':'.(( 100 - $fields_args['overlay_width'] ) / 2).$fields_args['overlay_width_unit'].';'; } } if(Themify_Builder::$frontedit_active===false){ $container_props['data-lazy']=1; } ?> <!-- module overlay-content --> <div <?php echo self::get_element_attributes( self::sticky_element_props( $container_props, $fields_args ) ); ?>> <?php $container_props = $container_class = null; ?> <a href="<?php echo $is_overlay===true ? '#'.$overlay_id:'#'; ?>" class="tb_ov_co_icon_wrapper"> <span class="tb_ov_co_icon_outer"><span class="tb_ov_co_icon tf_box tf_rel tf_vmiddle tf_inline_b"></span></span> <?php echo !empty($fields_args['icon_title']) ? '<span class="tb_ov_co_icon_title tf_vmiddle">'.$fields_args['icon_title'].'</span>' : ''; ?> </a> <?php echo $is_overlay===false? '<div class="tb_oc_expand_container tb_oc_expand_'.$fields_args['expand_mode'].'">':''; ?> <div id="<?php echo $overlay_id; ?>" style="<?php echo $overlay_style; ?>" class="tb_oc_overlay tf_scrollbar tf_box<?php echo $is_overlay===true ? ' sidemenu sidemenu-off tb_content_overlay_'.$fields_args['style']:' tb_oc_expandable tf_abs tf_w tf_h'; ?>"> <?php if($is_overlay===true): ?> <a id="<?php echo $overlay_id; ?>_close" class="tb_ov_close tf_box"><span class="tb_ov_close_inner tf_close tf_rel"></span></a> <?php endif; ?> <div class="tb_overlay_content_lp"><?php echo $layoutPart; ?></div> </div> <?php if(true === $is_overlay): ?> <div class="tb_oc_overlay_layer" data-id="<?php echo $overlay_id; ?>"></div> <?php endif; ?> <?php echo $is_overlay===false? '</div>':''; ?> <?php if ( $is_overlay && in_array( $fields_args['style'], array( 'slide_left', 'slide_right' ) ) ) : ?> <style> .<?php echo $element_id; ?> .tb_content_overlay_<?php echo $fields_args['style']; ?> { transform: translateX( <?php echo ( $fields_args['style'] === 'slide_left' ? '-' : '' ) . $fields_args['overlay_width'] . $fields_args['overlay_width_unit']; ?> ); } </style> <?php endif; ?> </div><!-- /module overlay-content --> <?php self::$post_id = self::$layout_part_id; $ThemifyBuilder->in_the_loop = $isLoop;
| ver. 1.4 |
Github
|
.
| PHP 7.4.33 | Ð“ÐµÐ½ÐµÑ€Ð°Ñ†Ð¸Ñ Ñтраницы: 0 |
proxy
|
phpinfo
|
ÐаÑтройка