PATH:
home
/
letacommog
/
laindinois
/
OLD
/
wp-content
/
plugins
/
responsive-menu
/
views
/
admin
/
sections
{# Responsive Menu Jinja template file. Safe to Copy #} {% import 'admin/macros.html.twig' as macros %} {% set section = 'Header Bar' %} <div class='panel panel-default fully-pro-container'> {{ macros.header('Initial Setup', section) }} <table class='table table-bordered table-hover'> {{ macros.row('use_header_bar', 'Enabled', 'checkbox', options, errors, '', 'pro', '', '', 'Turning this on will make the Header Bar show on your site automatically.') }} {{ macros.row('header_bar_position_type', 'Positioning', 'select', options, errors, '', 'pro', 'position', '', 'Specify how you want the button to stick to your page.', '', '', 'Using relative positioning is useful when combined with the shortcode.') }} {{ macros.row('header_bar_breakpoint', 'Breakpoint', 'input', options, errors, '', 'pro', '', '', 'This is the width of the screen in pixels at which point you would like the header bar to start showing.', 'px', '', 'Set to 80000 if you want the menu to appear on all devices.') }} </table> </div> <div class='panel panel-default fully-pro-container'> {{ macros.header('Ordering', section) }} {% include 'admin/sections/modules/header-bar-ordering.html.twig' %} </div> <div class='panel panel-default fully-pro-container'> {{ macros.header('Logo', section) }} <table class='table table-bordered table-hover'> {{ macros.row('header_bar_logo', 'Image', 'image', options, errors, '', 'pro', '', '', 'Set a logo image for use on the header bar.') }} {{ macros.row('header_bar_logo_height', 'Height', 'input', options, errors, 'has-unit', 'pro', '', 'pixel', 'Set a height for the logo image.') }} {{ macros.row('header_bar_logo_width', 'Width', 'input', options, errors, 'has-unit', 'pro', '', 'percentage', 'Set a width for the logo image.') }} {{ macros.row('header_bar_logo_alt', 'Alt Text', 'input', options, errors, '', 'pro', '', '', 'Set the alt text for the logo image.') }} {{ macros.row('header_bar_logo_link', 'Link', 'input', options, errors, '', 'pro', '', '', 'Set a link for the logo image.') }} </table> </div> <div class='panel panel-default fully-pro-container'> {{ macros.header('Title', section) }} <table class='table table-bordered table-hover'> {{ macros.row('header_bar_title', 'Text', 'input', options, errors, '', 'pro', '', '', 'Set a text title for use on the header bar.') }} </table> </div> <div class='panel panel-default fully-pro-container'> {{ macros.header('Content', section) }} <table class='table table-bordered table-hover'> {{ macros.row('header_bar_html_content', 'HTML Content', 'textarea', options, errors, '', 'pro', '', '', 'This section allows you to put any custom HTML, shortcodes, text or anything you like to the header bar.<br /><br />It\'s particularly useful if you have social media icons, shopping cart information or anything else custom to your site.', '', '', 'HTML and shortcodes can be used here.') }} </table> </div> <div class='panel panel-default fully-pro-container'> {{ macros.header('Text', section) }} <table class='table table-bordered table-hover'> {{ macros.row('header_bar_font', 'Font', 'input', options, errors, '', 'pro', '', '', 'Set the font for the header bar text. The font must already be installed as part of your theme or a browser inbuilt one.', '', '', 'For example "Open Sans"') }} {{ macros.row('header_bar_font_size', 'Font Size', 'input', options, errors, 'has-unit', 'pro', '', 'pixel', 'Set the text size of the header bar and it\'s unit.') }} </table> </div> <div class='panel panel-default fully-pro-container'> {{ macros.header('Sizing', section) }} <table class='table table-bordered table-hover'> {{ macros.row('header_bar_height', 'Height', 'input', options, errors, 'has-unit', 'pro', '', 'pixel', 'Set the height of the header bar and it\'s unit.') }} {{ macros.row('header_bar_adjust_page', 'Adjust Page', 'checkbox', options, errors, '', 'pro', '', '', 'Turning this on will automatically adjust your page to bring the content down inline with the header bar.') }} </table> </div> <div class='panel panel-default fully-pro-container'> {{ macros.header('Colours', section) }} <table class='table table-bordered table-hover'> {{ macros.row('header_bar_background_color', 'Background', 'colour', options, errors, '', 'pro', '', '', 'Set the background colour for the header bar.') }} {{ macros.row('header_bar_text_color', 'Text', 'colour', options, errors, '', 'pro', '', '', 'Set the text colour for the header bar text.') }} </table> </div>
[+]
..
[-] advanced.html.twig
[edit]
[-] license.html.twig
[edit]
[-] initial-setup.html.twig
[edit]
[-] container.html.twig
[edit]
[+]
modules
[-] button.html.twig
[edit]
[-] menu.html.twig
[edit]
[-] header-bar.html.twig
[edit]
[-] sub-menus.html.twig
[edit]
[-] desktop-menu.html.twig
[edit]
[-] themes.html.twig
[edit]
[-] technical.html.twig
[edit]