. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .
| Server IP : 162.0.212.4 / Your IP :
216.73.216.14 [
Web Server : LiteSpeed System : Linux premium146.web-hosting.com 4.18.0-553.44.1.lve.el8.x86_64 #1 SMP Thu Mar 13 14:29:12 UTC 2025 x86_64 User : alshnoli ( 2431) PHP Version : 8.3.28 Disable Function : NONE Domains : 1 Domains MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : ON | Sudo : OFF | Pkexec : OFF Directory : /home/alshnoli/public_html/wp-content/plugins/us-core/config/ |
Upload File : |
<?php defined( 'ABSPATH' ) OR die( 'This script cannot be accessed directly.' );
/**
* Shortcodes
*
* @filter us_config_shortcodes
*/
$elements = array(
'page_block',
'image',
'image_slider',
'separator',
'btn',
'iconbox',
'cta',
'counter',
'sharing',
'socials',
'grid',
'grid_filter',
'carousel',
'popup',
'flipbox',
'itext',
'ibanner',
'text',
'gmaps',
'person',
'pricing',
'progbar',
'cform',
'contacts',
'message',
'scroller',
'additional_menu',
'search',
'breadcrumbs',
// Post Elements
'post_content',
'post_title',
'post_image',
'post_date',
'post_author',
'post_taxonomy',
'post_comments',
'post_navigation',
'post_custom_field',
'post_views'
);
if ( class_exists( 'woocommerce' ) ) {
$elements[] = 'product_gallery';
$elements[] = 'product_field';
$elements[] = 'add_to_cart';
$elements[] = 'product_ordering';
}
$elements[] = 'hwrapper';
$elements[] = 'vwrapper';
return array(
// Theme elements, which are available for WPB as shortcodes. Used with "us_" prefix. The order affects on "Add New Element" window
'theme_elements' => $elements,
// Shortcodes, which are changed by similar theme elements
'alias' => array(
'vc_column_inner' => 'vc_column',
'vc_tta_accordion' => 'vc_tta_tabs',
'vc_tta_tour' => 'vc_tta_tabs',
'us_carousel' => 'us_grid',
),
// WPB shortcodes, which are disabled by default
'disabled' => array(
'vc_btn',
'vc_cta',
'vc_gallery',
'vc_single_image',
'vc_message',
'vc_gmaps',
'vc_icon',
'vc_facebook',
'vc_tweetmeme',
'vc_googleplus',
'vc_pinterest',
'vc_flickr',
'vc_tta_pageable',
'vc_toggle',
'vc_tour',
'vc_posts_slider',
'vc_progress_bar',
'vc_pie',
'vc_basic_grid',
'vc_media_grid',
'vc_images_carousel',
'vc_masonry_grid',
'vc_masonry_media_grid',
'vc_section',
'vc_button2',
'vc_separator',
'vc_empty_space',
'vc_text_separator',
'vc_zigzag',
'vc_hoverbox',
'vc_tabs',
'vc_accordion',
'vc_tab',
'vc_accordion_tab',
'vc_gutenberg',
'vc_acf',
// WooCommerce
'product',
'products',
'product_category',
'product_categories',
'top_rated_products',
'best_selling_products',
'recent_products',
'featured_products',
'sale_products',
),
// WPB shortcodes, which are modified via theme custom options
'modified' => array(
'gallery' => array(
'atts' => array(
'ids' => '',
'columns' => 3,
'orderby' => FALSE,
'indents' => FALSE,
'meta' => FALSE,
'link' => FALSE,
'masonry' => FALSE,
'size' => 'thumbnail',
),
),
'vc_column' => array(
'atts' => array(
'animate' => '',
'animate_delay' => '',
'css' => '',
'el_class' => '',
'el_id' => '',
'link' => '',
'offset' => '',
'sticky' => FALSE,
'sticky_pos_top' => '',
'stretch' => FALSE,
'text_color' => '',
'us_bg_overlay_color' => '',
'width' => '1/1',
),
),
'vc_column_inner' => array(
'atts' => array(
'link' => '',
'text_color' => '',
'animate' => '',
'animate_delay' => '',
'width' => '1/1',
'offset' => '',
'el_id' => '',
'el_class' => '',
'css' => '',
),
),
'vc_column_text' => array(
'atts' => array(
'el_id' => '',
'el_class' => '',
'css' => '',
'show_more_toggle' => FALSE,
'show_more_toggle_height' => '200px',
'show_more_toggle_text_more' => __( 'Show More', 'us' ),
'show_more_toggle_text_less' => __( 'Show Less', 'us' ),
'show_more_toggle_alignment' => 'default',
),
),
'vc_custom_heading' => array(
'overload' => FALSE,
),
'vc_row' => array(
'atts' => array(
'content_placement' => 'top',
'gap' => '',
'columns_type' => FALSE,
'columns_reverse' => FALSE,
'height' => 'default',
'valign' => 'top',
'width' => '',
'color_scheme' => '',
'us_bg_image_source' => 'none',
'us_bg_image' => '',
'us_bg_size' => 'cover',
'us_bg_repeat' => 'repeat',
'us_bg_pos' => 'center center',
'us_bg_parallax' => '',
'us_bg_parallax_width' => '130',
'us_bg_parallax_reverse' => FALSE,
'us_bg_show' => '',
'us_bg_video' => '',
'us_bg_slider_ids' => '',
'us_bg_slider_transition' => 'slide',
'us_bg_slider_speed' => '1000',
'us_bg_slider_interval' => '3',
'us_bg_rev_slider' => '',
'us_bg_overlay_color' => '',
'sticky' => FALSE,
'us_bg_video_disable_width' => '600px',
'disable_element' => '',
'us_shape_show_top' => FALSE,
'us_shape_show_bottom' => FALSE,
'us_shape_top' => 'tilt',
'us_shape_bottom' => 'tilt',
'us_shape_custom_top' => '',
'us_shape_custom_bottom' => '',
'us_shape_height_top' => '15vh',
'us_shape_height_bottom' => '15vh',
'us_shape_color_top' => '_content_bg',
'us_shape_color_bottom' => '_content_bg',
'us_shape_overlap_top' => FALSE,
'us_shape_overlap_bottom' => FALSE,
'us_shape_flip_top' => FALSE,
'us_shape_flip_bottom' => FALSE,
'el_id' => '',
'el_class' => '',
'css' => '',
// Deprecated params but they need for compatibility with new one
'us_shape' => 'none',
'us_shape_height' => '15vh',
'us_shape_position' => 'bottom',
'us_shape_color' => '#ffffff',
'us_shape_overlap' => FALSE,
'us_shape_flip' => FALSE,
),
),
'vc_row_inner' => array(
'atts' => array(
'content_placement' => 'top',
'gap' => '',
'columns_type' => FALSE,
'columns_reverse' => FALSE,
'disable_element' => '',
'el_id' => '',
'el_class' => '',
'css' => '',
),
),
'vc_tta_accordion' => array(
'atts' => array(
'toggle' => FALSE,
'scrolling' => '1',
'remove_indents' => FALSE,
'faq_markup' => FALSE,
'c_align' => 'left',
'c_icon' => 'chevron',
'c_position' => 'right',
'title_tag' => 'div',
'title_size' => '',
'el_id' => '',
'el_class' => '',
'css' => '',
),
),
'vc_tta_section' => array(
'atts' => array(
'title' => '',
'tab_id' => '',
'tab_link' => '',
'icon' => '',
'i_position' => 'left',
'active' => FALSE,
'indents' => '',
'bg_color' => '',
'text_color' => '',
'c_position' => 'right',
'title_tag' => 'div',
'title_size' => '',
'el_id' => '',
'el_class' => '',
'css' => '',
),
),
'vc_tta_tabs' => array(
'atts' => array(
'switch_sections' => 'click',
'title_tag' => 'div',
'layout' => 'default',
'stretch' => FALSE,
'title_font' => 'heading',
'title_weight' => '',
'title_transform' => '',
'title_size' => '',
'title_lineheight' => '',
'el_id' => '',
'el_class' => '',
'css' => '',
// Default values for aliased shortcodes
'toggle' => FALSE,
'remove_indents' => FALSE,
'faq_markup' => FALSE,
'c_align' => 'left',
'c_icon' => 'chevron',
'c_position' => 'right',
'tab_position' => 'left',
'controls_size' => 'auto',
),
),
'vc_tta_tour' => array(
'atts' => array(
'switch_sections' => 'click',
'title_tag' => 'div',
'layout' => 'default',
'c_align' => 'left',
'tab_position' => 'left',
'controls_size' => 'auto',
'title_font' => 'heading',
'title_weight' => '',
'title_transform' => '',
'title_size' => '',
'title_lineheight' => '',
'el_id' => '',
'el_class' => '',
'css' => '',
),
),
'vc_video' => array(
'atts' => array(
'source' => 'custom',
'link' => 'https://youtu.be/XuWr9gJa6P0',
'hide_video_title' => FALSE,
'hide_controls' => FALSE,
'ratio' => '16x9',
'max_width' => '',
'align' => 'left',
'overlay_image' => '',
'overlay_icon' => '1',
'overlay_icon_size' => '1.5rem',
'overlay_icon_bg_color' => 'rgba(0,0,0,0.5)',
'overlay_icon_text_color' => '#fff',
'el_id' => '',
'el_class' => '',
'css' => '',
),
),
),
'added_design_options' => array(
'vc_custom_heading',
'vc_line_chart',
'vc_raw_html',
'vc_round_chart',
),
);