
-
AuthorPosts
-
November 7, 2019 at 1:23 pm #1154624
Hi,
i’ve got several problems and my search wasn’t as successful as expected.1. I want all my headings in font weight 800, but nothing works. I’ve tried
h1, h2, h3, h4, h5, h6 { font-weight: 800 ! important; } in Quick CSS an it doesn’t work. Then I tried to change it in extented styling, but nothing happens.2. In “Entry with post format Video” i’ve added a checkbox, but the send button covers the text. It works fine on my contact site.
3. Last one came right after updating my theme to 4.6.3.1. I had a good working cookie banner before. Now it stays all the time on every page and the layout is not as before.
Hope somebody could help. Greets from Germany – Florian
November 12, 2019 at 9:54 am #1155938Hey progpaule,
Thank you for using Enfold.
1.) The custom font (raleway v14 latin 2) doesn’t contain the required font weight or variation. Where did you get the font? Please note that the Custom Font Manager only supports fonts that are downloaded directly from Google, so you can’t use fonts from a different source.
Schrift:raleway v14 latin 2 ( font-family: raleway-v14-latin-2 ) normal: 400 italic: 400
2.) Where can we see the post? Please provide the actual URL of the post so that we can inspect it.
3.) The latest version contains some improvements for the privacy options, so you might have to reconfigure the Privacy & Cookies options. We also deactivated the File Compression settings temporarily to regenerate the required scripts and stylesheets. For more info about the new privacy options, please check the documentation.
// https://kriesi.at/documentation/enfold/privacy-cookies/
Best regards,
IsmaelNovember 12, 2019 at 1:42 pm #1156010Hey Ismael,
thanks for your reply.
1.) Originally I got the .zip from https://google-webfonts-helper.herokuapp.com/fonts, now I changed it into https://fonts.google.com/specimen/Raleway?selection.family=Lato|Roboto. But the problem is the same.
2.) Problem appears on: https://unchartedmusic.de/alben/
3.) Cookie problems are fixed so far. Thank you
November 13, 2019 at 10:08 am #1156331Hey again,
now I fixed the font weight problem with this in additional CSS #top .av-special-heading h2.av-special-heading-tag,#top .av-special-heading h1.av-special-heading-tag {
font-weight: bolder !important;
}November 14, 2019 at 5:41 am #1156645Hi,
Thank you for the update.
Glad to know that most of the issues are fixed. For the comment form button, please use the following css code to move it downwards away from the privacy checkbox/text.
#commentform .form-submit { margin-top: 50px; }
Best regards,
IsmaelNovember 14, 2019 at 11:06 pm #1157011Hi,
it worked fine. Thanks alot.November 15, 2019 at 12:37 pm #1157162Hi,
Great, I’m glad that you got it working. Please let us know if you should need any further help on the topic or if we can close it.
Best regards,
RikardNovember 15, 2019 at 3:22 pm #1157200Hi,
you can close it.November 15, 2019 at 10:33 pm #1157345Hi progpaule,
Great :) We are closing the thread.
Best regards,
Victoria -
AuthorPosts
- The topic ‘3 Different Problems: Heading font weight, Button on text and cookie banner.’ is closed to new replies.