fouc Flash of Unstyled Content Issue in Home page
-
I have also change CSS Print Method to Internal Embedding but still it showing FOUC. Then I have try second time with this given code but still its showing Unwanted style
add_action( ‘wp_enqueue_scripts’, function() {
if ( ! class_exists( ‘\Elementor\Core\Files\CSS\Post’ ) ) {
return;
}
$template_id = 7742;
$css_file = new \Elementor\Core\Files\CSS\Post( $template_id );
$css_file->enqueue();
}, 500 );The page I need help with: [log in to see the link]
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
- You must be logged in to reply to this topic.