• Resolved medialarts

    (@medialarts)


    Hello…

    ..i try to use the plugin to remove the loading of google fonts via Revolution Slider…
    ..its loading “Roboto” and and Icon font….

    ..the plugin removes only the Icon Font…Roboto stays unremoved…

    ..its DEFINITELY Revolution Slider causing the google font load…
    ..as soon as i deactivate it, dev tools check is clean….

    ..so..why is roboto staying untouched?

    Any help is welcome..

    The page I need help with: [log in to see the link]

Viewing 5 replies - 1 through 5 (of 5 total)
  • Plugin Author DannyCooper

    (@dannycooper)

    Hi @medialarts,

    Did you resolve this? I see multiple fonts on your website but they are all loaded locally.

    Thread Starter medialarts

    (@medialarts)

    …meanwhile i could fix it ..

    ..your Plugin removes the Icon font “Materials”..as described..
    ..and i removed “Roboto” the by finding the initiator thats calls the google font load:

    Here: …./wp-content/plugins/revslider/admin/assets/css/basics.css

    This CSS from RS loaded it itself…

    /************************************************
     * REVOLUTION 6.0.0 BASIC RS EDITOR CLASSES
     * @version: 1.2 (13.12.2017)
     * @author ThemePunch
    ************************************************/
    /*@import url('https://fonts.googleapis.com/css?family=Roboto:300,400,500,700,900');*/

    ..commented out…fine so far…

    interesting point:

    Google font cheching sites declare the site as “clean”…even already with “Roboto” and “Material” loaded visibly in Chrome dev tools…

    After removing “Material” via plugin and “Roboto” via comment ing out in Css the dev console shows nothing anymore…

    maybe helpful for u as well

    Thread Starter medialarts

    (@medialarts)

    Btw…to”Kill” all loaded fonts from the site i had to use a bundle of:

    Fonts Plugin
    Fonts Plugin Pro
    OMGF
    Disable and Remove Google Fonts

    and manually fixed:

    Smart Slider
    WPDM
    Maps Marker Pro
    Popup Maker

    …Whole Story was a desaster…

    Plugin Author DannyCooper

    (@dannycooper)

    I’m sorry to hear that @medialarts, unfortunately some themes and plugins do make it hard to remove the fonts.

    function remove_google_fonts_stylesheet() {  
        wp_dequeue_style( 'google-fonts-roboto' );
    }
    add_action( 'wp_enqueue_scripts', 'remove_google_fonts_stylesheet', 999 );

    This solved

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Not working on Revolution Slider?!’ is closed to new replies.