Discussion on Kalium 3 | Creative Theme for Professionals

Discussion on Kalium 3 | Creative Theme for Professionals

Cart 47,291 sales
Recently Updated
Well Documented

Laborator supports this item

Supported

This author's response time can be up to 1 business day.

8333 comments found.

Hi team,

Can you please describe how to configure product pictures in homepage (eshop) to have same layout as in demo. Whatever I try I am getting different results than in demo. I can’t get rid of prices showing up.

Kind regards M

Thank you. It’s set up correctly. I understood issue is related to picture sizes.

Hi, I ran a performance test on your theme. Mobile 69 from 100, desktop 83 from 100, not bad I must say. I also got some recommendations how to optimize site for the benefit of all your clients. Things like removing render-blocking JavaScript and optimizing CSS delivery. Would you consider optimizing it? If it’s possible.

Hi ewaz,

Optimizing the theme is one of our priorities so it will be faster and lighter every time, that’s a real challenge for us because it must be done carefully, as promised we will soon release 1.9 and 2.0 version of Kalium which together with the new features will include better performance of the theme.

Kind Regards,
Art

Hello, I just changed my slider on the starting page and now my JOURNAL which runs over the portfolio page is not under the slider anymore. How do I get it back on the the starting page? Thanks and Greets, Moritz

Hi MoritzSebastian,

To send us email use this link and please write us your request again, because we receive a lot of emails on daily basis and we unfortunately can’t remember all customers requests.

Kind Regards,
Art

Hi Imran did you get my email with the link to the webpage as well login datas?

Hi MoritzSebastian,

I just searched for your username on our email and i don’t find any email from you .On what email address you have send the email to us please?

Kind regards,
—Ylli

Hi there,

Can you tell me how/where I can change theme colors?

Thanks!

Hi Jenny,

Thanks for reaching out! Please navigate to Laborator -> Theme Options -> Theme Styling -> Custom Skin, as per shown here: (http://drops.laborator.co/1kLIq ).

Best,
Imran

Hi,

We’re in the process of making some changes to our website and have been looking at using the visual composer’s “portfolio items” element to help us.

We would like it so that only certain portfolio categories appear in the portfolio and so decided to use the “build query” element and to exclude certain categories.

Excluding certain categories works when you are only excluding one category, however, when you try to exclude two categories it does not work and they both appear in the portfolio – we have also tried using the portfolio items tags to exclude and we are presented with the same issue.

We wondered if this was a bug in the theme that you could fix or if there is any other way that we can filter out two or more categories in the portfolio items element.

Thanks,

Lucy

Hi Lucy,

Thanks for reaching out! I see that you don’t have the “Support Subscription” for this theme listed next to your name; we can’t provide support for customers who don’t have the support package.

Best,
Imran

Hi Ylli, that code on formatting a portfolio to only one column, that you wrote to creativeluv on – could you share it with me too please?

Hi there,

Can you please add the code below to Custom CSS

#isotope-container .isotope-item.w6, .portfolio-holder .isotope-item.w6 {
    width: 100% !important;
}

You can change your theme skin by going to Laborator > Theme Options > Theme Styling > Custom Skin Builder.

Kind regards,
—Ylli

Great! Thx a million!

Glad to hear that frederiknelsson :)

If you like Kalium theme, it would help us a lot if you could rate our item on themeforest from your Downloads tab, (if you don’t know how, just open this link).

Thank you very much and have a nice day :)

Kind regards,
—Ylli

Hi,

Where can I change the back to work icon to text version? I want to replace the icon to text, example: All Works

Thanks.

Hi there,

Just write your site here on comments please, you can use https://bitly.com if you want :)

P.S: Please note that we usually do not respond to emails that request support, because here is our primary support forum. We use contact form just for sending sensitive information such as WP and FTP credentials, and in your case we need only your website URL.

Kind Regards,
Art

I meant this page, http://demo.kaliumtheme.com/agency/portfolio/cloud-inc/

Need to change the box icon to All Projects text.

Thanks.

Hi there,

There is only this way to do that, and if you have a multi-lingual site it won’t work fine:

.flaticon-four60:before {
    content: "Text here" !important;
    font-size: 20px !important;
    text-transform: none !important;
}

Kind Regards,
Art

Hello
I have four Pre-purchase questions.
1. Please confirm that the “hamburger” lines menu icon is re-stylable. Can the hamburger menu be visually customized?
2. And second, I would like to have a transparent top menu at all times, just the logo and a few words across the top, with hamburger only on mobile sizes, is this possible?
3.I have a grid made in Essential Grid that I want to use. Do you know if that grid plugin is compatible with your theme?
4.Can you provide a link to the documentation, so I can review this prior to purchase?
Thanks! Beautiful theme!

Hi there,

1. It can change the color via the Skin management and it can be manually customized with customized with CSS.

2. You can have a transparent menu when you’re using the Sticky Menu which means when you scroll down the page the top menu and logo will remain over the rest of the page.

3. We do not officially support this plugin but we have added it in the to-do list for the supported plugins in the upcoming big updates of the theme.

4. Here is the link to the documentation, please note that we will be continuously updating the theme documentation with new articles and videos.

