Version Description
- Improve styles when used with Beaver Builder.
- Require WordPress version 5.0.0+.
Download this release
Release Info
Developer | Mat Lipe |
Plugin | Advanced Sidebar Menu |
Version | 8.0.4 |
Comparing to | |
See all releases |
Code changes from version 8.0.3 to 8.0.4
- advanced-sidebar-menu.php +2 -2
- readme.txt +8 -4
- resources/css/advanced-sidebar-menu.css +36 -0
advanced-sidebar-menu.php
CHANGED
@@ -4,7 +4,7 @@
|
|
4 |
* Plugin URI: https://onpointplugins.com/advanced-sidebar-menu/
|
5 |
* Description: Creates dynamic menus based on parent/child relationship of your pages or categories.
|
6 |
* Author: OnPoint Plugins
|
7 |
-
* Version: 8.0.
|
8 |
* Author URI: https://onpointplugins.com
|
9 |
* Text Domain: advanced-sidebar-menu
|
10 |
*
|
@@ -15,7 +15,7 @@ if ( defined( 'ADVANCED_SIDEBAR_BASIC_VERSION' ) ) {
|
|
15 |
return;
|
16 |
}
|
17 |
|
18 |
-
define( 'ADVANCED_SIDEBAR_BASIC_VERSION', '8.0.
|
19 |
define( 'ADVANCED_SIDEBAR_MENU_REQUIRED_PRO_VERSION', '8.0.0' );
|
20 |
define( 'ADVANCED_SIDEBAR_DIR', plugin_dir_path( __FILE__ ) );
|
21 |
define( 'ADVANCED_SIDEBAR_MENU_URL', plugin_dir_url( __FILE__ ) );
|
4 |
* Plugin URI: https://onpointplugins.com/advanced-sidebar-menu/
|
5 |
* Description: Creates dynamic menus based on parent/child relationship of your pages or categories.
|
6 |
* Author: OnPoint Plugins
|
7 |
+
* Version: 8.0.4
|
8 |
* Author URI: https://onpointplugins.com
|
9 |
* Text Domain: advanced-sidebar-menu
|
10 |
*
|
15 |
return;
|
16 |
}
|
17 |
|
18 |
+
define( 'ADVANCED_SIDEBAR_BASIC_VERSION', '8.0.4' );
|
19 |
define( 'ADVANCED_SIDEBAR_MENU_REQUIRED_PRO_VERSION', '8.0.0' );
|
20 |
define( 'ADVANCED_SIDEBAR_DIR', plugin_dir_path( __FILE__ ) );
|
21 |
define( 'ADVANCED_SIDEBAR_MENU_URL', plugin_dir_url( __FILE__ ) );
|
readme.txt
CHANGED
@@ -3,10 +3,10 @@
|
|
3 |
Contributors: Mat Lipe, onpointplugins
|
4 |
Donate link: https://www.paypal.com/cgi-bin/webscr?cmd=_donations&business=paypal%40onpointplugins%2ecom&lc=US&item_name=Advanced%20Sidebar%20Menu&no_note=0¤cy_code=USD&bn=PP%2dDonationsBF%3abtn_donateCC_LG%2egif%3aNonHostedGuest
|
5 |
Tags: menus, sidebar menu, hierarchy, category menu, pages menu
|
6 |
-
Requires at least:
|
7 |
Tested up to: 5.5.1
|
8 |
Requires PHP: 5.6.0
|
9 |
-
Stable tag: 8.0.
|
10 |
|
11 |
== Description ==
|
12 |
|
@@ -14,9 +14,9 @@ Uses the parent/child relationship of your pages or categories to generate menus
|
|
14 |
|
15 |
Keeps the menu clean and usable. Only related items display so you don't have to worry about keeping a custom menu up to date or displaying links to items that don't belong.
|
16 |
|
17 |
-
<strong>Check out <a href="https://onpointplugins.com/product/advanced-sidebar-menu-pro/">Advanced Sidebar Menu
|
18 |
|
19 |
-
<blockquote><a href="https://onpointplugins.com/product/advanced-sidebar-menu-pro/" target="_blank">
|
20 |
|
21 |
<h3>Features</h3>
|
22 |
* Page and Category widgets.
|
@@ -155,6 +155,10 @@ Yes. Based on whatever page, post, or category you are on, the menu will change
|
|
155 |
|
156 |
|
157 |
== Changelog ==
|
|
|
|
|
|
|
|
|
158 |
= 8.0.3 =
|
159 |
* Allow `List_Pages::get_args()` to be filtered on any level.
|
160 |
* Make debugging functionality more stable.
|
3 |
Contributors: Mat Lipe, onpointplugins
|
4 |
Donate link: https://www.paypal.com/cgi-bin/webscr?cmd=_donations&business=paypal%40onpointplugins%2ecom&lc=US&item_name=Advanced%20Sidebar%20Menu&no_note=0¤cy_code=USD&bn=PP%2dDonationsBF%3abtn_donateCC_LG%2egif%3aNonHostedGuest
|
5 |
Tags: menus, sidebar menu, hierarchy, category menu, pages menu
|
6 |
+
Requires at least: 5.0.0
|
7 |
Tested up to: 5.5.1
|
8 |
Requires PHP: 5.6.0
|
9 |
+
Stable tag: 8.0.4
|
10 |
|
11 |
== Description ==
|
12 |
|
14 |
|
15 |
Keeps the menu clean and usable. Only related items display so you don't have to worry about keeping a custom menu up to date or displaying links to items that don't belong.
|
16 |
|
17 |
+
<strong>Check out <a href="https://onpointplugins.com/product/advanced-sidebar-menu-pro/">Advanced Sidebar Menu PRO</a> for more features including priority support, the ability to customize the look and feel, custom link text, excluding of pages, category ordering, accordions, custom post types, custom taxonomies, and so much more!</strong>
|
18 |
|
19 |
+
<blockquote><a href="https://onpointplugins.com/product/advanced-sidebar-menu-pro/" target="_blank">PRO version 8.1.0</a> is now available with support to exclude and change titles of navigation menu items using each page's settings!</blockquote>
|
20 |
|
21 |
<h3>Features</h3>
|
22 |
* Page and Category widgets.
|
155 |
|
156 |
|
157 |
== Changelog ==
|
158 |
+
= 8.0.4 =
|
159 |
+
* Improve styles when used with Beaver Builder.
|
160 |
+
* Require WordPress version 5.0.0+.
|
161 |
+
|
162 |
= 8.0.3 =
|
163 |
* Allow `List_Pages::get_args()` to be filtered on any level.
|
164 |
* Make debugging functionality more stable.
|
resources/css/advanced-sidebar-menu.css
CHANGED
@@ -55,3 +55,39 @@
|
|
55 |
.elementor-control-content .advanced-sidebar-menu-column-box .wp-picker-container.wp-picker-active {
|
56 |
top: auto;
|
57 |
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
55 |
.elementor-control-content .advanced-sidebar-menu-column-box .wp-picker-container.wp-picker-active {
|
56 |
top: auto;
|
57 |
}
|
58 |
+
|
59 |
+
/** Beaver Builder specific styles **/
|
60 |
+
.fl-field-control-wrapper .advanced-sidebar-menu-column {
|
61 |
+
width: calc( 100% + 30px ) !important;
|
62 |
+
margin-left: -30px !important;
|
63 |
+
}
|
64 |
+
|
65 |
+
.fl-field-control-wrapper .advanced-sidebar-menu-column-right {
|
66 |
+
margin-left: 0;
|
67 |
+
}
|
68 |
+
|
69 |
+
.fl-field-control-wrapper .advanced-sidebar-menu-column-box .widefat {
|
70 |
+
width: 100%;
|
71 |
+
}
|
72 |
+
|
73 |
+
.fl-field-control-wrapper .advanced-sidebar-menu-column-box .wp-picker-container input[type="text"].wp-color-picker {
|
74 |
+
min-height: auto;
|
75 |
+
padding: 6px 3px;
|
76 |
+
font-weight: 600;
|
77 |
+
}
|
78 |
+
|
79 |
+
|
80 |
+
.fl-field-control-wrapper .advanced-sidebar-menu-column-box .wp-picker-container {
|
81 |
+
float: none;
|
82 |
+
}
|
83 |
+
|
84 |
+
.fl-field-control-wrapper .advanced-sidebar-menu-column-box .advanced-sidebar-menu-border-color .wp-picker-container.wp-picker-active .wp-color-result {
|
85 |
+
position: relative;
|
86 |
+
top: 7px;
|
87 |
+
}
|
88 |
+
|
89 |
+
|
90 |
+
.fl-field-control-wrapper .advanced-sidebar-menu-column-box .wp-color-result-text {
|
91 |
+
color: #555;
|
92 |
+
line-height: 2.545;
|
93 |
+
}
|