Home › Forums › SKT Full Width Forum › deactivare font awesome
- This topic has 5 replies, 2 voices, and was last updated 2 years, 1 month ago by Sonl Sinha.
-
AuthorPosts
-
October 12, 2022 at 5:01 pm #201011
Dear SKT-Team,
due to the GDPR in Germany I have to delete or deactivate all characters from font awesome. Unfortunately, I can’t find these characters (probably in the email or the comment button) and I don’t know how to delete them in functions.php. Alternatively, these characters can also be stored locally on the server. But since I don’t know which characters are used, I can’t save them locally either. I would appreciate if you can help me. f a plugin uses this, I can also deactivate it.
Kind regards,
Christian Melcher
October 12, 2022 at 5:38 pm #201015Hi,
If you want to delete font awesome on your website?
Kindly go to >> Appearance >> theme file editor >> lib >> enqueue.php >> line number 24 >> and delete font awesome code from there.
Regards,
DaveOctober 26, 2022 at 11:19 pm #201307Dear Dave,
many thanks for your answer.
I’m sorry, but I can’t find the file either in the configurator or via ftp. Can you give me more tips on where to find the file lib >> enqueue.php?
Kind regards,
Christian
October 28, 2022 at 6:11 pm #201366Hi,
Kindly go to >> theme folder >> lib >> functions >> enqueue.php >> line number 24 >> and delete font awesome code from there.
Regards,
DaveOctober 30, 2022 at 6:12 pm #201394Hello Dave,
now i found the enqueue scripts, but there isn’t any entry “font aewsome” like “fonts.googleapis.com”. I just found skt_full_width_fonts. Which code i have to delete? Here are some examples of my code:
function skt_full_width_scripts() {
wp_enqueue_style( ‘skt_full_width-gfonts’, ‘//fonts.googleapis.com/css?family=Roboto+Condensed:400,300,300italic,400italic,700,700italic’ );
wp_enqueue_style( ‘skt_full_width-fonts’, ‘//fonts.googleapis.com/css?family=Roboto:400,300,700’);
wp_enqueue_style( ‘skt_full_width-basic-style’, get_stylesheet_uri() );
if ( (function_exists( ‘of_get_option’ )) && (of_get_option(‘sidebar-layout’, true) != 1) ) {
if (of_get_option(‘sidebar-layout’, true) == ‘right’) {
wp_enqueue_style( ‘skt_full_width-layout’, get_template_directory_uri().”/css/layouts/content-sidebar.css” );
}
else {
wp_enqueue_style( ‘skt_full_width-layout’, get_template_directory_uri().”/css/layouts/sidebar-content.css” );
}
}
else {
wp_enqueue_style( ‘skt_full_width-layout’, get_template_directory_uri().”/css/layouts/content-sidebar.css” );
}wp_enqueue_style( ‘skt_full_width-supersized-default-theme’, get_template_directory_uri().”/css/supersized.css” );
wp_enqueue_style( ‘skt_full_width-supersized-style’, get_template_directory_uri().”/css/supersized.shutter.css” );
wp_enqueue_script( ‘skt_full_width-supersized-easing’, get_template_directory_uri() . ‘/js/jquery.easing.min.js’, array(‘jquery’) );
wp_enqueue_script( ‘skt_full_width-supersized-slider’, get_template_directory_uri() . ‘/js/supersized.3.2.7.min.js’, array(‘jquery’) );
wp_enqueue_script( ‘skt_full_width-supersized-shutter’, get_template_directory_uri() . ‘/js/supersized.shutter.js’, array(‘jquery’) );
wp_enqueue_style( ‘skt_full_width-editor-style’, get_template_directory_uri().”/editor-style.css”, array(‘skt_full_width-layout’) );
wp_enqueue_style( ‘skt_full_width-main-style’, get_template_directory_uri().”/css/main.css”, array(‘skt_full_width-layout’) );
wp_enqueue_script( ‘skt_full_width-fotorama’, get_template_directory_uri() . ‘/js/fotorama.js’, array(‘jquery’) );
wp_enqueue_script( ‘skt_full_width-lightbox’, get_template_directory_uri() . ‘/js/lightbox.js’, array(‘jquery’) );if ( is_singular() && comments_open() && get_option( ‘thread_comments’ ) ) {
wp_enqueue_script( ‘comment-reply’ );
}
}
add_action( ‘wp_enqueue_scripts’, ‘skt_full_width_scripts’ );I hope you can help me.
Kind regards,
Christian
October 31, 2022 at 10:48 am #201402Hi,
Kindly send us your URL of the site and WordPress admin details (Username & Password) via email:[email protected] Please mention this forum URL while replying so that we understand what needs to be done.
We’ll check and revert back to you.
Regards,
Dave -
AuthorPosts
- You must be logged in to reply to this topic.