PATH:
home
/
letacommog
/
laindinois
/
wp-content
/
plugins
/
wilcity-wpbakery-addon
/
vc_templates
<?php add_shortcode('wilcity_vc_hero', 'wilcityVcHero'); function wilcityVcHero($atts, $content){ $atts = shortcode_atts( array( 'TYPE' => 'HERO', 'heading' => '', 'heading_color' => '', 'heading_font_size' => '', 'description' => '', 'description_color' => '', 'description_font_size' => '', 'bg_type' => 'image', 'img_size' => 'large', 'bg_overlay' => '', 'maximum_terms_suggestion' => 6, 'image_bg' => '', 'slider_bg' => '', 'toggle_list_of_suggestions' => 'enable', 'taxonomy_position' => 'above_search_form', 'toggle_dark_and_white_background' => 'disable', 'search_form_position' => 'bottom', 'search_form_background' => 'hero_formDark__3fCkB', 'toggle_button' => 'enable', 'button_icon' => '', 'button_name' => 'Check out', 'button_background_color' => '', 'button_text_color' => '#fff', 'button_size' => 'wil-btn--sm', 'button_link' => '', 'taxonomy' => 'listing_cat', 'orderby' => 'count', 'listing_cats' => '', 'listing_locations' => '', 'extra_class' => '' ), $atts ); $atts = apply_filters('wilcity/vc/parse_sc_atts', $atts); if ( !empty($atts['image_bg']) ){ $atts['image_bg'] = wp_get_attachment_image_url($atts['image_bg'], 'large'); } ob_start(); wilcity_sc_render_hero($atts, $content); $content = ob_get_contents(); ob_end_clean(); return $content; }
[+]
..
[-] wilcity_vc_contact_us.php
[edit]
[-] wilcity_vc_custom_login.php
[edit]
[-] wilcity_vc_search_form.php
[edit]
[-] wilcity_vc_author_slider.php
[edit]
[-] wilcity_vc_events_slider.php
[edit]
[-] wilcity_vc_listings_slider.php
[edit]
[-] wilcity_vc_hero.php
[edit]
[-] wilcity_vc_wiloke_wave.php
[edit]
[-] wilcity_vc_term_boxes.php
[edit]
[-] wilcity_vc_box_icon.php
[edit]
[-] wilcity_vc_heading.php
[edit]
[-] wilcity_vc_events_grid.php
[edit]
[-] wilcity_vc_testimonials.php
[edit]
[-] wilcity_vc_pricing.php
[edit]
[-] wilcity_vc_team_intro_slider.php
[edit]
[-] wilcity_vc_intro_box.php
[edit]
[-] wilcity_vc_modern_term_boxes.php
[edit]
[-] wilcity_vc_masonry_term_boxes.php
[edit]
[-] wilcity_vc_listing_grip_layout.php
[edit]