trollo
Forum Replies Created
-
Sorry, missing newline – corrected:
[...] // If we made it this far, just serve the file status_header( 200 ); readfile( $file ); exit;
Forum: Reviews
In reply to: [Meow Lightbox] A free lightbox with all photographing features I needHi Jordy,
thank you! That’s great!
If that’s okay for you, I will become a moderator for German. Just go ahead ??
Forum: Themes and Templates
In reply to: [Ef Practical] Load Google Fonts CSS localAccept my apologogy for delaying to answer you.
No problem, the real life is sometimes more important.
Go to Customize -> Header -> Header Image Content Typography and then check all “Download font-family to server instead of using the Google CDN”
Thank you! I’ve missed this option and only found the other one.
Forum: Themes and Templates
In reply to: [Ef Practical] Load Google Fonts CSS localIs there a possibility to deactivate this WebFont loader? In the EU, we now have to load all fonts locally to prevent warning letters with high penalties.
Forum: Themes and Templates
In reply to: [Ef Practical] Load Google Fonts CSS localI have to ask again, because I’ve found another occurence of GFonts embedding:
on my index.php is somewhere at the bottom the following code:
<script type='text/javascript' src='https://my-domain.com/wp-content/themes/ef-practical/inc/kirki/modules/webfont-loader/vendor-typekit/webfontloader.js?ver=3.0.28'></script> <script type='text/javascript'> WebFont.load({google:{families:['Playfair Display:400:cyrillic,cyrillic-ext,devanagari,greek,greek-ext,khmer,latin,latin-ext,vietnamese,hebrew,arabic,bengali,gujarati,tamil,telugu,thai', 'PT Serif:400:cyrillic,cyrillic-ext,devanagari,greek,greek-ext,khmer,latin,latin-ext,vietnamese,hebrew,arabic,bengali,gujarati,tamil,telugu,thai']}}); </script>
Because of that, GFonts is loaded using the webfont-loader. The first mentioned solution only removes the direct embedding using css.
I am using Ef Practical 1.1.1.
Forum: Themes and Templates
In reply to: [Ef Practical] Load Google Fonts CSS localYes, thank you!