Kirki Customizer Framework – Buttons don’t showing
The css and jquery files don’t included because of mime type is enabled. You can add the following code in functions.php file. function my_config() { $args = array( ‘url_path’ => ‘/wp-content/plugins/kirki’, ); return $args; } add_filter( ‘kirki/config’, ‘my_config’ );