C:\xampp\htdocs\landing\wp-content\plugins\penci-framework\vc_templates\vc_row.php


1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
<?php
if ( ! defined'ABSPATH' ) ) {
    die( 
'-1' );
}

Penci_Global_Blocks::set_is_rowtrue );
Penci_Global_Blocks::set_is_inner_rowfalse );
Penci_Global_Blocks::set_is_containerfalse );
/**
 * Shortcode attributes
 * @var $atts
 * @var $el_class
 * @var $full_width
 * @var $full_height
 * @var $equal_height
 * @var $columns_placement
 * @var $content_placement
 * @var $parallax
 * @var $parallax_image
 * @var $css
 * @var $el_id
 * @var $video_bg
 * @var $video_bg_url
 * @var $video_bg_parallax
 * @var $parallax_speed_bg
 * @var $parallax_speed_video
 * @var $content - shortcode content
 * @var $css_animation
 * Shortcode class
 * @var $this WPBakeryShortCode_VC_Row
 */
$el_class $full_height $parallax_speed_bg $parallax_speed_video $full_width $equal_height $flex_row $columns_placement $content_placement $parallax $parallax_image $css $el_id $video_bg $video_bg_url $video_bg_parallax $css_animation '';
$disable_element '';
$output $after_output '';
$atts vc_map_get_attributes$this->getShortcode(), $atts );

$show_on_shortcode Penci_Helper_Shortcode::show_on_shortcode$atts );
if( ! 
$show_on_shortcode ) {
    return;
}

extract$atts );

$unique rand1000100000000 );

wp_enqueue_script'wpb_composer_front_js' );

$el_class $this->getExtraClass$el_class ) . $this->getCSSAnimation$css_animation );

$css_classes = array(
    
'vc_row',
    
'wpb_row',
    
'vc_row_' $unique,
    
'vc_row-fluid',
    
$el_class,
    
vc_shortcode_custom_css_class$css ),
);

if ( 
'yes' === $disable_element ) {
    if ( 
vc_is_page_editable() ) {
        
$css_classes[] = 'vc_hidden-lg vc_hidden-xs vc_hidden-sm vc_hidden-md';
    } else {
        return 
'';
    }
}

if ( 
vc_shortcode_custom_css_has_property$css, array(
        
'border',
        
'background',
    ) ) || 
$video_bg || $parallax
) {
    
$css_classes[] = 'vc_row-has-fill';
}

if ( ! empty( 
$atts['gap'] ) ) {
    
$css_classes[] = 'vc_column-gap-' $atts['gap'];
}

$wrapper_attributes = array();
// build attributes for wrapper
if ( ! empty( $el_id ) ) {
    
$wrapper_attributes[] = 'id="' esc_attr$el_id ) . '"';
}
if ( ! empty( 
$full_width ) ) {
    
$wrapper_attributes[] = 'data-vc-full-width="true"';
    
$wrapper_attributes[] = 'data-vc-full-width-init="false"';
    if ( 
'stretch_row_content' === $full_width ) {
        
$wrapper_attributes[] = 'data-vc-stretch-content="true"';
    } elseif ( 
'stretch_row_content_no_spaces' === $full_width ) {
        
$wrapper_attributes[] = 'data-vc-stretch-content="true"';
        
$css_classes[] = 'vc_row-no-padding';
    }
    
$after_output .= '<div class="vc_row-full-width vc_clearfix"></div>';
}

if ( ! empty( 
$full_height ) ) {
    
$css_classes[] = 'vc_row-o-full-height';
    if ( ! empty( 
$columns_placement ) ) {
        
$flex_row true;
        
$css_classes[] = 'vc_row-o-columns-' $columns_placement;
        if ( 
'stretch' === $columns_placement ) {
            
$css_classes[] = 'vc_row-o-equal-height';
        }
    }
}

if ( ! empty( 
$equal_height ) ) {
    
$flex_row true;
    
$css_classes[] = 'vc_row-o-equal-height';
}

if ( ! empty( 
$content_placement ) ) {
    
$flex_row true;
    
$css_classes[] = 'vc_row-o-content-' $content_placement;
}

if ( ! empty( 
$flex_row ) ) {
    
$css_classes[] = 'vc_row-flex';
}

$has_video_bg = ( ! empty( $video_bg ) && ! empty( $video_bg_url ) && vc_extract_youtube_id$video_bg_url ) );

