/
home
/
vianto5
/
hidalgoresidences.mx
/
wp-content
/
themes
/
Bridge100
/
bridge
/
vc_templates
/
/home/vianto5/hidalgoresidences.mx/wp-content/themes/Bridge100/bridge/vc_templates
mkdir
upload
Name
Size
Mode
Actions
animated_icons_with_text.php
260
0644
edit
dl
rm
animated_icon_with_text.php
3190
0644
edit
dl
rm
qode_circle.php
4103
0644
edit
dl
rm
qode_circles.php
453
0644
edit
dl
rm
qode_client.php
1393
0644
edit
dl
rm
qode_clients.php
684
0644
edit
dl
rm
qode_content_slider.php
1515
0644
edit
dl
rm
qode_content_slider_item.php
137
0644
edit
dl
rm
qode_elements_holder.php
1304
0644
edit
dl
rm
qode_elements_holder_item.php
6419
0644
edit
dl
rm
qode_horizontal_marquee.php
631
0644
edit
dl
rm
qode_horizontal_marquee_item.php
390
0644
edit
dl
rm
qode_in_device_slider.php
843
0644
edit
dl
rm
qode_in_device_slider_item.php
464
0644
edit
dl
rm
qode_preview_slider.php
497
0644
edit
dl
rm
qode_preview_slider_item.php
784
0644
edit
dl
rm
qode_pricing_list.php
204
0644
edit
dl
rm
qode_pricing_list_item.php
1867
0644
edit
dl
rm
qode_pricing_table.php
4171
0644
edit
dl
rm
qode_pricing_tables.php
252
0644
edit
dl
rm
qode_vertical_left_sliding_panel.php
118
0644
edit
dl
rm
qode_vertical_right_sliding_panel.php
119
0644
edit
dl
rm
qode_vertical_slide_content_item.php
1300
0644
edit
dl
rm
qode_vertical_split_slider.php
301
0644
edit
dl
rm
vc_accordion.php
1409
0644
edit
dl
rm
vc_accordion_tab.php
1867
0644
edit
dl
rm
vc_column_text.php
1935
0644
edit
dl
rm
vc_empty_space.php
1792
0644
edit
dl
rm
vc_gallery.php
14587
0644
edit
dl
rm
vc_row.php
13668
0644
edit
dl
rm
vc_row_inner.php
13440
0644
edit
dl
rm
vc_separator.php
1391
0644
edit
dl
rm
vc_single_image.php
11488
0644
edit
dl
rm
vc_tab.php
619
0644
edit
dl
rm
vc_tabs.php
2632
0644
edit
dl
rm
vc_text_separator.php
1065
0644
edit
dl
rm
Edit:
/home/vianto5/hidalgoresidences.mx/wp-content/themes/Bridge100/bridge/vc_templates/qode_clients.php
(684B)
<?php $args = array( "columns" => "four_columns", 'hover_effect' => 'default', 'switch_effect' => '', 'disable_separators' => 'no' ); $html = ""; extract(shortcode_atts($args, $atts)); $html = '<div class="qode_clients clearfix '.$columns; ($hover_effect == 'switch_img') ? $html .= ' qode_clients_switch_images' : $html .= ' default'; if($hover_effect != 'default'){ ($switch_effect == 'switch_fade') ? $html .= ' qode_clients_switch_fade' : $html .= ' qode_clients_switch_roll'; } if($disable_separators == 'yes'){ $html .= ' qode_clients_separators_disabled'; } $html .= '">'; $html .= do_shortcode($content); $html .= '</div>'; echo $html;
Save
cmd:
run