deactivare font awesome

Home Forums SKT Full Width Forum deactivare font awesome

Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #201011
    Melanie MelcherMelanie Melcher
    Participant
    • Topics: 6
    • Replies: 13
    • Total: 19
    Member since: October 13, 2015

    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

    #201015
    Sonnal S SinhaSonnal S Sinha
    Moderator
    • Topics: 0
    • Replies: 30643
    • Total: 30643
    Member since: August 16, 2013

    Hi,

    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,
    Dave

    #201307
    Melanie MelcherMelanie Melcher
    Participant
    • Topics: 6
    • Replies: 13
    • Total: 19
    Member since: October 13, 2015

    Dear 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

    #201366
    Sonnal S SinhaSonnal S Sinha
    Moderator
    • Topics: 0
    • Replies: 30643
    • Total: 30643
    Member since: August 16, 2013

    Hi,

    Kindly go to >> theme folder >> lib >> functions >> enqueue.php >> line number 24 >> and delete font awesome code from there.

    Regards,
    Dave

    #201394
    Melanie MelcherMelanie Melcher
    Participant
    • Topics: 6
    • Replies: 13
    • Total: 19
    Member since: October 13, 2015

    Hello 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

    #201402
    Sonnal S SinhaSonnal S Sinha
    Moderator
    • Topics: 0
    • Replies: 30643
    • Total: 30643
    Member since: August 16, 2013

    Hi,

    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

Viewing 6 posts - 1 through 6 (of 6 total)
  • You must be logged in to reply to this topic.