Viewing 9 posts - 1 through 9 (of 9 total)
  • Author
    Posts
  • #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

    #1155938

    Hey 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,
    Ismael

    #1156010

    Hey 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

    #1156331

    Hey 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;
    }

    #1156645

    Hi,

    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,
    Ismael

    #1157011

    Hi,
    it worked fine. Thanks alot.

    #1157162

    Hi,

    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,
    Rikard

    #1157200

    Hi,
    you can close it.

    #1157345

    Hi progpaule,

    Great :) We are closing the thread.

    Best regards,
    Victoria

Viewing 9 posts - 1 through 9 (of 9 total)
  • The topic ‘3 Different Problems: Heading font weight, Button on text and cookie banner.’ is closed to new replies.