Important:
This support area is for Kalium 3 users only.
Support for Kalium 4 has moved to our new platform at support.laborator.co.
If you’re using Kalium 4, please create a new account there using your email and license key. A password will be sent to you automatically.
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.
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!
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
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!