PATH:
home
/
letacommog
/
laindinois
/
wp-content
/
plugins
/
wilcity-wpbakery-addon
/
vc_templates
<?php use \WILCITY_SC\SCHelpers; function wilcityVCEventsSlider($atts){ $atts = shortcode_atts( array( 'TYPE' => 'EVENTS_SLIDER', 'maximum_posts' => 8, 'maximum_posts_on_extra_lg_screen'=> 6, 'maximum_posts_on_lg_screen'=> 5, 'maximum_posts_on_md_screen'=> 5, 'maximum_posts_on_sm_screen'=> 2, 'maximum_posts_on_extra_sm_screen'=> 2, 'heading' => '', 'heading_color' => '#252c41', 'desc' => '', 'desc_color' => '#70778b', 'header_desc_text_align' => 'wil-text-center', 'toggle_viewmore' => 'disable', 'viewmore_btn_name' => 'View more', 'post_type' => 'event', 'from' => 'all', 'listing_tags' => '', 'listing_cats' => '', 'listing_locations' => '', 'listing_ids' => '', 'orderby' => '', 'is_auto_play' => 'disable', 'toggle_gradient' => 'enable', 'left_gradient' => '#006bf7', 'right_gradient' => '#ed6392', 'gradient_opacity' => '0.3', 'desktop_image_size' => '', 'css' => '', 'extra_class' => '' ), $atts ); $atts = apply_filters('wilcity/vc/parse_sc_atts', $atts); ob_start(); wilcity_render_slider($atts); $content = ob_get_contents(); ob_end_clean(); return $content; } add_shortcode('wilcity_vc_events_slider', 'wilcityVCEventsSlider');
[+]
..
[-] 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]