PATH:
home
/
niazsaze
/
public_html
/
wp-content
/
themes
/
flatsome
/
inc
/
builder
/
shortcodes
<?php add_ux_builder_shortcode( 'col', array( 'type' => 'container', 'name' => __( 'ستون', 'ux-builder' ), 'category' => __( 'Layout', 'flatsome' ), 'template' => flatsome_ux_builder_template( 'col.html' ), 'tools' => 'shortcodes/col/col-tools.directive.html', 'info' => '{{ span }}/12 {{ label }}', 'require' => array( 'row' ), 'wrap' => false, 'inline' => true, 'nested' => true, 'resize' => array( 'right' ), 'presets' => array( array( 'name' => __( 'پیشفرض', 'flatsome' ), 'content' => '[col span="4" span__sm="12"][/col]', ), ), 'options' => array( 'label' => array( 'full_width' => true, 'type' => 'textfield', 'heading' => 'برچسب', 'placeholder' => 'برچسب ادمین را وارد نمایید..', ), 'span' => array( 'type' => 'col-slider', 'heading' => 'عرض', 'full_width' => true, 'responsive' => true, 'auto_focus' => true, 'default' => 12, 'max' => 12, 'min' => 1, ), 'force_first' => array( 'type' => 'select', 'heading' => 'موقعیت را اجباری کنید', 'default' => '', 'options' => array( '' => 'None', 'medium' => 'در تبلت', 'small' => 'در موبایل' ) ), 'divider' => array( 'type' => 'checkbox', 'heading' => 'فاصله', ), 'padding' => array( 'type' => 'margins', 'heading' => 'فاصله داخلی', 'full_width' => true, 'responsive' => true, 'min' => 0, 'max' => 200, 'step' => 1, ), 'margin' => array( 'type' => 'margins', 'heading' => 'فاصله خارجی ( مارجین )', 'full_width' => true, 'responsive' => true, 'min' => -500, 'max' => 500, 'step' => 1, ), 'align' => array( 'type' => 'radio-buttons', 'heading' => 'موقعیت متن', 'default' => '', 'options' => require( __DIR__ . '/values/align-radios.php' ), ), 'bg_color' => array( 'type' => 'colorpicker', 'heading' => __( 'رنگ پس زمینه', 'flatsome' ), 'format' => 'rgb', 'alpha' => true, 'position' => 'پایین راست', 'helpers' => require( __DIR__ . '/helpers/colors.php' ), ), 'bg_radius' => array( 'type' => 'slider', 'heading' => __( 'بگ گراند ردیوس', 'flatsome' ), 'unit' => 'px', 'default' => 0, 'max' => 100, 'min' => 0, ), 'color' => array( 'type' => 'radio-buttons', 'heading' => 'رنگ', 'default' => '', 'options' => array( 'light' => array( 'title' => 'روشن'), '' => array( 'title' => 'تاریک'), ), ), 'sticky' => array( 'type' => 'radio-buttons', 'heading' => 'استیکی', 'default' => '', 'options' => array( 'true' => array( 'title' => 'روشن' ), '' => array( 'title' => 'خاموش' ), ), ), 'sticky_mode' => array( 'type' => 'select', 'heading' => 'حالت استیکی', 'conditions' => 'sticky === "true"', 'default' => '', 'options' => array( '' => 'CSS (نیتیو)', 'javascript' => 'JavaScript (نیتیو)', ), ), 'text_depth' => array( 'type' => 'slider', 'heading' => __( 'سایه متن', 'flatsome' ), 'default' => '0', 'unit' => '+', 'max' => '5', 'min' => '0', ), 'max_width' => array( 'type' => 'scrubfield', 'heading' => 'حداکثر عرض', 'responsive' => true, 'default' => '', 'min' => '0' ), 'animate' => array( 'type' => 'select', 'heading' => 'انیمیشن', 'default' => 'none', 'options' => require( __DIR__ . '/values/animate.php' ), ), 'hover' => array( 'type' => 'select', 'heading' => 'هاور افکت', 'options' => array( '' => 'None', 'fade' => 'Fade In', 'focus' => 'Focus', 'blur' => 'Blur In', ), ), 'tooltip' => array( 'type' => 'textfield', 'heading' => 'تولتیپ', ), 'parallax' => array( 'type' => 'slider', 'vertical' => true, 'heading' => 'پارالکس', 'default' => 0, 'max' => 10, 'min' => -10, ), 'depth' => array( 'type' => 'slider', 'vertical' => true, 'heading' => 'عمق', 'default' => 0, 'max' => 5, 'min' => 0, ), 'depth_hover' => array( 'type' => 'slider', 'vertical' => true, 'heading' => 'هاور دیپ', 'default' => 0, 'max' => 5, 'min' => 0, ), 'border_options' => require( __DIR__ . '/commons/border.php' ), 'advanced_options' => require( __DIR__ . '/commons/advanced.php'), ), ) );
[-] woocommerce_cart.php
[edit]
[-] ux_video.php
[edit]
[-] ux_stack.php
[edit]
[-] gap.php
[edit]
[-] ux_gutenberg.php
[edit]
[-] ux_payment_icons.php
[edit]
[-] row.php
[edit]
[-] button.php
[edit]
[-] page_header.php
[edit]
[-] ux_product_flip.php
[edit]
[-] ux_slider.php
[edit]
[-] scroll_to.php
[edit]
[-] woocommerce_shortcodes.php
[edit]
[-] ux_banner_grid.php
[edit]
[-] map.php
[edit]
[-] tab.php
[edit]
[-] ux_banner.php
[edit]
[-] price_table.php
[edit]
[-] title.php
[edit]
[-] ux_products.php
[edit]
[-] ux_html.php
[edit]
[-] ux_product_categories.php
[edit]
[-] ux_bestseller_products.php
[edit]
[-] ux_pages.php
[edit]
[-] block.php
[edit]
[-] woocommerce_checkout.php
[edit]
[-] ux_menu_title.php
[edit]
[-] search.php
[edit]
[-] custom-product.php
[edit]
[-] ux_products_list.php
[edit]
[-] ux_lottie.php
[edit]
[-] accordion.php
[edit]
[-] ux_countdown.php
[edit]
[-] message_box.php
[edit]
[-] contactform7.php
[edit]
[-] featured_box.php
[edit]
[-] col_grid.php
[edit]
[-] divider.php
[edit]
[-] accordion_item.php
[edit]
[-] ux_instagram_feed.php
[edit]
[+]
helpers
[-] ux_image.php
[edit]
[-] ux_badge.php
[edit]
[-] ux_menu_link.php
[edit]
[-] ux_shortcode.php
[edit]
[-] section.php
[edit]
[-] ux_gallery.php
[edit]
[-] ux_sidebar.php
[edit]
[+]
values
[-] team_member.php
[edit]
[-] text.php
[edit]
[-] col.php
[edit]
[-] follow.php
[edit]
[-] video_button.php
[edit]
[-] blog_posts.php
[edit]
[-] ux_image_box.php
[edit]
[-] ux_logo.php
[edit]
[-] tabgroup.php
[edit]
[-] share.php
[edit]
[-] ux_hotspot.php
[edit]
[+]
..
[-] ux_menu.php
[edit]
[+]
thumbnails
[-] ux_nav.php
[edit]
[-] ux_portfolio.php
[edit]
[-] page_meta.php
[edit]
[+]
commons
[-] testimonial.php
[edit]
[+]
templates
[-] text_box.php
[edit]