PluginProbe
Responsive Menu – Create Mobile-Friendly Menu / 3.1.3
Responsive Menu – Create Mobile-Friendly Menu v3.1.3
4.7.3 3.1.5 3.1.6 3.1.7 3.1.8 3.1.9 4.0.0 4.0.1 4.0.2 4.0.3 4.0.4 4.1.0 4.1.1 4.1.10 4.1.11 4.1.12 4.1.2 4.1.3 4.1.4 4.1.5 4.1.6 4.1.7 4.1.8 4.1.9 4.2.0 All 90 releases
responsive-menu / config / default_options.php

default_options.php in Responsive Menu – Create Mobile-Friendly Menu 3.1.3, at config/default_options.php

229 lines 8.9 KB
No matching file
Up and down to move Enter to open Esc to close
Raw Download Zip
1 <?php
2
3 function get_responsive_menu_default_options() {
4
5 return [
6
7 'breakpoint' => 8000,
8 'menu_to_hide' => '',
9 'menu_depth' => 5,
10 'menu_depth_0' => 5,
11 'menu_depth_1' => 10,
12 'menu_depth_2' => 15,
13 'menu_depth_3' => 20,
14 'menu_depth_4' => 25,
15 'menu_depth_5' => 30,
16 'menu_depth_0_unit' => '%',
17 'menu_depth_1_unit' => '%',
18 'menu_depth_2_unit' => '%',
19 'menu_depth_3_unit' => '%',
20 'menu_depth_4_unit' => '%',
21 'menu_depth_5_unit' => '%',
22 'menu_to_use' => '',
23 'theme_location_menu' => '',
24
25 // Button Settings
26 'button_title' => null,
27 'button_image' => null,
28 'button_image_alt' => null,
29 'button_image_when_clicked' => null,
30 'button_image_alt_when_clicked' => null,
31 'button_font' => null,
32 'button_font_icon' => null,
33 'button_font_icon_type' => 'font-awesome',
34 'button_font_icon_when_clicked' => null,
35 'button_font_icon_when_clicked_type' => 'font-awesome',
36 'button_click_trigger' => '#responsive-menu-button',
37 'button_title_position' => 'left',
38 'button_title_line_height' => '13',
39 'button_title_line_height_unit' => 'px',
40 'button_background_colour' => '#000',
41 'button_background_colour_hover' => '#000',
42 'button_background_colour_active' => '#000',
43 'button_click_animation' => 'boring',
44 'button_line_colour' => '#fff',
45 'button_line_colour_hover' => '#fff',
46 'button_line_colour_active' => '#fff',
47 'button_text_colour' => '#fff',
48 'button_transparent_background' => 'off',
49 'button_width' => 55,
50 'button_width_unit' => 'px',
51 'button_height' => 55,
52 'button_height_unit' => 'px',
53 'button_line_margin' => 5,
54 'button_line_margin_unit' => 'px',
55 'button_line_height' => 3,
56 'button_line_height_unit' => 'px',
57 'button_line_width' => 25,
58 'button_line_width_unit' => 'px',
59 'button_top' => 15,
60 'button_top_unit' => 'px',
61 'button_distance_from_side' => 5,
62 'button_distance_from_side_unit' => '%',
63 'button_left_or_right' => 'right',
64 'button_position_type' => 'fixed',
65 'button_push_with_animation' => 'off',
66 'button_font_size' => 14,
67 'button_font_size_unit' => 'px',
68
69 // Animation Settings
70 'animation_type' => 'slide',
71 'page_wrapper' => null,
72 'animation_speed' => 0.5,
73 'transition_speed' => 0.5,
74
75 // Menu Settings
76 'active_arrow_shape' => '',
77 'inactive_arrow_shape' => '',
78 'active_arrow_image' => '',
79 'active_arrow_image_alt' => '',
80 'inactive_arrow_image' => '',
81 'inactive_arrow_image_alt' => '',
82 'active_arrow_font_icon' => '',
83 'active_arrow_font_icon_type' => 'font-awesome',
84 'inactive_arrow_font_icon' => '',
85 'inactive_arrow_font_icon_type' => 'font-awesome',
86 'arrow_position' => 'right',
87 'submenu_arrow_width' => '40',
88 'submenu_arrow_width_unit' => 'px',
89 'submenu_arrow_height' => '40',
90 'submenu_arrow_height_unit' => 'px',
91 'accordion_animation' => 'off',
92 'auto_expand_all_submenus' => 'off',
93 'auto_expand_current_submenus' => 'off',
94
95 'menu_background_colour' => '#212121',
96 'menu_container_background_colour' => '#212121',
97 'menu_background_image' => '',
98 'menu_item_background_colour' => '#212121',
99 'menu_item_background_hover_colour' => '#3f3f3f',
100 'menu_item_border_colour' => '#212121',
101 'menu_item_border_colour_hover' => '#212121',
102 'menu_title_background_colour' => '#212121',
103 'menu_title_background_hover_colour' => '#212121',
104 'menu_current_item_background_colour' => '#212121',
105 'menu_current_item_background_hover_colour' => '#3f3f3f',
106 'menu_current_item_border_colour' => '#212121',
107 'menu_current_item_border_hover_colour' => '#3f3f3f',
108 'menu_title_colour' => '#fff',
109 'menu_title_hover_colour' => '#fff',
110 'menu_link_colour' => '#fff',
111 'menu_link_hover_colour' => '#fff',
112 'menu_current_link_colour' => '#fff',
113 'menu_current_link_hover_colour' => '#fff',
114 'menu_sub_arrow_border_colour' => '#212121',
115 'menu_sub_arrow_border_hover_colour' => '#3f3f3f',
116 'menu_sub_arrow_border_colour_active' => '#212121',
117 'menu_sub_arrow_border_hover_colour_active' => '#3f3f3f',
118 'menu_sub_arrow_background_colour' => '#212121',
119 'menu_sub_arrow_background_hover_colour' => '#3f3f3f',
120 'menu_sub_arrow_background_colour_active' => '#212121',
121 'menu_sub_arrow_background_hover_colour_active' => '#3f3f3f',
122 'menu_sub_arrow_shape_colour' => '#fff',
123 'menu_sub_arrow_shape_hover_colour' => '#fff',
124 'menu_sub_arrow_shape_colour_active' => '#fff',
125 'menu_sub_arrow_shape_hover_colour_active' => '#fff',
126 'menu_font' => null,
127 'menu_font_size' => 13,
128 'menu_font_size_unit' => 'px',
129 'menu_title_font_size' => 13,
130 'menu_title_font_size_unit' => 'px',
131 'menu_text_alignment' => 'left',
132 'menu_links_height' => 40,
133 'menu_links_height_unit' => 'px',
134 'menu_border_width' => 1,
135 'menu_border_width_unit' => 'px',
136 'menu_minimum_width' => null,
137 'menu_minimum_width_unit' => 'px',
138 'menu_maximum_width' => null,
139 'menu_maximum_width_unit' => 'px',
140 'menu_auto_height' => 'off',
141 'menu_adjust_for_wp_admin_bar' => 'off',
142 'menu_additional_content' => null,
143 'menu_additional_content_colour' => '#fff',
144 'menu_title' => null,
145 'menu_title_image' => null,
146 'menu_title_image_alt' => null,
147 'menu_title_font_icon' => null,
148 'menu_title_font_icon_type' => 'font-awesome',
149 'menu_appear_from' => 'left',
150 'menu_title_link' => null,
151 'menu_title_link_location' => '_self',
152 'menu_width' => 75,
153 'menu_width_unit' => '%',
154 'menu_close_on_link_click' => 'off',
155 'menu_close_on_body_click' => 'off',
156 'menu_item_click_to_trigger_submenu' => 'off',
157 'menu_disable_scrolling' => 'off',
158 'menu_overlay' => 'off',
159 'menu_overlay_colour' => 'rgba(0,0,0,0.7)',
160 'menu_font_icons' => '',
161 'menu_search_box_text' => 'Search',
162 'menu_search_box_text_colour' => '#333',
163 'menu_search_box_border_colour' => '#dadada',
164 'menu_search_box_background_colour' => '#fff',
165 'menu_search_box_placeholder_colour' => '#C7C7CD',
166 'menu_word_wrap' => 'off',
167
168 'minify_scripts' => 'off',
169 'scripts_in_footer' => 'off',
170 'external_files' => 'off',
171
172 'shortcode' => 'off',
173 'mobile_only' => 'off',
174 'custom_walker' => null,
175 'custom_css' => null,
176
177 'use_single_menu' => 'off',
178
179 'single_menu_height' => '80',
180 'single_menu_height_unit' => 'px',
181 'single_menu_font' => null,
182 'single_menu_font_size' => '14',
183 'single_menu_font_size_unit' => 'px',
184
185 'single_menu_submenu_height' => '40',
186 'single_menu_submenu_height_unit' => 'px',
187 'single_menu_submenu_font' => null,
188 'single_menu_submenu_font_size' => '12',
189 'single_menu_submenu_font_size_unit' => 'px',
190
191 'single_menu_item_link_colour' => '#000000',
192 'single_menu_item_link_colour_hover' => '#000000',
193 'single_menu_item_background_colour' => '#ffffff',
194 'single_menu_item_background_colour_hover' => '#ffffff',
195
196 'single_menu_item_submenu_link_colour' => '#000000',
197 'single_menu_item_submenu_link_colour_hover' => '#000000',
198 'single_menu_item_submenu_background_colour' => '#ffffff',
199 'single_menu_item_submenu_background_colour_hover' => '#ffffff',
200
201 'use_header_bar' => 'off',
202 'header_bar_breakpoint' => '800',
203 'header_bar_logo' => null,
204 'header_bar_logo_alt' => '',
205 'header_bar_logo_link' => null,
206 'header_bar_title' => null,
207 'header_bar_html_content' => null,
208 'header_bar_height' => '80',
209 'header_bar_height_unit' => 'px',
210 'header_bar_font_size' => '14',
211 'header_bar_font_size_unit' => 'px',
212 'header_bar_font' => null,
213 'header_bar_background_color' => '#ffffff',
214 'header_bar_text_color' => '#ffffff',
215 'header_bar_position_type' => 'fixed',
216
217 'items_order' => '{"title":"on","menu":"on","search":"on","additional content":"on"}',
218 'header_bar_items_order' => '{"logo":"on","title":"on","search":"on","html content":"on"}',
219
220 'fade_submenus' => 'off',
221 'fade_submenus_side' => 'left',
222 'fade_submenus_delay' => 100,
223 'fade_submenus_speed' => 500,
224
225 'use_slide_effect' => 'off',
226 'slide_effect_back_to_text' => 'Back'
227 ];
228
229 };