PluginProbe
WP Bottom Menu / 1.3
WP Bottom Menu v1.3
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 1.3, at readme.txt

93 lines 2.7 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
3 Donate link:
4 Tags: bottom menu,mobile menu
5 Requires at least: 5.0
6 Tested up to: 5.7
7 Stable tag: 1.3
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 ### Features
19 * Custom Link
20 * FontAwesome Icon Support
21 * Custom SVG Icon Support
22 * Woocommerce Cart Support (Cart Count & Cart Total supported)
23 * Woocommerce Account Support
24 * Search (Woocommerce Product or Post)
25 * Customizable Style
26
27
28 == Installation ==
29
30 1. Upload the plugin files to the `/wp-content/plugins/wp-bottom-menu` directory, or install the plugin through the WordPress plugins screen directly.
31 1. Activate the plugin through the 'Plugins' screen in WordPress
32 1. Use the Appearance->Customize->WP Bottom Menu screen to configure the plugin.
33
34 == Frequently Asked Questions ==
35
36 = How can I customize colors & size? =
37
38 Use the Appearance->Customize->WP Bottom Menu->Customize screen to configure the plugin.
39
40 = How can I customize menu items? =
41
42 Use the Appearance->Customize->WP Bottom Menu->Menu Items screen to configure the plugin.
43
44 = How can I show cart count or cart total? =
45
46 Use the Appearance->Customize->WP Bottom Menu->Customize screen and find 'Customize Cart Item', configure the plugin.
47
48
49 == Screenshots ==
50
51 1. Default (FontAwesome Icons)
52 2. Search Screen
53 3. FontAwesome Icons with Cart Count and Cart Total
54 4. Custom SVG without Menu Title
55 5. Custom SVG and Custom colors with Cart Count
56 6. Custom SVG and Custom Links
57
58
59 == Changelog ==
60
61 = 1.3 =
62 * 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'.
63 * New - Menu padding option. Check it 'WP Bottom Menu > Customize' and find 'Menu Padding'.
64
65 = 1.2 =
66 * New - Cart Count and Cart Total option. Check it 'WP Bottom Menu > Customize' and find 'Customize Cart Item'.
67
68 = 1.1.2 =
69 * Fix - Issue: https://wordpress.org/support/topic/js-error-123/
70
71 = 1.1.1 =
72 * New - Added setting for search form placeholder text. Check it 'WP Bottom Menu > Customize'.
73
74 = 1.1 =
75 * New - SVG Icon Support. Enable to use SVG 'Settings > Select Icon Type > Custom SVG'.
76 * Fix - Menu link input problem.
77 * Fix - CSS & JS files.
78
79 = 1.0.4 =
80 * Fixed issue: https://wordpress.org/support/topic/no-id-for-bottom-menu-element/
81
82 = 1.0.3 =
83 * Fixed css issue: https://wordpress.org/support/topic/menu-behaves-like-it-should-except-for-one-page/
84 * Tested for Woocommerce 5.0 and Wordpress 5.6.1.
85
86 = 1.0.2 =
87 * Added disable title setting.
88
89 = 1.0.1 =
90 * Fix woocommerce bugs.
91
92 = 1.0 =
93 * Initial Release.