| 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: 7.1 |
| 7 |
Stable tag: 2.3.0 |
| 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.3.0 = |
| 107 |
* Fix - All Plugin Check errors resolved (escaping, i18n, direct access protection) |
| 108 |
* Fix - Output escaping for customizer repeater controls |
| 109 |
* Fix - Added missing text domains to all translation functions |
| 110 |
* Fix - Added translators comments for placeholder strings |
| 111 |
* Fix - Added direct file access protection to included PHP files |
| 112 |
* Fix - Updated Tested up to 7.1 |
| 113 |
|
| 114 |
= 2.2.4 = |
| 115 |
* Fix - Settings page not redirection |
| 116 |
* New - Polylang link translate support |
| 117 |
|
| 118 |
= 2.2.3 = |
| 119 |
* Fix - JavaScript OnClick Menu item is not working. |
| 120 |
|
| 121 |
= 2.2.2 = |
| 122 |
* New - Polylang Support |
| 123 |
* Fix - Promote notice is not hiding. |
| 124 |
* Improve - Condition manager. |
| 125 |
|
| 126 |
= 2.2.1 = |
| 127 |
* Improve - Added WPMB options page link to Settings. You can access it on WP Dashboard > Settings > WP Bottom Menu. |
| 128 |
|
| 129 |
= 2.2 = |
| 130 |
* New - JavaScript onClick menu item. See here for usage: Frequently Asked Questions |
| 131 |
* Improve - Mobile device style improvements |
| 132 |
* Fix - Dynamic account title bug |
| 133 |
* Fix - Custom Menu (Fullscreen) not working |
| 134 |
|
| 135 |
= 2.1.4 = |
| 136 |
* Fix - Active menu color on the shop page. |
| 137 |
* Fix - JS error on the console. |
| 138 |
|
| 139 |
= 2.1.3 = |
| 140 |
* Fix - Dynamic Account Name not visible on frontend. |
| 141 |
|
| 142 |
= 2.1.2 = |
| 143 |
* New - Dynamic Account Name - Added a setting where you can show the account name. Check it 'WP Bottom Menu > Customize > Show Account Name' |
| 144 |
* 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'. |
| 145 |
|
| 146 |
= 2.1.1 = |
| 147 |
* Fix - Missing search icon on Custom SVG |
| 148 |
|
| 149 |
= 2.1 = |
| 150 |
* New - Custom Fullscreen Menu - See here for usage: Frequently Asked Questions |
| 151 |
* New - Search by Custom post types - See here for usage: Frequently Asked Questions |
| 152 |
|
| 153 |
= 2.0.1 = |
| 154 |
* Fix - headers already sent issue https://wordpress.org/support/topic/error-1671/ |
| 155 |
* Fix - FontAwesome v4.x icons missing |
| 156 |
|
| 157 |
= 2.0 = |
| 158 |
* 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'. |
| 159 |
* New - Added new Icon Library - FontAwesome v6.1.1 |
| 160 |
* Improve - Improved the plugin core. The codes have been made more understandable. |
| 161 |
* Deprecated - The feature to show the menu by page has been removed. Added Condition Manager instead. Yours old settings will be invalid. |
| 162 |
|
| 163 |
= 1.4.3 = |
| 164 |
* New - Hide menu for non-logged in users. Check it 'WP Bottom Menu > Settings > Hide for visitors'. |
| 165 |
|
| 166 |
= 1.4.2 = |
| 167 |
* Fix - Customizer PHP8 conflict. |
| 168 |
|
| 169 |
= 1.4.1 = |
| 170 |
* Fix - SVG Hover / Active color. |
| 171 |
|
| 172 |
= 1.4 = |
| 173 |
* New - Hover / Active colors option. Check it 'WP Bottom Menu > Customize'. |
| 174 |
* New - Open links in a new tab option. Check it 'WP Bottom Menu > Settings'. |
| 175 |
|
| 176 |
= 1.3.2 = |
| 177 |
* PHP8 Compatibility |
| 178 |
|
| 179 |
= 1.3.1 = |
| 180 |
* Fix - Woocommerce Product Search |
| 181 |
|
| 182 |
= 1.3 = |
| 183 |
* 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'. |
| 184 |
* New - Menu padding option. Check it 'WP Bottom Menu > Customize' and find 'Menu Padding'. |
| 185 |
|
| 186 |
= 1.2 = |
| 187 |
* New - Cart Count and Cart Total option. Check it 'WP Bottom Menu > Customize' and find 'Customize Cart Item'. |
| 188 |
|
| 189 |
= 1.1.2 = |
| 190 |
* Fix - Issue: https://wordpress.org/support/topic/js-error-123/ |
| 191 |
|
| 192 |
= 1.1.1 = |
| 193 |
* New - Added setting for search form placeholder text. Check it 'WP Bottom Menu > Customize'. |
| 194 |
|
| 195 |
= 1.1 = |
| 196 |
* New - SVG Icon Support. Enable to use SVG 'Settings > Select Icon Type > Custom SVG'. |
| 197 |
* Fix - Menu link input problem. |
| 198 |
* Fix - CSS & JS files. |
| 199 |
|
| 200 |
= 1.0.4 = |
| 201 |
* Fixed issue: https://wordpress.org/support/topic/no-id-for-bottom-menu-element/ |
| 202 |
|
| 203 |
= 1.0.3 = |
| 204 |
* Fixed css issue: https://wordpress.org/support/topic/menu-behaves-like-it-should-except-for-one-page/ |
| 205 |
* Tested for Woocommerce 5.0 and Wordpress 5.6.1. |
| 206 |
|
| 207 |
= 1.0.2 = |
| 208 |
* Added disable title setting. |
| 209 |
|
| 210 |
= 1.0.1 = |
| 211 |
* Fix woocommerce bugs. |
| 212 |
|
| 213 |
= 1.0 = |
| 214 |
* Initial Release. |
| 215 |
|