PluginProbe
WP Bottom Menu / 2.2.2
WP Bottom Menu v2.2.2
trunk 1.0 1.0.1 1.0.2 1.0.3 1.0.4 1.1 1.1.1 1.1.2 1.2 1.3 1.3.2 1.4 1.4.2 1.4.3 2.0 2.0.1 2.1 2.1.1 2.1.2 2.1.3 2.1.4 2.2 2.2.1 2.2.2 All 27 releases
wp-bottom-menu / readme.txt

readme.txt in WP Bottom Menu 2.2.2, at readme.txt

200 lines 6.9 KB
No matching file
Up and down to move Enter to open Esc to close
Raw Download Zip
1 === WP Bottom Menu ===
2 Contributors: j4cob, liquidthemes
3 Donate link:
4 Tags: bottom menu,mobile menu
5 Requires at least: 5.0
6 Tested up to: 6.4.2
7 Stable tag: 2.2.2
8 Requires PHP: 5.6
9 License: GPLv2 or later
10 License URI: https://www.gnu.org/licenses/gpl-2.0.html
11
12 WP Bottom Menu allows you to add a woocommerce supported bottom menu to your site.
13
14 == Description ==
15
16 WP Bottom Menu allows you to add a woocommerce supported bottom menu to your site.
17
18 Enhance your website with WP Bottom Menu, a dynamic plugin that seamlessly integrates a WooCommerce-supported bottom menu. Elevate user experience and streamline navigation on your site with this feature-rich addition
19
20 ### Features
21 * Custom Link
22 * FontAwesome Icon Support
23 * Custom SVG Icon Support
24 * Woocommerce Cart Support (Cart Count & Cart Total supported)
25 * Woocommerce Account Support (Account name supported)
26 * Hide/Show Menu Condition Manager
27 * Search (Woocommerce Product, Post or Custom Post Types)
28 * Custom Fullscreen Menu (Compatible with WordPress Menus)
29 * Customizable Style
30 * Multilanguage Support (Polyang)
31
32 == Installation ==
33
34 1. Upload the plugin files to the `/wp-content/plugins/wp-bottom-menu` directory, or install the plugin through the WordPress plugins screen directly.
35 2. Activate the plugin through the **Plugins** screen in WordPress
36 3. Use the Appearance->Customize->WP Bottom Menu screen to configure the plugin.
37
38 == Frequently Asked Questions ==
39
40 = How can I customize colors & size? =
41
42 Use the **Appearance->Customize->WP Bottom Menu->Customize** screen to configure the plugin.
43
44 = How can I customize menu items? =
45
46 Use the **Appearance->Customize->WP Bottom Menu->Menu** Items screen to configure the plugin.
47
48 = How can I show cart count or cart total? =
49
50 Use the **Appearance->Customize->WP Bottom Menu->Customize** screen and find **Customize Cart Item**, configure the plugin.
51
52 = How can I show the menu on the desired page? =
53
54 Use the **Appearance->Customize->WP Bottom Menu->Conditions** screen and configure the plugin.
55
56 = How can I show the menu for user roles? =
57
58 Use the **Appearance->Customize->WP Bottom Menu->Conditions** screen and find **Select User Roles Condition** configure the plugin.
59
60 = How can I add Fullscreen menu? =
61
62 1. Add a menu in **WP Dashboard->Appearance->Menus** and select Display location **WP Bottom Menu**
63 2. Add a WPBM menu item and select menu type **Custom Menu**
64
65 = How can I add custom JavaScript code to the menu? =
66
67 1. Add a WPBM menu item and select menu type **JavaScript onClick**
68 2. Add your script code to the **onClick** textarea. Example: `alert("my custom js alert");`
69
70 = How can I search for custom post types? =
71
72 1. Add a WPBM menu item and select menu type **Search for custom post types**
73 2. Define post types in **WP Bottom Menu->Settings** screen and find **Custom search post types** configure the plugin.
74
75 Examples:
76 1. `all` : Search by all post types
77 2. `product`: Search by products
78 3. `post`: Search by post
79 4. `my-custom-post-type`: Search by my-custom-post-type
80
81 > Also, you can use multiple custom post type with a comma. Example: `post,product,my-custom-post-type`.
82
83 = How can I add Page Back? =
84
85 Go to **Appearance->Customize->WP Bottom Menu->Menu Items** screen and change the menu item type to **Page Back**.
86
87 > This feature works like a browser. Returns to the previous page. If there is no previous page, it will be redirected to the home page.
88
89 = How can I translate Menu items with Polylang plugin? =
90
91 Go to the **Languages->Translations** select group as **WP Bottom Menu** and configure strings.
92
93
94 == Screenshots ==
95
96 1. Default (FontAwesome Icons)
97 2. Search Screen
98 3. FontAwesome Icons with Cart Count and Cart Total
99 4. Custom SVG without Menu Title
100 5. Custom SVG and Custom Colors with Cart Count
101 6. Custom SVG and Custom Links
102
103
104 == Changelog ==
105
106 = 2.2.2 =
107 * New - Polylang Support
108 * Fix - Promote notice is not hiding.
109 * Improve - Condition manager.
110
111 = 2.2.1 =
112 * Improve - Added WPMB options page link to Settings. You can access it on WP Dashboard > Settings > WP Bottom Menu.
113
114 = 2.2 =
115 * New - JavaScript onClick menu item. See here for usage: Frequently Asked Questions
116 * Improve - Mobile device style improvements
117 * Fix - Dynamic account title bug
118 * Fix - Custom Menu (Fullscreen) not working
119
120 = 2.1.4 =
121 * Fix - Active menu color on the shop page.
122 * Fix - JS error on the console.
123
124 = 2.1.3 =
125 * Fix - Dynamic Account Name not visible on frontend.
126
127 = 2.1.2 =
128 * New - Dynamic Account Name - Added a setting where you can show the account name. Check it 'WP Bottom Menu > Customize > Show Account Name'
129 * New - Page Back - Added a menu option where you can return to the previous page. 'WP Bottom Menu > Menu Items > Menu Item > Menu Type: Page Back'.
130
131 = 2.1.1 =
132 * Fix - Missing search icon on Custom SVG
133
134 = 2.1 =
135 * New - Custom Fullscreen Menu - See here for usage: Frequently Asked Questions
136 * New - Search by Custom post types - See here for usage: Frequently Asked Questions
137
138 = 2.0.1 =
139 * Fix - headers already sent issue https://wordpress.org/support/topic/error-1671/
140 * Fix - FontAwesome v4.x icons missing
141
142 = 2.0 =
143 * New - Condition Manager - Now there are settings where you can show WP Bottom Menu on any page or user role you want. Check it 'WP Bottom Menu > Conditions'.
144 * New - Added new Icon Library - FontAwesome v6.1.1
145 * Improve - Improved the plugin core. The codes have been made more understandable.
146 * Deprecated - The feature to show the menu by page has been removed. Added Condition Manager instead. Yours old settings will be invalid.
147
148 = 1.4.3 =
149 * New - Hide menu for non-logged in users. Check it 'WP Bottom Menu > Settings > Hide for visitors'.
150
151 = 1.4.2 =
152 * Fix - Customizer PHP8 conflict.
153
154 = 1.4.1 =
155 * Fix - SVG Hover / Active color.
156
157 = 1.4 =
158 * New - Hover / Active colors option. Check it 'WP Bottom Menu > Customize'.
159 * New - Open links in a new tab option. Check it 'WP Bottom Menu > Settings'.
160
161 = 1.3.2 =
162 * PHP8 Compatibility
163
164 = 1.3.1 =
165 * Fix - Woocommerce Product Search
166
167 = 1.3 =
168 * New - Hide Pages option. You can now hide the menu on the pages you have selected. Check it 'WP Bottom Menu > Settings' and find 'Hide Menu'.
169 * New - Menu padding option. Check it 'WP Bottom Menu > Customize' and find 'Menu Padding'.
170
171 = 1.2 =
172 * New - Cart Count and Cart Total option. Check it 'WP Bottom Menu > Customize' and find 'Customize Cart Item'.
173
174 = 1.1.2 =
175 * Fix - Issue: https://wordpress.org/support/topic/js-error-123/
176
177 = 1.1.1 =
178 * New - Added setting for search form placeholder text. Check it 'WP Bottom Menu > Customize'.
179
180 = 1.1 =
181 * New - SVG Icon Support. Enable to use SVG 'Settings > Select Icon Type > Custom SVG'.
182 * Fix - Menu link input problem.
183 * Fix - CSS & JS files.
184
185 = 1.0.4 =
186 * Fixed issue: https://wordpress.org/support/topic/no-id-for-bottom-menu-element/
187
188 = 1.0.3 =
189 * Fixed css issue: https://wordpress.org/support/topic/menu-behaves-like-it-should-except-for-one-page/
190 * Tested for Woocommerce 5.0 and Wordpress 5.6.1.
191
192 = 1.0.2 =
193 * Added disable title setting.
194
195 = 1.0.1 =
196 * Fix woocommerce bugs.
197
198 = 1.0 =
199 * Initial Release.
200