• oelki9

    (@oelki9)


    This plugin has no affect. the fonts are loaded from google w/ and w/o the pluging.

    When I enabled the option “Save Fonts Locally” within Smart Slider the fonts for the slider will be delivered from my server.

    • This topic was modified 2 years ago by oelki9.
    • This topic was modified 2 years ago by oelki9.
Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Author EverPress

    (@everpress)

    Hi There!

    Thanks for the feedback!

    Looks like the theme uses
    @import url(//fonts.googleapis.com/css?family=Open+Sans:300&display=block);

    which cannot get handled by the plugin. Can you check with the theme author to fix this?

    Best Regards

    Hi

    It’s disappointing to see a one-star review posted for what should be a support query.

    Using Code Snippets, a child theme functions.php file, or a custom plugin, Vantage Google Fonts can be disabled using:

    add_filter( 'vantage_import_google_fonts', '__return_false' );

    Alternatively, the Vantage webfont provider can be changed from Google to Bunny Fonts using:

    add_filter( 'siteorigin_web_font_url', function( $url ) {
    	return 'https://fonts.bunny.net/css';
    } );

    https://siteorigin.com/vantage-documentation/advanced-customizations/

    Kind regards

    Andrew

    Plugin Author EverPress

    (@everpress)

    Thanks Andrew for providing this info ??

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘not working under vantage premium theme’ is closed to new replies.