PATH:
home
/
letacommog
/
newrdv1
/
wp-content
/
themes
/
wpnull24
/
framework
/
config
/
elements
<?php defined( 'ABSPATH' ) OR die( 'This script cannot be accessed directly.' ); $color_bg = us_get_color( 'color_menu_button_bg', TRUE ); $color_text = us_get_color( 'color_menu_button_text' ); $misc = us_config( 'elements_misc' ); $design_options = us_config( 'elements_design_options' ); return array( 'title' => __( 'Cart', 'us' ), 'icon' => 'fas fa-shopping-cart', 'place_if' => class_exists( 'woocommerce' ), 'params' => array_merge( array( 'icon' => array( 'title' => __( 'Icon', 'us' ), 'type' => 'icon', 'std' => 'fas|shopping-cart', ), 'size' => array( 'title' => __( 'Icon Size', 'us' ), 'description' => $misc['desc_font_size'], 'type' => 'text', 'std' => '20px', 'cols' => 3, ), 'size_tablets' => array( 'title' => __( 'Icon Size on Tablets', 'us' ), 'description' => $misc['desc_font_size'], 'type' => 'text', 'std' => '20px', 'cols' => 3, ), 'size_mobiles' => array( 'title' => __( 'Icon Size on Mobiles', 'us' ), 'description' => $misc['desc_font_size'], 'type' => 'text', 'std' => '20px', 'cols' => 3, ), 'quantity_color_bg' => array( 'title' => __( 'Quantity Badge Background', 'us' ), 'type' => 'color', 'std' => $color_bg, 'cols' => 2, ), 'quantity_color_text' => array( 'title' => __( 'Quantity Badge Text', 'us' ), 'type' => 'color', 'std' => $color_text, 'cols' => 2, ), 'vstretch' => array( 'title' => us_translate( 'Height' ), 'type' => 'switch', 'switch_text' => __( 'Stretch to the full available height', 'us' ), 'std' => TRUE, ), 'dropdown_effect' => array( 'title' => __( 'Dropdown Effect', 'us' ), 'type' => 'select', 'options' => $misc['dropdown_effect_values'], 'std' => 'height', ), ), $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]