Cheers,
Art

Hello
Thanks for your responses. This is very helpful. One last question, I can’t seem to get the classic demo to work on my iphone which concerns me. It doesn’t seem to size down to that screen size. The question is, on mobile, can the reader pinch to zoom? I do want responsive, but I also want the reader to be able to zoom in on images that way.
Thanks!

Hi magazines96,

Can you please send us the link of that demo, also send us some screenshots how it looks on your mobile phone.

Please tell us what version of your Phone you have and what browser are you using there.

You can upload screenshots on this site if you don’t know any other service.

Kind regards,
—Ylli

Hello, i am admin for the kalium theme.

I have made a portfolio page, now i want to show 2 items per row. But it only shows 3 per row.

Also When I Set Pages > Grid Settings > 2Items Per rows and press Preview (Update too) Changes it shows 2 as I need but only in preview mode. When I Open Visit Site there is 3 column. : (

Can you please help me to fix this?

Thanks

Hi there,

Thanks for writing in! Please navigate to Laborator -> Theme Options -> Portfolio Settings -> Colums to show portfolio items as per showing up here: http://drops.laborator.co/14fsd

Best,
Imran

Hey there,

Awesome theme! I am having one issue. I cannot remove the underline on hover of the links. This is a problem because the underline is happening to button and images when they have a link.

I have found that if I add; a::after {background:transparent;} This works on the fly but when I add it to the css styling in the back end. It does not work. This is because the kalium.css is being over ridden but the skin.css stylesheet is not and it continues to show the chosen theme colour in the underline.

Can you help me do a global remove of the underline on link hover?

Thanks in advance,

Hi there,

Thanks for reaching out! Please try out the following code to your Laborator -> Theme Options -> Theme Styling -> Custom CSS field:

a:hover {
  text-decoration: none !important;
}

Please let us know, how it goes.

Best,
Imran

I’m at my wits end searching for a solution for my home page. I can’t show it to you (though I could email screen shots), because I’m working locally on a Mac/MAMP.

In your “Agency” flavor of the Kalium theme, you include a “Portfolio items” row directly beneath the auto-type element. I need to replicate that, and use it to replace the logo grid down the page. No problem. EXCEPT, I need to increase the number of items to SIX (or 8, or whatever—why is this limited?) across, versus a maximum of only 4.

I’ve tried a bazillion different ways to work around this, building my own grid, etc., but it seems there are some widgets/templates/whatever that don’t recognize SVGs (yes, I have the SVG plugin installed, and it works fine other places), and I just can’t quite get there. I’m looking to have 6 (or 8) client logos across, with each linking to a portfolio page.

Help! Thanks in advance!

Hi Suzanne

I have tried to code the fix for you but it seems to be more complex than it looks to fix. So I it will take me some time to fix and release it within the new update, sorry about that but I will fix this it and will provide you the total solution in the next update.

As for your other questions here’s what to do:

1. To change the thumbnail text size apply this Custom CSS:

.portfolio-holder .thumb .hover-state .info h3 {
        font-size: 22px;
}

To apply Custom CSS, on WP admin panel menu click Custom CSS link (as shown here).

2. Actually this option is not provided for specific page. It is nice idea, so I can add it to implement in the future.


Best regards,
Arlind

A belated thank you!

You’re welcome :)

Hi, I’m in love with your Theme and I want it. But I have a question. Can I install your theme with this Hosting Configuration? http://www.register.it/web-tools/wordpress.html

Hi there,

Thanks for reaching out! I see that you don’t have the “Support Subscription” for this theme listed next to your name; we can’t provide support for customers who don’t have the support package.

Best,
Imran

Ok, but can you tell me if that Hosting Services is ok for your theme before buy? Is just a question before buying!

Hi RBNZeta,

We are sorry but we haven’t tested this server before.

Recommended PHP configuration limits are as follows:

max_execution_time 180
memory_limit 128M
post_max_size 32M
upload_max_filesize 64M

For more info visit this link Recommended PHP Configuration Limits

If you need more info, please don’t hesitate to reply us :) Kind regards,
—Ylli

Hi. I am such a beginner I seem to have lost my home page – goes straight to blog now – yesterday when I closed my mac it had an error appearing on home page but at least the homepage was still there!. I have no idea sorry! – I thought it would be easier than this but I am a print designer.

help!

thanks

Lou

Hi Lou,

Thanks for reaching out! Please navigate to your Admin Panel -> Settings -> Reading and select your homepage from under the ‘static page’ options (http://drops.laborator.co/165O9 ).

Best,
Imran

Hello,

I’m seriously considering buy Kalium (great design!) to implement a site for a customer but I have one important question: - Could you please let me know if it is possible to have the top menu visible by default on Desktop view (and with the hamburger menu on smaller screens if it does not fit on one line of course). I don’t want to have to click on it to display is as illustrated on this demo: http://demo.kaliumtheme.com/main/contact-2/

Thx in advance for your feedback Steph

Hi Steph,

Thanks for your interest on our theme.

For sure, this can be enabled on our rich Theme Options, we have done this kind of menu on the Dark demo to show that this is possible :)

