Okay
  Public Ticket #1371401
WP 4.9
Closed

Comments

  • Peter_100 started the conversation

    Hi.
    should KALIUM run on WP 4.9? Uploading the theme does not work. Tried two different .zip theme-download-packages. Firefox 57.0 on OSX


    Thank you.

  •   Peter_100 replied privately
  • [deleted] replied

    Hi Peter,

    It seems that some of your PHP limits are lower than theme requires. Please read this article Error: “Are you sure you want to do this? Please try again” and there we wrote the next steps that you need to do

    If you still need our help please don't hesitate to reply.

    Thanks!

  • Peter_100 replied

    Got it! Not a very helpful error page-text indeed. Solved like you suggested.
    After installing a new (google) font, I cannot use bold fonts in text-areas. How can I assign different font weights to the "bold" option in text?

    Thank you

  • [deleted] replied

    Hi Peter,

    Can you please add the code below to your Custom CSS area:

    b, strong {
        font-weight: 700 !important;
    }

    And this code will make your bold texts show bolder.

    Thanks!