#167183
 Radu
Moderator

Hi,

See after many refreshes the CSS from dynamic.css was loaded in the provided link in the first instance the CSS was missing.

Please add this code to your child theme functions.php

COPY CODE

function sq_print_inline_css() {
	add_action( 'wp_head', 'kleo_custom_head_css' );
	remove_action( 'wp_enqueue_scripts', 'kleo_load_dynamic_css', 22 );
}
add_action('init', 'sq_print_inline_css');

Let me know if you still encounter the issue.

The theme it generates the file but somehow the server prevents file to be displayed sometimes, can you ask on the hosting support a error log maybe in that are some hints.

Personally, i think it’s a permission problem but it;s odd.

Cheers
R

Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution

Log in with your credentials

Forgot your details?