Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

WP 4.9 - kirki/config styling of new "Publish" additional sidebar ? #1639

Closed
Micemade opened this issue Nov 16, 2017 · 1 comment
Closed

Comments

@Micemade
Copy link

Micemade commented Nov 16, 2017

Issue description:

Styles for new WP 4.9 "Publish" additional sidebar (with Schedule and Draft options) - can the kirki/config settings be adapted for new additional sidebar ?

Version used:

v. 3.0.15 - not tried the development version

Using theme_mods or options?

theme_mods

Code to reproduce the issue (config + field(s))

function customizer_configuration( $config ) {
	return wp_parse_args( array(
		'logo_image'   => '',
		'description'  => esc_attr__( 'Change theme style here', 'textdomain' ),
		'color_accent' => '#0091EA',
		'color_back'   => '#455a64',
	), $config );
}
add_filter( 'kirki/config', 'customizer_configuration', 10 );
@Micemade Micemade changed the title WP 4.9 WP 4.9 - kirki/config styling of new "Publish" additional sidebar ? Nov 16, 2017
aristath added a commit that referenced this issue Nov 18, 2017
@Micemade
Copy link
Author

Thanks for updating this to wp.org :) 👍

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant