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' ); $design_options = us_config( 'elements_design_options' ); return array( 'title' => __( 'Page Scroller', 'us' ), 'description' => __( 'Accurate scroll to page sections', 'us' ), 'icon' => 'fas fa-ellipsis-v-alt', 'params' => array_merge( array( 'disable_width' => array( 'title' => __( 'Disable scrolling at width', 'us' ), 'description' => __( 'When screen width is less than this value, scrolling by rows will be disabled.', 'us' ), 'type' => 'text', 'std' => '768px', 'admin_label' => TRUE, ), 'speed' => array( 'title' => __( 'Scroll Speed (milliseconds)', 'us' ), 'type' => 'text', 'std' => '1000', ), 'dots' => array( 'type' => 'switch', 'switch_text' => __( 'Show Navigation Dots', 'us' ), 'std' => FALSE, ), 'dots_style' => array( 'title' => __( 'Dots Style', 'us' ), 'type' => 'select', 'options' => array( '1' => us_translate( 'Style' ) . ' 1', '2' => us_translate( 'Style' ) . ' 2', '3' => us_translate( 'Style' ) . ' 3', '4' => us_translate( 'Style' ) . ' 4', ), 'std' => '1', 'cols' => 2, 'show_if' => array( 'dots', '!=', FALSE ), ), 'dots_pos' => array( 'title' => __( 'Dots Position', 'us' ), 'type' => 'select', 'options' => array( 'left' => us_translate( 'Left' ), 'right' => us_translate( 'Right' ), ), 'std' => 'right', 'cols' => 2, 'show_if' => array( 'dots', '!=', FALSE ), ), 'dots_size' => array( 'title' => __( 'Dots Size', 'us' ), 'description' => $misc['desc_font_size'], 'type' => 'text', 'std' => '10px', 'cols' => 2, 'show_if' => array( 'dots', '!=', FALSE ), ), 'dots_color' => array( 'title' => __( 'Dots Color', 'us' ), 'type' => 'color', 'std' => '', 'show_if' => array( 'dots', '!=', FALSE ), ), ), $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]