tachoron
Forum Replies Created
-
Forum: Plugins
In reply to: [Nimble Page Builder] White Background in Hamburger MenuThanks for the information.
I have fixed this now temporary via CSS.
Forum: Plugins
In reply to: [Nimble Page Builder] White Background in Hamburger MenuHey Nicolas,
Thanks for your fast Response!
If i change the Color, it is also changed for the Desktop View then and a dark color can’t be read on the desktop because of the dark background. Otherwise a light color can’t be read on the mobile view.Has this behaviour changed in one of the last updates?
Will there be a option in the future to activate the transparent color option again or set the background color to a specific color?
Best Regards
TachoronHi Daan,
Did you receive my Settings and could you identify the problem?I’have now checked it for my self and the following line only occurs for the Poppins font.
<link href="//fonts.googleapis.com/css?family=Poppins:regular%7CPoppins:500&display=swap" rel="stylesheet" id="sek-gfonts-local-and-global" as="style">
The other used Google Fonts (Amatic SC & Josefin Sans) seemed to be removed successful.
The following line does only exist if i have “Remove Google Fonts” disabled. Otherwise it is removed (as expected):<link rel="stylesheet" id="czr-gfonts-css" href="//fonts.googleapis.com/css?family=Amatic+SC%7CJosefin+Sans:700&display=swap" type="text/css" media="all">
Best Regards
Tachoron- This reply was modified 4 years, 10 months ago by tachoron.
I send it.
I hope this is the correct Theme Settings file you need (must rename it to *txt).
Otherwise send me a short info from where i can export it.I have now enabled “Preload Google Fonts” in my Theme Settings:
The Code has changed:
<link href="//fonts.googleapis.com/css?family=Poppins:regular%7CPoppins:500&display=swap" rel="stylesheet" id="sek-gfonts-local-and-global" as="style">
But now i got the following message:
Auto Detect completed successfully, but no Google Fonts were found.Hi.
It seems i have the same problem.
I’m using the Customizr Theme.I have downloaded the fonts via “Auto Detect” and “Download Fonts” (16 fonts found) + “Generate Stylesheet” (tried this once with and without checked “Preload”) and then i checked “Remove Google Fonts (experimental)” and saved this changes.
If i reload the complete page via CTRL+F5 and check the code i found the same lines as before:
<link rel="dns-prefetch" href="//fonts.googleapis.com">
and
/* <![CDATA[ */ var CZRParams = { ... ,"preloadGfonts":"","googleFonts":"Amatic+SC%7CJosefin+Sans:700"}; /* ]]> */
Or have I misunderstood something?
Best Regards
TachoronForum: Themes and Templates
In reply to: [Customizr] Using Google MapsThanks for your response. That answer helped me a lot!