-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Customizer broken with WP 6.7 (#136)
* resolves #135 * updated CSS * add dynamically enqueued stylesheet * phpcs fixes * update version and readme
- Loading branch information
1 parent
760e126
commit 45e5d03
Showing
11 changed files
with
164 additions
and
11 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,37 @@ | ||
/* | ||
* Compatibility with WordPress 6.7 and | ||
* newer customizer changes | ||
*/ | ||
#customize-controls { | ||
.control-section-bgtfw-upsell { | ||
.accordion-section-title { | ||
&::after { | ||
content: none; | ||
} | ||
} | ||
} | ||
.accordion-section-title { | ||
min-height: 40px; | ||
&.dashicons-cover-image { | ||
&::before { | ||
margin-top: 10px; | ||
} | ||
} | ||
&::before { | ||
position: absolute; | ||
padding: 10px; | ||
margin-right: 20px; | ||
margin-left: 10px; | ||
line-height: 30px; | ||
text-align: center; | ||
} | ||
button.accordion-trigger { | ||
width: calc( 100% - 3.75em ); | ||
padding: 0.5em 0 0 3.75em; | ||
min-height: 40px; | ||
&:hover, &:focus, &:active { | ||
background: transparent; | ||
} | ||
} | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,7 +3,7 @@ | |
* Plugin Name: BoldGrid Theme Framework | ||
* Plugin URI: https://www.boldgrid.com/docs/configuration-file | ||
* Description: BoldGrid Theme Framework is a library that allows you to easily make BoldGrid themes. Please see our reference guide for more information: https://www.boldgrid.com/docs/configuration-file | ||
* Version: 2.22.6 | ||
* Version: 2.22.7 | ||
* Author: BoldGrid.com <[email protected]> | ||
* Author URI: https://www.boldgrid.com/ | ||
* Text Domain: bgtfw | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters