After export my theme to wordpress i missing icons

on the header of my template page i missing for examble the home icon. In the html side are there.
But not when i export to wordpress.
The settings in the functions.php are OK after export to wordpress.

/* Pinegrow generated Enqueue Styles Begin */

wp_deregister_style( 'bootstrap' );
wp_enqueue_style( 'bootstrap', get_template_directory_uri() . '/bootstrap/css/bootstrap.min.css', false, null, 'all');

wp_deregister_style( 'style' );
wp_enqueue_style( 'style', get_bloginfo('stylesheet_url'), false, null, 'all');

wp_deregister_style( 'fontawesome' );
wp_enqueue_style( 'fontawesome', get_template_directory_uri() . '/css/font-awesome.min.css', false, null, 'all');

/* Pinegrow generated Enqueue Styles End */

}
add_action( 'wp_enqueue_scripts', 'creatieflego_enqueue_scripts' );

endif;

Please give me some suggestions what can be wrong.

you have to inspect element and know how to use chrome dev tools and see what path is shown before and after exporting your theme, you might need to use absolute url , because normally wordpress use absolute path to define images or other medias links.

Hi,

I has check some details. But I can’t found the problem. Please help.

I has send a attachment with the html files.

Left to the brand name “Creatief Lego” are the “Home” icon (fa fa-home) Awesome.

This icon is in the HTL-page but not in the PHP export to (Wordpress)

A other case: Is it possible that you ore some other person me can help.

Thanks in advance,

Hermann

Sorry,

This is the right attachment.

Regards,

Hermann

sorry but i don’t see any attachments

Sorry,

I send you the files twice zipped.

I has check this in send mails. The name are Productie.zip

Maybe in your spambox.

Can I send the file to a other location.

Regards,

Hermann

you can share it via dropbox or good drive.