| @@ -76,8 +76,9 @@ | ||
| 76 | 76 | 'animation_type' => 'slide', |
| 77 | 77 | 'page_wrapper' => null, |
| 78 | 78 | 'animation_speed' => 0.5, |
| 79 | 79 | 'transition_speed' => 0.5, |
| 80 | + 'sub_menu_speed' => 0.2, | |
| 80 | 81 | |
| 81 | 82 | // Menu Settings |
| 82 | 83 | 'active_arrow_shape' => '▲', |
| 83 | 84 | 'inactive_arrow_shape' => '▼', |
| @@ -213,10 +214,15 @@ | ||
| 213 | 214 | 'single_menu_item_submenu_background_colour' => '#ffffff', |
| 214 | 215 | 'single_menu_item_submenu_background_colour_hover' => '#ffffff', |
| 215 | 216 | |
| 216 | 217 | 'use_header_bar' => 'off', |
| 218 | + 'header_bar_adjust_page' => null, | |
| 217 | 219 | 'header_bar_breakpoint' => '800', |
| 218 | 220 | 'header_bar_logo' => null, |
| 221 | + 'header_bar_logo_height' => null, | |
| 222 | + 'header_bar_logo_height_unit' => '%', | |
| 223 | + 'header_bar_logo_width' => null, | |
| 224 | + 'header_bar_logo_width_unit' => '%', | |
| 219 | 225 | 'header_bar_logo_alt' => '', |
| 220 | 226 | 'header_bar_logo_link' => null, |
| 221 | 227 | 'header_bar_title' => null, |
| 222 | 228 | 'header_bar_html_content' => null, |