Kirki Customizer Framework – Buttons don’t showing

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' );

If you have any questions about this article or other topics, please click the button below. Your questions will be answered soon.

To see all our themes and experiences, you can go to our themeforest profile by clicking the button below. Click and see now.

Leave a Reply

Your email address will not be published.