$parallax_speed $parallax_speed_bg;
if ( 
$has_video_bg ) {
    
$parallax $video_bg_parallax;
    
$parallax_speed $parallax_speed_video;
    
$parallax_image $video_bg_url;
    
$css_classes[] = 'vc_video-bg-container';
    
wp_enqueue_script'vc_youtube_iframe_api_js' );
}

if ( ! empty( 
$parallax ) ) {
    
wp_enqueue_script'vc_jquery_skrollr_js' );
    
$wrapper_attributes[] = 'data-vc-parallax="' esc_attr$parallax_speed ) . '"'// parallax speed
    
$css_classes[] = 'vc_general vc_parallax vc_parallax-' $parallax;
    if ( 
false !== strpos$parallax'fade' ) ) {
        
$css_classes[] = 'js-vc_parallax-o-fade';
        
$wrapper_attributes[] = 'data-vc-parallax-o-fade="on"';
    } elseif ( 
false !== strpos$parallax'fixed' ) ) {
        
$css_classes[] = 'js-vc_parallax-o-fixed';
    }
}

if ( ! empty( 
$parallax_image ) ) {
    if ( 
$has_video_bg ) {
        
$parallax_image_src $parallax_image;
    } else {
        
$parallax_image_id preg_replace'/[^\d]/'''$parallax_image );
        
$parallax_image_src wp_get_attachment_image_src$parallax_image_id'full' );
        if ( ! empty( 
$parallax_image_src[0] ) ) {
            
$parallax_image_src $parallax_image_src[0];
        }
    }
    
$wrapper_attributes[] = 'data-vc-parallax-image="' esc_attr$parallax_image_src ) . '"';
}
if ( ! 
$parallax && $has_video_bg ) {
    
$wrapper_attributes[] = 'data-vc-video-bg="' esc_attr$video_bg_url ) . '"';
}


$css_class preg_replace'/\s+/'' 'apply_filtersVC_SHORTCODE_CUSTOM_CSS_FILTER_TAGimplode' 'array_filterarray_unique$css_classes ) ) ), $this->settings['base'], $atts ) );
$wrapper_attributes[] = 'class="' esc_attrtrim$css_class ) ) . '"';

if( isset( 
$atts['penci_el_width'] ) && $atts['penci_el_width']  ) {

    
$unique_id 'penci-vc_row-wapper__' $unique;

    
$class_wapper 'penci-vc_row-wapper';
    
$class_wapper .= ' penci-vc_row-' esc_attr$atts['penci_el_width'] );
    
$class_wapper .= isset( $atts['penci_el_pos'] ) ? ' penci-vc_row-' esc_attr$atts['penci_el_pos'] ) : '';

    
$output .= '<div id="' $unique_id '" class="' $class_wapper '">';
}

$output .= '<div ' implode' '$wrapper_attributes ) . '>';
$output .= wpb_js_remove_wpautop$content );
$output .= '</div>';
$output .= $after_output;


$vc_row_custom_css '';
if ( isset( 
$atts['penci_el_width'] ) && $atts['penci_el_width'] ) {
    
$output .= '</div>';

    if ( 
'custom' == $atts['penci_el_width'] ) {
        if ( isset( 
$atts['penci_el_width_custom'] ) && $atts['penci_el_width_custom'] ) {
            
$vc_row_custom_css .= '#' $unique_id '.penci-vc_row-wapper{ max-width: ' esc_attr$atts['penci_el_width_custom'] ) . 'px; }';
        }
    }
}

if( isset( 
$atts['penci_el_translatey'] ) && $atts['penci_el_translatey'] ) {
    
$vc_row_custom_css .= '@media (min-width: 960px) {.vc_row_' $unique '{ transform: translateY( ' esc_attr(  $atts['penci_el_translatey'] ) . ' );position:relative; } }';
}
if( isset( 
$atts['penci_el_zindex'] ) && $atts['penci_el_zindex'] ) {
    
$vc_row_custom_css .= '.vc_row_' $unique '{ z-index:' esc_attr(  $atts['penci_el_zindex'] ) . '; }';
}elseif( isset( 
$atts['penci_el_translatey'] ) && $atts['penci_el_translatey'] ) {
    
$vc_row_custom_css .= '.vc_row_' $unique '{ z-index:99; }';
}

if( 
$vc_row_custom_css ) {
    
$output .= '<style>';
    
$output .= $vc_row_custom_css;
    
$output .= '</style>';
}

echo 
$output;



x

Windows NT KPTV 6.2 build 9200 (Windows Server 2012 Datacenter Edition) i586