PATH:
home
/
letacommog
/
newrdv1
/
wp-content
/
themes
/
wpnull24
/
framework
/
config
/
elements
<?php defined( 'ABSPATH' ) OR die( 'This script cannot be accessed directly.' ); $misc = us_config( 'elements_misc' ); $typography_options = us_config( 'elements_typography_options' ); $design_options = us_config( 'elements_design_options' ); return array( 'title' => __( 'Interactive Text', 'us' ), 'description' => __( 'Text with dynamically changing part', 'us' ), 'icon' => 'fas fa-italic', 'params' => array_merge( array( // General 'texts' => array( 'title' => __( 'Text States', 'us' ), 'description' => __( 'Each value on a new line', 'us' ), 'type' => 'textarea', 'std' => 'We create great design' . "\n" . 'We create great websites' . "\n" . 'We create great code', 'holder' => 'div', ), 'dynamic_bold' => array( 'type' => 'switch', 'switch_text' => __( 'Make the dynamic part bold', 'us' ), 'std' => FALSE, ), ), $typography_options, array( // More Options 'align' => array( 'title' => us_translate( 'Alignment' ), 'type' => 'select', 'options' => array( 'left' => us_translate( 'Left' ), 'center' => us_translate( 'Center' ), 'right' => us_translate( 'Right' ), ), 'std' => 'center', 'cols' => 2, 'group' => us_translate( 'Appearance' ), ), 'tag' => array( 'title' => __( 'HTML tag', 'us' ), 'type' => 'select', 'options' => $misc['html_tag_values'], 'std' => 'h2', 'cols' => 2, 'group' => us_translate( 'Appearance' ), ), 'color' => array( 'title' => __( 'Text Color', 'us' ), 'type' => 'color', 'std' => '', 'group' => us_translate( 'Appearance' ), ), 'dynamic_color' => array( 'title' => __( 'Dynamic Part Color', 'us' ), 'type' => 'color', 'std' => '', 'group' => us_translate( 'Appearance' ), ), 'animation_type' => array( 'title' => __( 'Animation', 'us' ), 'type' => 'select', 'options' => array( 'fadeIn' => __( 'Fade in the whole part', 'us' ), 'flipInX' => __( 'Flip the whole part', 'us' ), 'flipInXChars' => __( 'Flip character by character', 'us' ), 'zoomIn' => __( 'Zoom in the whole part', 'us' ), 'zoomInChars' => __( 'Zoom in character by character', 'us' ), ), 'std' => 'fadeIn', 'group' => us_translate( 'Appearance' ), ), 'duration' => array( 'title' => __( 'Animation Duration (in seconds)', 'us' ), 'type' => 'text', 'std' => '0.3', 'cols' => 2, 'group' => us_translate( 'Appearance' ), ), 'delay' => array( 'title' => __( 'Animation Delay (in seconds)', 'us' ), 'type' => 'text', 'std' => '5', 'cols' => 2, 'group' => us_translate( 'Appearance' ), ), ), $design_options ), );
[+]
..
[-] hwrapper.php
[edit]
[-] gmaps.php
[edit]
[-] dropdown.php
[edit]
[-] search.php
[edit]
[-] page_title.php
[edit]
[-] post_title.php
[edit]
[-] pricing.php
[edit]
[-] carousel.php
[edit]
[-] grid.php
[edit]
[-] add_to_cart.php
[edit]
[-] iconbox.php
[edit]
[-] cform.php
[edit]
[-] image_slider.php
[edit]
[-] additional_menu.php
[edit]
[-] .elements.php
[edit]
[-] product_field.php
[edit]
[-] scroller.php
[edit]
[-] post_comments.php
[edit]
[-] product_ordering.php
[edit]
[-] post_taxonomy.php
[edit]
[-] counter.php
[edit]
[-] itext.php
[edit]
[-] html.php
[edit]
[-] vwrapper.php
[edit]
[-] text.php
[edit]
[-] post_custom_field.php
[edit]
[-] sharing.php
[edit]
[-] page_block.php
[edit]
[-] menu.php
[edit]
[-] flipbox.php
[edit]
[-] popup.php
[edit]
[-] post_author.php
[edit]
[-] socials.php
[edit]
[-] post_date.php
[edit]
[-] btn.php
[edit]
[-] post_image.php
[edit]
[-] message.php
[edit]
[-] breadcrumbs.php
[edit]
[-] progbar.php
[edit]
[-] cta.php
[edit]
[-] post_content.php
[edit]
[-] _example.php
[edit]
[-] post_navigation.php
[edit]
[-] image.php
[edit]
[-] separator.php
[edit]
[-] product_gallery.php
[edit]
[-] contacts.php
[edit]
[-] cart.php
[edit]
[-] person.php
[edit]