Viewing 13 posts - 1 through 13 (of 13 total)
  • Author
    Posts
  • #1279033

    Hallo Kriesi-Team,

    wir haben eine andere Schriftart für H2-H6 über Erweitertes Styling eingegeben, aber sie wird nicht übernommen. Auch per Quick CSS lassen sie sich nicht ändern. Ähnliches trifft zu auf die Schriftart fürs Burgermenü, für Beitragstitel, für den Beitragsauthor, usw. die wir gerne ändern wollen (siehe unten). Woran könnte das liegen bzw. was könnten wir tun? Cache leeren hat nichts gebracht.

    Wir verwenden WP Version 5.6.1 mit Theme Enfold Child und der Enfold Freelancer Demo.

    Vielen Dank für Eure Hilfe!
    Dominic & Cornelie

    Beispiele mit CSS:

    #av-burger-menu-ul li {
    font-family: ‘open sans’ !important;
    }

    .menu-item-3695 .av-active-burger-items {
    font-family: ‘open sans’ !important;
    }

    h3.av-special-heading-tag {
    font-family: ‘open sans’ !important;
    }

    h5 {
    font-family: ‘open sans’ !important;
    }

    .post-title-entry-title a {
    font-family: ‘open sans’ !important;
    }

    .blog-author.minor-meta {
    font-family: ‘open sans’ !important;
    }

    #1279114

    ! NACHTRAG !
    Wir haben gerade festgestellt, dass viele Änderungen doch funktionieren wenn wir sie über Design > Customizer > Zusätzliches CSS machen, siehe unten. Nur die Button-Eigenschaften border-radius und color werden nicht übernommen. Frage bleibt natürlich, warum es über Erweitertes Styling (und Quick CSS) nicht funktioniert hat…

    h3 {
    font-family: ‘open sans’ !important;
    color: #84a8a1 !important;
    }

    h4 {
    font-family: ‘open sans’ !important;
    }

    h5 {
    font-family: ‘open sans’ !important;
    }

    .cr_button {
    background-color: #84a8a1 !important;
    padding: 10px !important;
    border-radius: 3px;
    font-family: ‘open sans’ !important;
    color: #000000 !important;
    }

    .button {
    background-color: #84a8a1 !important;
    padding: 10px !important;
    border-radius: 3px;
    font-family: ‘open sans’ !important;
    color: #000000 !important;
    }

    #av-burger-menu-ul li {
    font-family: ‘open sans’ !important;
    }

    .blog-categories {
    font-family: ‘open sans’ !important;
    }
    .post-title.entry-title a {
    font-family: ‘open sans’ !important;
    text-transform: none !important;
    }

    .date-container {
    font-family: ‘open sans’ !important;text-transform: none !important;
    }

    .blog-author.minor-meta {
    font-family: ‘open sans’ !important;
    text-transform: none !important;
    }

    #1279120

    In Ergänzung zur obenstehenden ersten Anfrage haben wir auch festgestellt, dass etwas Ähnliches passiert bei Formularen in CleverReach. Wenn wir z.B. im Formular eine bestimmte Buttonfarbe und Button-Schriftfarbe eingegeben haben, werden diese nicht übernommen. Über Zusätzliches CSS konnten wir einige Eigenschaften ändern (siehe Nachtrag), obwohl z.B. color und border-radius sich nicht ändern lassen. Wieso werden die Layout-Elemente aus CleverReach nicht im Theme übernommen? Und wie könnten wir die Eigenschaften, die wir über CSS nicht ändern konnten, doch ändern? Wir sind gespannt auf Eure Rückmeldung.

    Viele Grüße aus Deutschland!

    #1279122

    Hallo,

    Thanks for contacting us!

    Have you enabled CSS file merging and compression in Enfold theme options > Performance? If you have, please try to disable it, check “Delete old CSS and JS files?” at the bottom, save theme options and refresh your page a few times.
    That should help. If it still does not, please create temporary admin logins and post them here privately so we can look into it :)

    Best regards,
    Yigit

    #1279460

    Dear Yigit,

    thank you very much for your quick reply!

    We have enabled “CSS file merging and compression”, aktivated “Delete old CSS and JS files” in the Theme Options, and refreshed the website a few times. To study the effects of this solution, we first disabled the CSS in “Quick CSS” and “Zusätzliches CSS”. However, the headings defined in “Erweitertes Styling” did not appear, so it still seems, that these inputs are not being implemented properly. Next, we enabled the CSS code in “Quick CSS”, but again, the headings and other layout changes defined here did not show on the website. Finally, we enabled the CSS code in “Zusäztliches CSS” and then the website looked okay again. So, unfortunately, it seems that the solution proposed did not work. :-(

    In general, do you suggest using “Quick CSS” or “Zusätzliches CSS” for layout changes? What are the differences?

    We will send you an admin login in private post soon. Thanks in advance for your help!

    Best regards, Cornelie

    #1279894

    Hi Cornelie,

    Thanks for the update. It shouldn’t matter where you place your CSS, it should apply in both places. If you need further help with this, then please include admin WordPress login details in private, so that we can have a closer look at your site.

    Best regards,
    Rikard

    #1281621

    Hi Rikard,
    thanks for your reply to my CSS-location-question.
    Did you receive our admin login details per private post on 10 Feb? Please see also private content.
    Best regards, Cornelie

    #1281650

    Hi,

    There was an open comment tag in your CSS code. I closed it and that helped. Please review your website :)

    Best regards,
    Yigit

    #1281761

    Hi Yigit,
    and this open comment tag caused all aboved issues, including the ones regarding Erweitertes Styling? (Because that was why we tried to solve this with CSS)? Yes, I will review our website. Many thanks!
    Best regards,
    Cornelie

    #1281768

    Hi Cornelie,

    Yes, broken CSS affects Advanced Styling as well :)

    Please review and let us know so we can mark the thread as resolved or provide further assistance :)

    Best regards,
    Yigit

    #1281945

    Dear Yigit,

    thank you so much for your quick help! I will check in more detail later and will let you know if all our questions are solved now.

    One issue that you did not yet comment on is our question regarding CleverReach forms, see also #1279120.

    “In Ergänzung zur obenstehenden ersten Anfrage haben wir auch festgestellt, dass etwas Ähnliches passiert bei Formularen in CleverReach. Wenn wir z.B. im Formular eine bestimmte Buttonfarbe und Button-Schriftfarbe eingegeben haben, werden diese nicht übernommen. Über Zusätzliches CSS konnten wir einige Eigenschaften ändern, obwohl z.B. color und border-radius sich nicht ändern lassen. Wieso werden die Layout-Elemente aus CleverReach nicht im Theme übernommen? Und wie könnten wir die Eigenschaften, die wir über CSS nicht ändern konnten, doch ändern?”

    Thank you in advance for your reply!

    Best regards, Cornelie

    #1281969

    Dear Yigit,

    I have thoroughly tested the issues with Advanced Styling & CSS (both places) in Firefox. At first the issues seemed still there. However, because the site did function well in Chrome, I found out that it was really about the Cache which played us parts… So, again many thanks for your help! Although the question on CleverReach is still open, all changes to the design of our form could be made in CSS, so this issue is not urgent anymore. You may close this thread now.

    Have a nice day!

    Best regards, Cornelie

    #1281970

    Hi Cornelie,

    Thanks for the update!

    You are welcome! :)

    For your information, you can take a look at Enfold documentation here – https://kriesi.at/documentation/enfold/

    If you have any other questions or issues, feel free to start a new thread under Enfold sub forum and we will gladly try to help you :)

    Enjoy the rest of your day!

    Best regards,
    Yigit

Viewing 13 posts - 1 through 13 (of 13 total)
  • The topic ‘Erweitertes Styling & Quick CSS funktionieren nicht?’ is closed to new replies.