PATH:
home
/
niazsaze
/
public_html
/
wp-content
/
themes
/
flatsome
/
inc
/
builder
/
shortcodes
/
commons
<?php return array( 'type' => 'group', 'heading' => __( 'اسلایدر', 'flatsome' ), 'conditions' => 'type === "slider" || type === "slider-full"', 'options' => array( 'slider_nav_style' => array( 'type' => 'select', 'heading' => "استایل ناوبری", 'default' => 'reveal', 'options' => require( __DIR__ . '/../values/slider-nav-styles.php' ) ), 'slider_nav_color' => array( 'type' => 'select', 'heading' => "رنگ ناوبار", 'default' => '', 'options' => array( 'light' => 'روشن', '' => 'تاریک', ) ), 'slider_nav_position' => array( 'type' => 'select', 'heading' => "موقعیت ناوبر", 'conditions' => 'slider_nav_style !== "reveal"', 'default' => 'inside', 'options' => array( 'inside' => 'داخل', 'outside' => 'بیرونی', ) ), 'slider_bullets' => array( 'type' => 'select', 'heading' => "بالت ها", 'default' => '', 'options' => array( '' => 'Disable', 'true' => 'Enable', ) ), 'auto_slide' => array( 'type' => 'select', 'heading' => 'اسلاید اتوماتیک', 'default' => '', 'options' => array( '' => 'غیرفعال', '2000' => '2 ثانیه.', '3000' => '3 ثانیه.', '4000' => '4 ثانیه.', '5000' => '5 ثانیه.', '6000' => '6 ثانیه.', '7000' => '7 ثانیه.', ) ), 'infinitive' => array( 'type' => 'select', 'heading' => "مصدر", 'default' => '', 'options' => array( 'false' => 'غیرفعال', '' => 'فعال', ), ), ) );
[-] video.php
[edit]
[-] repeater-options.php
[edit]
[-] visibility.php
[edit]
[-] repeater-slider.php
[edit]
[-] shape-divider.php
[edit]
[-] border.php
[edit]
[-] slide.php
[edit]
[-] background.php
[edit]
[-] position.php
[edit]
[-] typography.php
[edit]
[-] relay.php
[edit]
[-] links.php
[edit]
[-] advanced.php
[edit]
[-] box-styles.php
[edit]
[+]
..
[-] toggle-buttons.php
[edit]
[-] repeater-posts.php
[edit]