Kind regards,
—Ylli

Hi guys, thanks for all the help thus far, we’re almost there! Please find some questions here (we’ve posted these 6 days ago but the cubeload links expired, which is why we post them here now):

1) In the contact form, is it possible to leave out the ‘message title’ and only keep ‘email title’ and ‘submit title’. Right now it looks like this http://cubeupload.com/im/qTZZbq.png. In this way, we’d get message less emails from people, and we can ourselves accumulate the emails in a list. We’d also like to do two changes to the style a) extend the underline to also include the user’s email, 2) center the form on the page. To sum up, we’d like to make these changes. http://cubeupload.com/im/NkWRoZ.png

2) We have inserted various links (not using custom links) in the footer, like this About. How do we make more space between each link, change their font size and remove the underline hover? Right now it looks like this http://cubeupload.com/im/DgnA7B.png

3) Also, is it possible to have a gif running in infinite loop?

4) How to reduce title size of items in portfolio masonry?

5) Remove grey background color (behind the text) in a post grid? Plus reduce the size of the titles of each item in the grid?

thank you!!!!!! PS. we’re very excited about the upcoming update… any news as to when it will drop? :-)

Hi Ylli, sorry about the late answer. About 6, it is on the page http://therim.co/topics/urban-farming/. 7) on our front page please click on the image ‘the potential of urban farms’ – why would it not show the image in its original dimension but squeeze it into a square instead? it makes for very unflattering close ups as in a case like this. thanks a lot :-)

Hi Ylli, on this page http://therim.co/portfolio/4538/ you will see TAGS, URBAN FARMING etc. as well as SHARE, TWITTER, etc for which I have chosen heading style h6. I would like to introduce another heading style which uses an even smaller font dize. How do I do that? thanks a lot

Hi ije_oma,

6— That is a p* tag, you already have this tag on your Custom CSS code, and you can change it’s size from

    font-size: 11.5px !Important;

that is now to different size, this is global for entire *p tags on your site.

7— I’ sorry but i don’t see this text ‘the potential of urban farms’.

— Try this http://drops.laborator.co/RStL and if Wordpress supports it the text will change it’s size.

Kind regards,
—Ylli

Hi there,

I’ve got a question about the contact form. The google maps marker, marking the spot my company is located, is green by default. But this color does not corrospond to my corporate identity. Is there a way I can change it?

OK, so I fixed it myself already. I do have one more problem. It I have got two ‘portfolio’ pages, one is called ‘work’ and the other one is called ‘gallery’. I excluded, some catogorie so work will only show ‘paintings and objects’ and gallery will only show ‘gallery’ posts (www.coenblankwaard.com). Now the problem I seem to have is that the ‘autoscroll’ feature does not work on the ‘work’ page, but does work on the gallery page. Any thoughts on how I could fix this issue?

Hi studiobonkend

For both of these collections of portfolio items create a page with “Portfolio Page” template, so there you can use “Custom Query” settings and it will work normally. Repeat these steps with both of pages.


Best regards,
Arlind

Hello there,

I’m using your theme, and it said that these plugins are needed to install : - ACF Flexible Content - ACF Gallery - ACF Repeater

here’s the screeenshot : http://s24.postimg.org/tl1ur1y11/Screen_Shot_2016_04_11_at_7_29_21_AM.png

i already try to install it but it keep being failed, i already try to re-install the themes freshly but it still cant install those plugins?

hope you can help asap with this one, i really love this theme :)

my email : irwanwismoyodesign@gmail.com

Thanks

Hi Irwanwismoyo,

Thanks for reaching out! This error usually occurs due to the file permission. I would advise contacting your web-hosting provider and asking them to set your file permissions as per the instruction is given in the following article:

https://codex.wordpress.org/Changing_File_Permissions

Best,
Imran

Hi,

My question is: is it possible to add the interactive “quick view” module like the Oxygene theme in the Kalium theme…

Thanks !

Stéphan thouinst@gmail.com

Hi thouinst,

Currently we don’t plan to add this feature to Kalium.

Kind regards,
—Ylli

Hello there,

I’m using your theme, and it said that these plugins are needed to install, but idk why i cant install it, any suggestion?

http://s24.postimg.org/tl1ur1y11/Screen_Shot_2016_04_11_at_7_29_21_AM.png

Hi there,

Thanks for writing in! Your request has already been answered.

P.S: I saw that you have posted multiple tickets, if you have any question on the future, please write you comment only on one thread and kindly don’t create multiple threads.

Best,
Imran

api key

Hi Robox,

Thanks for writing in! Your request has already been answered.

P.S: I saw that you have posted multiple tickets, if you have any question on the future, please write you comment only on one thread and kindly don’t create multiple threads.

Best,
Imran

Hi,

i have problems with setting up the envato toolkit. When i enter the generated API key in the “user account information” i get an error message “Username and/or API Key invalid.” I revoked the key and generated a new one but with no success.

Hi Robox,

Thanks for reaching out! Please forward this request to support@laborator.com

Best,
Imran

by
by
by
by
by
by

Tell us what you think!

We'd like to ask you a few questions to help improve ThemeForest.

Sure, take me to the survey