| 1 |
{% import "admin/macros.html.twig" as macros %} |
| 2 |
|
| 3 |
<div class="panel panel-default"> |
| 4 |
<div class="panel-body"> |
| 5 |
These are the options you probably want to set first to get you started. |
| 6 |
You can view the docs for this section by clicking <a href="https://responsive.menu/docs/initial-setup/" target="_blank">here.</a> |
| 7 |
<small>Initial Setup</small> |
| 8 |
</div> |
| 9 |
<table class="table table-bordered table-hover"> |
| 10 |
{{ macros.row('breakpoint', 'Breakpoint', 'input', options, errors, '', '', '', '', 'This is the width of the screen in pixels at which point you would like the menu to start showing.', 'px', '', 'Set to 80000 if you want the menu to appear on all devices.') }} |
| 11 |
{{ macros.row('menu_to_use', 'Menu to Use', 'select', options, errors, '', '', 'custom', '', 'If no options appear here, make sure you have set them up under <strong>Appearance > Menus</strong> or click <a href="' ~ admin_url ~ 'nav-menus.php">here</a>.', '', nav_menus, 'Please note that the <a class="scroll-to-option" href="#responsive-menu-theme-location-menu">Theme Location</a> option will take precedence over this.') }} |
| 12 |
{{ macros.row('menu_to_hide', 'CSS Selector of Menu to Hide', 'input', options, errors, '', '', '', '', 'Any legal CSS selection criteria is valid here.', '', '', 'e.g: #nav-menu, nav, .other-nav') }} |
| 13 |
</table> |
| 14 |
</div> |