0byt3m1n1
Path:
/
var
/
www
/
clients
/
client38
/
web37
/
web
/
wp-content
/
plugins
/
us-core
/
config
/
[
Home
]
File: header-templates.php
<?php defined( 'ABSPATH' ) OR die( 'This script cannot be accessed directly.' ); /** * Tablets and mobiles missing settings are inherited from default state settings */ global $us_template_directory_uri; return array( 'simple_1' => array( 'title' => 'Simple 1', 'default' => array( 'options' => array( 'orientation' => 'hor', 'top_show' => FALSE, 'middle_height' => '100px', 'middle_sticky_height' => '60px', 'bottom_show' => FALSE, ), 'layout' => array( 'middle_left' => array( 'image:1' ), 'middle_right' => array( 'menu:1', 'search:1', 'cart:1' ), ), ), 'tablets' => array( 'options' => array( 'middle_height' => '80px', ), ), 'mobiles' => array( 'options' => array( 'middle_height' => '60px', ), ), // Only the values that differ from the elements' defautls 'data' => array( 'image:1' => array( 'img' => $us_template_directory_uri . '/img/us-logo.png', 'onclick' => 'custom_link', 'link' => array( 'url' => '/' ), ), ), ), 'simple_2' => array( 'title' => 'Simple 2', 'default' => array( 'options' => array( 'orientation' => 'hor', 'top_show' => FALSE, 'middle_height' => '100px', 'middle_sticky_height' => '60px', 'middle_fullwidth' => 1, 'middle_centering' => TRUE, 'bottom_show' => FALSE, ), 'layout' => array( 'middle_left' => array( 'image:1' ), 'middle_center' => array( 'menu:1' ), 'middle_right' => array( 'socials:1' ), ), ), 'tablets' => array( 'options' => array( 'middle_height' => '80px', ), 'layout' => array( 'middle_center' => array(), 'middle_right' => array( 'menu:1', 'socials:1' ), ), ), 'mobiles' => array( 'options' => array( 'top_show' => TRUE, 'top_height' => '40px', 'top_sticky_height' => '0px', 'middle_height' => '60px', ), 'layout' => array( 'top_center' => array( 'socials:1' ), 'middle_right' => array( 'menu:1' ), ), ), 'data' => array( 'image:1' => array( 'img' => $us_template_directory_uri . '/img/us-logo.png', 'onclick' => 'custom_link', 'link' => array( 'url' => '/' ), ), 'menu:1' => array( 'indents' => '2rem', 'css' => array( 'default' => array( 'font_size' => '1.2rem', ), ), ), 'socials:1' => array( 'items' => array( array( 'type' => 'facebook', 'url' => '#', ), array( 'type' => 'twitter', 'url' => '#', ), array( 'type' => 'google', 'url' => '#', ), array( 'type' => 'linkedin', 'url' => '#', ), array( 'type' => 'youtube', 'url' => '#', ), ), 'hover' => 'none', ), ), ), 'simple_3' => array( 'title' => 'Simple 3', 'default' => array( 'options' => array( 'orientation' => 'hor', 'top_show' => FALSE, 'middle_height' => '80px', 'middle_sticky_height' => '50px', 'bottom_show' => FALSE, ), 'layout' => array( 'middle_left' => array( 'image:1' ), 'middle_right' => array( 'menu:1', 'btn:1' ), ), ), 'tablets' => array( 'options' => array( 'middle_height' => '80px', ), 'layout' => array( 'middle_left' => array( 'menu:1', 'image:1' ), 'middle_right' => array( 'btn:1' ), ), ), 'mobiles' => array( 'options' => array( 'middle_height' => '60px', 'middle_sticky_height' => '60px', ), 'layout' => array( 'middle_left' => array( 'menu:1', 'image:1' ), 'middle_right' => array( 'btn:1' ), ), ), 'data' => array( 'image:1' => array( 'img' => $us_template_directory_uri . '/img/us-logo.png', 'onclick' => 'custom_link', 'link' => array( 'url' => '/' ), ), 'menu:1' => array( 'mobile_width' => '1025px', 'mobile_icon_thickness' => '2px', 'css' => array( 'mobiles' => array( 'margin-right' => '0', ), ), ), 'btn:1' => array( 'label' => 'BUY NOW', 'link' => '#', 'css' => array( 'default' => array( 'font-size' => '13px', ), 'mobiles' => array( 'font-size' => '11px', 'margin-left' => '0', ), ), ), ), ), 'simple_4' => array( 'title' => 'Simple 4', 'default' => array( 'options' => array( 'orientation' => 'hor', 'transparent' => 1, 'top_show' => FALSE, 'middle_height' => '100px', 'bottom_show' => FALSE, ), 'layout' => array( 'middle_left' => array( 'image:1' ), 'middle_right' => array( 'menu:1', 'search:1' ), ), ), 'tablets' => array( 'options' => array( 'sticky' => FALSE, 'middle_height' => '80px', ), ), 'mobiles' => array( 'options' => array( 'sticky' => FALSE, 'middle_height' => '60px', ), ), 'data' => array( 'image:1' => array( 'img' => $us_template_directory_uri . '/img/us-logo-white.png', 'img_transparent' => $us_template_directory_uri . '/img/us-logo.png', 'onclick' => 'custom_link', 'link' => array( 'url' => '/' ), ), 'menu:1' => array( 'dropdown_font_size' => '13px', 'mobile_dropdown_font_size' => '13px', 'mobile_width' => '1023px', ), 'search:1' => array( 'layout' => 'simple', 'width_tablets' => '240px', ), ), ), 'extended_1' => array( 'title' => 'Extended 1', 'default' => array( 'options' => array( 'orientation' => 'hor', 'top_show' => TRUE, 'top_height' => '40px', 'top_sticky_height' => '0px', 'middle_height' => '100px', 'middle_sticky_height' => '60px', 'bottom_show' => FALSE, ), 'layout' => array( 'top_left' => array( 'text:2', 'text:3' ), 'top_right' => array( 'socials:1' ), 'middle_left' => array( 'image:1' ), 'middle_right' => array( 'menu:1', 'search:1', 'cart:1' ), ), ), 'tablets' => array( 'options' => array( 'middle_height' => '80px', ), 'layout' => array( 'top_left' => array( 'text:2', 'text:3' ), ), ), 'mobiles' => array( 'options' => array( 'top_show' => FALSE, 'middle_height' => '60px', ), ), 'data' => array( 'image:1' => array( 'img' => $us_template_directory_uri . '/img/us-logo.png', 'onclick' => 'custom_link', 'link' => array( 'url' => '/' ), ), 'text:2' => array( 'text' => '+321 123 4567', 'icon' => 'fas|phone', ), 'text:3' => array( 'text' => 'info@test.com', 'link_type' => 'elm_value', 'icon' => 'fas|envelope', ), 'socials:1' => array( 'items' => array( array( 'type' => 'facebook', 'url' => '#', ), array( 'type' => 'twitter', 'url' => '#', ), array( 'type' => 'google', 'url' => '#', ), array( 'type' => 'linkedin', 'url' => '#', ), array( 'type' => 'youtube', 'url' => '#', ), ), ), ), ), 'extended_2' => array( 'title' => 'Extended 2', 'default' => array( 'options' => array( 'orientation' => 'hor', 'top_show' => FALSE, 'middle_height' => '100px', 'middle_sticky_height' => '0px', 'bottom_show' => TRUE, ), 'layout' => array( 'middle_left' => array( 'image:1' ), 'middle_right' => array( 'text:2', 'text:3' ), 'bottom_left' => array( 'menu:1' ), 'bottom_right' => array( 'search:1', 'cart:1' ), ), ), 'tablets' => array( 'options' => array( 'middle_height' => '50px', 'middle_sticky_height' => '50px', ), 'layout' => array( 'middle_left' => array(), 'middle_center' => array( 'image:1' ), 'middle_right' => array(), ), ), 'mobiles' => array( 'options' => array( 'middle_height' => '50px', ), 'layout' => array( 'middle_left' => array(), 'middle_center' => array( 'image:1' ), 'middle_right' => array(), ), ), 'data' => array( 'image:1' => array( 'img' => $us_template_directory_uri . '/img/us-logo.png', 'onclick' => 'custom_link', 'link' => array( 'url' => '/' ), ), 'search:1' => array( 'layout' => 'modern', ), 'text:2' => array( 'text' => '+321 123 4567', 'icon' => 'fas|phone', ), 'text:3' => array( 'text' => 'info@test.com', 'link_type' => 'elm_value', 'icon' => 'fas|envelope', ), ), ), 'extended_3' => array( 'title' => 'Extended 3', 'default' => array( 'options' => array( 'orientation' => 'hor', 'top_show' => FALSE, 'middle_height' => '100px', 'middle_sticky_height' => '50px', 'bottom_show' => FALSE, ), 'layout' => array( 'middle_left' => array( 'image:1' ), 'middle_right' => array( 'vwrapper:1' ), 'vwrapper:1' => array( 'hwrapper:1', 'hwrapper:2' ), 'hwrapper:1' => array( 'dropdown:1', 'text:2', 'text:3', 'socials:1' ), 'hwrapper:2' => array( 'menu:1', 'search:1' ), ), ), 'tablets' => array( 'options' => array( 'top_show' => TRUE, 'middle_height' => '80px', ), 'layout' => array( 'top_center' => array( 'dropdown:1', 'text:2', 'text:3', 'socials:1' ), 'middle_right' => array( 'menu:1', 'search:1' ), 'vwrapper:1' => array(), 'hwrapper:1' => array(), 'hwrapper:2' => array(), ), ), 'mobiles' => array( 'options' => array( 'top_show' => FALSE, 'middle_height' => '66px', ), 'layout' => array( 'top_center' => array( 'dropdown:1', 'text:2', 'text:3', 'socials:1' ), 'middle_right' => array( 'menu:1', 'search:1' ), 'vwrapper:1' => array(), 'hwrapper:1' => array(), 'hwrapper:2' => array(), ), ), 'data' => array( 'image:1' => array( 'img' => $us_template_directory_uri . '/img/us-logo.png', 'onclick' => 'custom_link', 'link' => array( 'url' => '/' ), 'height_sticky' => '25px', ), 'vwrapper:1' => array( 'alignment' => 'right', 'valign' => 'middle', ), 'hwrapper:1' => array( 'alignment' => 'right', 'valign' => 'middle', 'hide_for_sticky' => 1, 'css' => array( 'default' => array( 'margin-top' => '10px', 'margin-bottom' => '10px', ), ), ), 'hwrapper:2' => array( 'alignment' => 'right', ), 'menu:1' => array( 'css' => array( 'default' => array( 'font-size' => '1.2rem', ), ), ), 'text:2' => array( 'text' => 'info@test.com', 'link_type' => 'elm_value', 'icon' => 'fas|envelope', ), 'text:3' => array( 'text' => '+321 123 4567', 'icon' => 'fas|phone', ), 'dropdown:1' => array( 'link_title' => 'Dropdown', 'links' => array( array( 'label' => 'First item', 'url' => '#', ), array( 'label' => 'Second item', 'url' => '#', ), array( 'label' => 'Third item', 'url' => '#', ), ), ), 'socials:1' => array( 'items' => array( array( 'type' => 'facebook', 'url' => '#', ), array( 'type' => 'twitter', 'url' => '#', ), array( 'type' => 'google', 'url' => '#', ), array( 'type' => 'linkedin', 'url' => '#', ), array( 'type' => 'youtube', 'url' => '#', ), ), ), ), ), 'extended_4' => array( 'title' => 'Extended 4', 'default' => array( 'options' => array( 'orientation' => 'hor', 'top_show' => FALSE, 'middle_height' => '120px', 'middle_sticky_height' => '60px', 'bottom_show' => TRUE, ), 'layout' => array( 'middle_left' => array( 'image:1' ), 'middle_right' => array( 'vwrapper:1' ), 'bottom_left' => array( 'menu:1' ), 'bottom_right' => array( 'dropdown:1', 'cart:1' ), 'vwrapper:1' => array( 'hwrapper:1', 'search:1' ), 'hwrapper:1' => array( 'socials:1', 'text:2', 'text:3' ), ), ), 'tablets' => array( 'options' => array( 'middle_height' => '60px', ), 'layout' => array( 'vwrapper:1' => array( 'search:1' ), ), ), 'mobiles' => array( 'options' => array( 'middle_height' => '50px', 'middle_sticky_height' => '0px', ), 'layout' => array( 'vwrapper:1' => array( 'search:1' ), ), ), 'data' => array( 'image:1' => array( 'img' => $us_template_directory_uri . '/img/us-logo.png', 'onclick' => 'custom_link', 'link' => array( 'url' => '/' ), ), 'vwrapper:1' => array( 'alignment' => 'right', ), 'hwrapper:1' => array( 'alignment' => 'right', 'valign' => 'middle', 'hide_for_sticky' => 1, ), 'search:1' => array( 'text' => 'In search of...', 'layout' => 'simple', 'field_width' => '514px', 'field_width_laptops' => '514px', 'field_width_tablets' => '400px', ), 'socials:1' => array( 'items' => array( array( 'type' => 'facebook', 'url' => '#', ), array( 'type' => 'twitter', 'url' => '#', ), array( 'type' => 'google', 'url' => '#', ), array( 'type' => 'linkedin', 'url' => '#', ), array( 'type' => 'youtube', 'url' => '#', ), ), ), 'text:2' => array( 'text' => 'info@test.com', 'link_type' => 'elm_value', 'icon' => 'fas|envelope', 'css' => array( 'default' => array( 'font-size' => '18px', 'margin-left' => '30px', ), ), ), 'text:3' => array( 'text' => '+321 123 4567', 'icon' => 'fas|phone', 'css' => array( 'default' => array( 'font-size' => '18px', 'margin-left' => '30px', ), ), ), 'dropdown:1' => array( 'link_title' => 'My Account', 'link_icon' => 'fas|user', 'links' => array( array( 'label' => 'Orders', 'url' => '#', 'icon' => 'fas|cubes', ), array( 'label' => 'Favorites', 'url' => '#', 'icon' => 'fas|heart', ), array( 'label' => 'Sign Out', 'url' => '#', 'icon' => 'fas|sign-out', ), ), 'css' => array( 'default' => array( 'font-size' => '16px', ), ), ), 'cart:1' => array( 'css' => array( 'default' => array( 'font-size' => '24px', 'margin-left' => '10px', ), 'tablets' => array( 'font-size' => '22px', ), ), ), ), ), 'centered_1' => array( 'title' => 'Centered 1', 'default' => array( 'options' => array( 'orientation' => 'hor', 'top_show' => FALSE, 'middle_height' => '100px', 'middle_sticky_height' => '50px', 'middle_centering' => TRUE, 'bottom_show' => TRUE, 'bottom_centering' => 1, ), 'layout' => array( 'middle_center' => array( 'image:1' ), 'bottom_center' => array( 'menu:1', 'search:1', 'cart:1' ), ), ), 'tablets' => array( 'options' => array( 'middle_height' => '50px', 'middle_sticky_height' => '0px', ), 'layout' => array( 'bottom_left' => array( 'menu:1' ), 'bottom_center' => array(), 'bottom_right' => array( 'search:1', 'cart:1' ), ), ), 'mobiles' => array( 'options' => array( 'middle_height' => '50px', 'middle_sticky_height' => '0px', ), 'layout' => array( 'bottom_left' => array( 'menu:1' ), 'bottom_center' => array(), 'bottom_right' => array( 'search:1', 'cart:1' ), ), ), 'data' => array( 'image:1' => array( 'img' => $us_template_directory_uri . '/img/us-logo.png', 'onclick' => 'custom_link', 'link' => array( 'url' => '/' ), ), 'search:1' => array( 'layout' => 'fullscreen', ), ), ), 'centered_2' => array( 'title' => 'Centered 2', 'default' => array( 'options' => array( 'orientation' => 'hor', 'transparent' => 1, 'top_show' => FALSE, 'middle_height' => '120px', 'middle_sticky_height' => '50px', 'middle_centering' => TRUE, 'bottom_show' => FALSE, ), 'layout' => array( 'middle_center' => array( 'additional_menu:1', 'image:1', 'additional_menu:2' ), ), ), 'tablets' => array( 'options' => array( 'middle_height' => '70px', ), ), 'mobiles' => array( 'options' => array( 'middle_height' => '60px', ), 'layout' => array( 'middle_center' => array( 'additional_menu:1', 'additional_menu:2' ), ), ), 'data' => array( 'image:1' => array( 'img' => $us_template_directory_uri . '/img/us-core.png', 'onclick' => 'custom_link', 'link' => array( 'url' => '/' ), 'height' => '80px', 'height_laptops' => '70px', 'height_tablets' => '60px', 'height_sticky' => '40px', 'height_sticky_tablets' => '40px', 'css' => array( 'default' => array( 'margin-left' => '3vw', 'margin-right' => '3vw', ), ), ), 'additional_menu:1' => array( 'source' => 'left', 'main_gap' => '1.5vw', ), 'additional_menu:2' => array( 'source' => 'right', 'main_gap' => '1.5vw', ), ), ), 'triple_1' => array( 'title' => 'Triple 1', 'default' => array( 'options' => array( 'orientation' => 'hor', 'top_show' => TRUE, 'top_height' => '40px', 'top_sticky_height' => '0px', 'middle_height' => '100px', 'middle_sticky_height' => '0px', 'bottom_show' => TRUE, ), 'layout' => array( 'top_left' => array( 'additional_menu:1' ), 'top_right' => array( 'text:2' ), 'middle_left' => array( 'image:1' ), 'middle_center' => array( 'search:1' ), 'middle_right' => array( 'vwrapper:1' ), 'bottom_left' => array( 'menu:1' ), 'bottom_right' => array( 'cart:1' ), 'vwrapper:1' => array( 'text:3', 'text:4' ), ), ), 'tablets' => array( 'options' => array( 'middle_height' => '80px', 'middle_sticky_height' => '60px', ), ), 'mobiles' => array( 'options' => array( 'top_show' => FALSE, 'middle_height' => '60px', 'middle_sticky_height' => '60px', 'bottom_show' => FALSE, ), 'layout' => array( 'middle_center' => array(), 'middle_right' => array( 'menu:1', 'search:1', 'cart:1' ), 'bottom_left' => array(), 'bottom_right' => array(), ), ), 'data' => array( 'image:1' => array( 'img' => $us_template_directory_uri . '/img/us-logo.png', 'onclick' => 'custom_link', 'link' => array( 'url' => '/' ), ), 'vwrapper:1' => array( 'alignment' => 'right', ), 'search:1' => array( 'text' => 'I\'m shopping for...', 'layout' => 'simple', 'field_width' => '440px', 'field_width_tablets' => '240px', ), 'additional_menu:1' => array( 'source' => 'about', 'main_gap' => '0.5rem', 'css' => array( 'default' => array( 'font-size' => '13px', ), ), ), 'text:2' => array( 'text' => 'My Account', 'link_type' => 'custom', 'link' => '#', 'icon' => 'fas|user', 'css' => array( 'default' => array( 'font-size' => '13px', ), ), ), 'text:3' => array( 'text' => '+321 123 4567', 'icon' => 'fas|phone', 'css' => array( 'default' => array( 'font-size' => '24px', 'font-weight' => '700', 'margin-bottom' => '0', ), 'tablets' => array( 'font-size' => '20px', ), ), ), 'text:4' => array( 'text' => 'Call from 9pm to 7am (Mon-Fri)', 'css' => array( 'default' => array( 'font-size' => '12px', ), ), ), ), ), 'triple_2' => array( 'title' => 'Triple 2', 'default' => array( 'options' => array( 'orientation' => 'hor', 'sticky' => FALSE, 'top_show' => TRUE, 'top_height' => '40px', 'middle_height' => '100px', 'middle_sticky_height' => '0px', 'bottom_show' => TRUE, ), 'layout' => array( 'top_left' => array( 'text:7' ), 'top_center' => array( 'text:8' ), 'top_right' => array( 'btn:1', 'btn:2' ), 'middle_left' => array( 'image:1', 'search:1' ), 'middle_right' => array( 'vwrapper:1', 'text:2', 'text:3', 'cart:1' ), 'bottom_left' => array( 'menu:1' ), 'bottom_right' => array( 'text:4' ), 'vwrapper:1' => array( 'text:5', 'text:6' ), ), ), 'tablets' => array( 'options' => array( 'middle_height' => '80px', ), 'layout' => array( 'top_center' => array(), 'middle_right' => array( 'text:2', 'text:3', 'cart:1' ), ), ), 'mobiles' => array( 'options' => array( 'sticky' => TRUE, 'top_sticky_height' => '0px', 'middle_height' => '60px', 'middle_sticky_height' => '60px', 'bottom_show' => FALSE, ), 'layout' => array( 'top_left' => array(), 'top_center' => array( 'btn:1', 'btn:2' ), 'top_right' => array(), 'middle_left' => array( 'image:1' ), 'middle_right' => array( 'menu:1', 'search:1', 'cart:1' ), 'bottom_left' => array(), 'bottom_right' => array(), ), ), 'data' => array( 'image:1' => array( 'img' => $us_template_directory_uri . '/img/us-logo.png', 'onclick' => 'custom_link', 'link' => array( 'url' => '/' ), ), 'btn:1' => array( 'label' => 'SIGN IN', 'link' => '/my-account/', 'css' => array( 'default' => array( 'font-size' => '11px', ), ), ), 'btn:2' => array( 'label' => 'REGISTER', 'link' => '/my-account/', 'style' => '2', 'css' => array( 'default' => array( 'font-size' => '11px', 'margin-left' => '10px', ), 'mobiles' => array( 'margin-left' => '0', ), ), ), 'search:1' => array( 'text' => 'I\'m shopping for...', 'layout' => 'simple', 'field_width' => '380px', 'field_width_tablets' => '300px', 'css' => array( 'default' => array( 'margin-right' => '0', ), ), ), 'text:2' => array( 'text' => '', 'icon' => 'fas|phone', 'css' => array( 'default' => array( 'font-size' => '2rem', 'margin-left' => '10%', ), 'tablets' => array( 'font-size' => '1.5rem', ), ), ), 'text:3' => array( 'text' => '+321 123 4567<br>+321 123 4568', 'css' => array( 'default' => array( 'font-weight' => '700', 'margin-left' => '10px', ), ), ), 'text:4' => array( 'text' => 'Special Offers', 'link_type' => 'custom', 'link' => '#', 'css' => array( 'default' => array( 'color' => '_content_primary', ) ), ), 'text:5' => array( 'text' => 'Shipping & Delivery', 'link_type' => 'custom', 'link' => '#', 'icon' => 'fas|ship', 'css' => array( 'default' => array( 'font-size' => '14px', 'color' => '_content_primary', 'margin-bottom' => '4px', ), ), ), 'text:6' => array( 'text' => 'Order Status', 'link_type' => 'custom', 'link' => '#', 'icon' => 'fas|truck', 'css' => array( 'default' => array( 'color' => '_content_primary', 'font-size' => '14px', ) ), ), 'text:7' => array( 'text' => 'Change Location', 'link_type' => 'custom', 'link' => '#', 'icon' => 'fas|map-marker', 'css' => array( 'default' => array( 'font-size' => '14px', ), ), ), 'text:8' => array( 'text' => 'Some short description or notification or something else', ), 'cart:1' => array( 'icon' => 'fas|shopping-basket', 'size' => '24px', 'css' => array( 'default' => array( 'margin-left' => '9%', ), 'tablets' => array( 'margin-left' => '5%', ), ), ), ), ), 'vertical_1' => array( 'title' => 'Vertical 1', 'default' => array( 'options' => array( 'orientation' => 'ver', 'bottom_show' => FALSE, ), 'layout' => array( 'middle_left' => array( 'image:1', 'menu:1', 'search:1', 'cart:1', 'text:2', 'text:3', ), ), ), 'tablets' => array( 'options' => array( 'orientation' => 'hor', 'middle_height' => '80px', ), 'layout' => array( 'top_center' => array( 'text:2', 'text:3' ), 'middle_left' => array( 'image:1' ), 'middle_center' => array(), 'middle_right' => array( 'menu:1', 'search:1', 'cart:1' ), ), ), 'mobiles' => array( 'options' => array( 'orientation' => 'hor', 'middle_height' => '60px', ), 'layout' => array( 'top_center' => array( 'text:2', 'text:3' ), 'middle_left' => array( 'image:1' ), 'middle_center' => array(), 'middle_right' => array( 'menu:1', 'search:1', 'cart:1' ), ), ), 'data' => array( 'image:1' => array( 'img' => $us_template_directory_uri . '/img/us-logo.png', 'onclick' => 'custom_link', 'link' => array( 'url' => '/' ), ), 'menu:1' => array( 'indents' => '0.7em', ), 'text:2' => array( 'text' => '+321 123 4567', 'icon' => 'fas|phone', ), 'text:3' => array( 'text' => 'info@test.com', 'link_type' => 'elm_value', 'icon' => 'fas|envelope', ), ), ), 'vertical_2' => array( 'title' => 'Vertical 2', 'default' => array( 'options' => array( 'orientation' => 'ver', 'width' => '250px', 'top_show' => FALSE, 'elm_valign' => 'middle', 'bottom_show' => TRUE, ), 'layout' => array( 'middle_left' => array( 'image:1', 'menu:1', 'search:1', 'cart:1', ), 'bottom_left' => array( 'text:2', 'socials:1', ), ), ), 'tablets' => array( 'options' => array( 'orientation' => 'ver', 'width' => '250px', 'top_show' => FALSE, 'bottom_show' => TRUE, ), ), 'mobiles' => array( 'options' => array( 'orientation' => 'ver', 'top_show' => FALSE, 'bottom_show' => TRUE, ), ), 'data' => array( 'image:1' => array( 'img' => $us_template_directory_uri . '/img/us-core.png', 'onclick' => 'custom_link', 'link' => array( 'url' => '/' ), 'height_default' => '90px', 'height_laptops' => '90px', 'height_tablets' => '90px', 'height_mobiles' => '60px', ), 'menu:1' => array( 'indents' => '1.5vh', 'css' => array( 'default' => array( 'font-size' => '1.2rem', ), ), ), 'search:1' => array( 'layout' => 'modern', 'width' => '234px', 'width_tablets' => '234px', ), 'text:2' => array( 'text' => '+321 123 4567', 'css' => array( 'default' => array( 'font-size' => '18px', ), 'tablets' => array( 'font-size' => '18px', ), 'mobiles' => array( 'font-size' => '16px', ), ), ), 'socials:1' => array( 'items' => array( array( 'type' => 'facebook', 'url' => '#', ), array( 'type' => 'twitter', 'url' => '#', ), array( 'type' => 'google', 'url' => '#', ), ), ), ), ), );