8337 comments found.
I am uploading my new Kalium theme and when it finished importing I get a “Are you sure you want to do this” and a try again button screen. Please help.
Hi jordanpease,
Most likely your web server is configured with PHP settings that are too low to allow the theme ZIP file to upload. Specifically, PHP is configured to a maximum file upload size limit at 8 megabytes or less. The theme ZIP is about 9.5 megabytes in size. Thus, the web server is rejecting the upload. WordPress is giving you a rather ambiguous message in response. This is not a theme fault or bug.
There two ways to solve this problem.
1— You can either get your web host to increase your PHP limits.
2—You can upload your theme via an FTP client.
Recommended PHP configuration limits are as follows:
max_execution_time 180
memory_limit 128M
post_max_size 32M
upload_max_filesize 32M
For more info visit this link Recommended PHP Configuration Limits
If you need more info, please don’t hesitate to write us 
Kind Regards,
—Ylli
I can’t upload a Revolution Slider, of my own or from the demo. The message I get is:
importing slider settings and data… Error: Wrong export slider file format! This could be caused because the ZipArchive extension is not enabled. Go Back
I’ve spent a lot of time tying to figure this out, I hope you can help.
I’m sorry to say, I spent hours trying to sort this out, and eventually had to call my hosting provider. We spent a couple hours on the phone to make this function.
Hi jcloewe,
We are really sorry for this problem, but you must understand that this is not a theme problem, but it is a problem by your hosting provider.
We didn’t have this problem before, you are the first one that faced this problem.
We are very glad that your problem is now solved and you can continue to make your next best site 
Kind Regards,
—Ylli
Hello Laborators,
Thank you for the kind reply. I did just want to point out that there is a potential problem with using this plugin that’s on the hosting side, and not a problem with the theme or plugin itself.
I should have said it before, this theme is quite impressive — I’ve used several in my projects that don’t rise to this level. Unfortunately, I’ll probably be sending many messages because I’m not a developer, and working on this one on my own. 
Thanks! J.C.
Hi there, I’ve just discovered an issue with a parallax row on one of my websites at this address http://www.musicidisantapelagia.com/regie-sinfonie-2015-2016/
There used to be a background image beneath “a la gloire du roi” and I can still see it on the visual composer, but it won’t appear online. Can you please help me?
Many thanks,
Mattia
Don’t worry, just figured it out 
Are there known issues with the sticky nav bar? On mobile, there is a blank gap at the top.
Hi Ylli, thanks for getting back to me so quickly
My site is codesigns.co and I turned off the sticky nav bar because it was not smooth at all, but it kept stuttering (and sometimes has a blank bar, like I mentioned before). Lately I have just kept it disabled, but let me know if you need me to turn it on at all. Thanks!
Hello!
About Kallium
It can be a blog not assign outstanding image and do not see the gray box intended to images or videos in the list of blog, etc.?
Thanks
Orlo
Hi, I have downloaded the demo content for Kalium Store. How do I remove the Kalium Store logo? There is also a not asking me to purchase license for Layer Slider Plug in, do I need to?
Hi limyauboon,
1— Just go to Laborator >Theme Options > Branding.
2— Layer Slider don’t allow us to give customers our license number, so on each premium plugin such as Visual Composer, Revolution Slider and Layer Slider update we release a new update to our theme with the latest version of that plugin included, and customers don’t need to worry about that,
You never need to buy any premium plugins that comes with our theme
Kind Regards,
—Ylli
Thanks Yill, I have more, lot more questions to set up what I thought was similar to your demo site. Pls be patient with me. If you visit my site www.5l-2f.com, you will notice I have made very little progress on my front, given that this is the 1st time I am building my own site.
1. I have trying to replicate your 3 columns on the second row using VC, but with no success. Pls advice how. 2. I have been trying to the content on the revolutionary slider, also with no success. Pls advice how. 3. I would like to create my catalogue, and not sure where to start making those changes. 4. I am happy to use the same format and style with the woo commerce demo, and just want change the products and pricing etc. 5. I also need to know how to size images or boxes with VC.
Can you let me know I can do that with appropriate documentation?
Really appreciate your help on this.
Regards Boon
Hi, I have this error on my blog page. Warning: Missing argument 2 for wptr_supress_title() in /home/c5l2f900/public_html/wp-content/plugins/title-remover/title-remover.php on line 16 Pls advice. Thanks!
Coming Soon Mode disabled.
Hi there,
When i go to http://5l-2f.com/blog i can’t find your blog page, can you please write us your exact blog URL here?
Kind Regards,
—Ylli
It seems to be on my product page as well. Can you please check again. Also, I don’t seem to be able to see my products under kids category. I can see the product on product page. Appreciate your help.
Hi there,
It was very hard to understand what you want to do with your site, but if you want to replicate our demo please better import the demo content
Kind Regards,
Art
I have already imported the demo content. If you look at my site, I have one category (kids), below the slider. I need 3. I try to copy and drag, but it would”t work. Also if you click on the kids category, there are suppose to be 2 products in there. But I cannot see them when I click into it. Can please advice? I have been struggling with this for a few days. Really need help.
I have issues with the slider revolution too. I tried contracting code canyon, they pointed back me back to the theme author.
So here are my issues related to sliders.
I am trying to create a simple slider, and struggling to achieve the following effect on my homepage.
1. Transiting of slides without a temporary delay.
2. I would like to fade off and swipe in the next slide without any gap in image.
3. And when I try to import a new slider template, I get this error. importing slider settings and data… Error: slider_export.txt does not exist!
Appreciate your advice.
Hi there, \Can you please send us your WP credentials on email? We need to investigate your problem and then get back to you with possible solution.
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.
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. Also emails response time can be up to 7 business days.
Kind Regards,
Art
Hi, when I was adding few first portfolio item, I was able to add tags at the right side, now i cant find this option, can you help me please Kind Regards Idzi
Hi Idzi
We have removed this option due to non-usage of tags elsewhere in portfolio page, so there was not any purpose. But if you want to re-enable tags, you can do this by adding the following code in functions.php:
// Enable Tags Column for Portfolio post type
add_filter( 'portfolioposttype_tag_args', 'portfolioposttype_tag_args_remove_tags_column', 100 );
function portfolioposttype_tag_args_remove_tags_column( $args ) {
$args['show_admin_column'] = true;
$args['show_ui'] = true;
return $args;
}
Fatal error: Cannot redeclare portfolioposttype_tag_args_remove_tags_column() (previously declared in /home/idzi1/ftp/Worldwild/Wordpress/wp-content/themes/kalium/functions.php:115) in /home/idzi1/ftp/Worldwild/Wordpress/wp-content/themes/kalium/inc/laborator_actions.php on line 1304
everything stopted working please help
Error establishing a database connection
Hi idzikisza
Can you please delete the code I gave you and paste this slightly modified code:
// Enable Tags Column for Portfolio post type
add_filter( 'portfolioposttype_tag_args', 'portfolioposttype_tag_args_remove_tags_column_x', 100 );
function portfolioposttype_tag_args_remove_tags_column_x( $args ) {
$args['show_admin_column'] = true;
$args['show_ui'] = true;
return $args;
}
No i cant, site doesnt work at all, no wordpress no nothing
Hi
I mean login to your FTP and browse to this relative path:
wp-content/themes/kalium/
And replace functions.php file with this one I have created for you:
http://drops.laborator.co/1b0n9+You will have your site accessible again.
Hopefully this will help you, otherwise if don’t please send us your FTP credentials and I will manage to fix everything for you.
Hi kalium team,
I have uploaded images with the size 3000×2000px but they look still pixelated. Can you please give me a hand to fix this issue? I’m using a Retina Mac Book Pro.
Thank for your help. D
The image size on a full-screen browser window (Mac Book Pro Retina) is only: How can I control the size on each responsive step? The image and the font in the displayed image (3000×2000px) looks blurry and not sharp at all.
Thanks for your help, D
The image size on a full-screen browser window (Mac Book Pro Retina) is only: img width=”1240” height=”827” class=”visibility-hidden img-loaded”
Hi Ylli,
Thanks for your response. The URL I’m working on is http://www.dominikstreich.com/portfolio/mpc/
I’ve found a website who was built with kalium. It has better/higher resolution. The URL of this website is http://www.cristinapagnotta.it/portfolio/iter/
Thanks in advance for your help. Best, D
Ylli?
Hi diginik,
Please just go to functions.php file and paste this code on the end of the file
add_filter( 'kalium_single_portfolio_gallery_image', create_function( '', 'return "original";' ) );
P.S: Those changes will be replaced when we release a new Kalium update, so we recommend you to use Child theme and replace this file on the Child theme, so each time we release a new update it will not affect theme code.
P.P.S: Those websites feel the same on very aspects to me, looks like there is one user who have bought one license, uses Kalium on two sites.
Kind Regards,
—Ylli
Hi Ylli,
I’ve followed your instructions and created a Child theme and pasted your code on the end of the file. But the quality of the image is still the same. No improvement.
I’ve checked the images generated by WP when I upload an image. The image size of an 1240×775 and 1140×490 are only 55KB and 41KB. This is the image which is uploaded by kalium portfolio and this quality is really low.
Can you please help. D
Ylli, can you please help?
Thanks.
Hi diginik,
Have you regenerated thumbnails with this plugin Regenerate Thumbnails ?
Kind Regards,
—Ylli
Great & Thank you Ylli!
Hi Laborator,
I recently added a full-screen revolution slider to my homepage and noticed that it is acting very strange on my mobile device. On desktop it works fine, but when I go to my phone, where I have the slider image disabled, I have to scroll a long long ways before I see the content underneath my slider. Do you think you may know what the issue is? Here is my website: www.alexander-ramsey.com
Thanks for your continued support! Alexander
Hi Alexander
I saw the slider on mobile and you are right, I think you should enable responsive options in revolution sliders because we have done the same settings and slider works fine on mobile device as well.
Apart from this you can create new slider for mobile use only, then in Visual Composer in Column settings > Responsive Options check “Hide” checkbox as shown here: http://drops.laborator.co/jXlA then add new column (full width) and then apply the reverse checks (only check first option and others leave unchecked) and insert Revolution Slider widget from visual composer.
Thank you for the help! I will look into this!
Hi,
I recently downloaded Kalium and succesfully installed the theme- however I am unable to install the Visual Composer and Layers slider due to this message: Unpacking the package…
Installing the plugin…
Destination folder already exists. /customers/c/a/1/ksteinsland.no/httpd.www/wp-content/plugins/js_composer/
Plugin install failed.
How do I resolve this?
Hi kristinasteinslandm,
This is a strange issue.
Can you please send us your WP credentials on email? We need to investigate your problem and then get back to you with possible solution.
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.
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. Also emails response time can be up to 7 business days.
Kind Regards,
—Ylli
Thank you, Ylli,
Very much appreciate this. I have sent an email to the link you gave me now.
Hi Laborator team
Quick pre-purchase question…
Does the theme support an embedded audio player, either SoundCloud or self hosted?
Many thanks
Grant
Hi Ylli
Thanks for the reply.
Could you kindly let me know which 3rd party plugins are being used (even if not officially supported) as this is a requirement if I am going to be able to proceed with the purchase?
Many thanks
Grant
Hi Grant,
We don’t know that, i said that that i have seen Soundcloud to some users, but i don’t know exactly which plugin they user.
There are plenty plugins there, when you search with the word Soundcloud.
Kind Regards,
—Ylli
Hi Ylli
Thanks for such a prompt reply!
No problem. Would you be able to send me links to these other users sites?
I have already tried the following but it no longer appears to be active:
http://wee.reviews/albums/kathryn-williams-hypoxiaThanks again
Grant
Hi,
Is it possible to have several slides in the hero slider on homepage ?
Thanks !
Hi, I love the theme, I’m wondering when the coming soon on the photography page will actually become a reality, as a photographer I purchased the theme months ago, I will run out of support in 4, is there a real honest eta of when this will materialise? I have a contact page here: http://martingardner.com/contact/ the page is a bit skewed after the update, is there a way to fix the way the borders have become offset? Many thanks and I do love Kalium, I’m just a bit disappointed that the coming soon has sat on the photography preview for so many months
Hi mrtngrdnr,
Can you please send us your WP credentials on email? We need to investigate your problem and then get back to you with possible solution.
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.
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. Also emails response time can be up to 7 business days.
Kind Regards,
—Ylli
Hey. Im using the circle chart thing on my about page. It looks all dandy on 4 Lines on pc and iPad with 4 Lines configuration, but, on iphone it shows in 1 line. How do I make it show, lets say two lines on iphone?
Hi nicolai1992,
Can you please try to be very specific about the problem and explain it more to us, in this way we can easily understand you and give you the proper answer 
Also can you please write us your site URL here on comments first? We need to investigate your site and then get back to you if we have possible solution.
Kind Regards,
—Ylli
Hi, I updated the theme and a couple of plugins and now my webshop looks really strange. When I go to the admin part I see the following message (I translated it from Dutch so I don’t know if the message looks exactly like this in English): “Your theme has bundled outdated copies of WooCommerce template files”. What do I need to do to fix this?
Thanks for your reply!
Hi pstultiens,
If you are using Kalium 1.7.2. Can you please just update WooCommerce to the latest version and the issue will disappear 
If you are not using Kalium 1.7.2 then the easiest way to update our themes is if you use Envato Toolkit. On this link How to update Themes and Plugins
you can learn this easy step-by-step procedure 
Then don’t forget to go to Appearance > Install Plugins to update all your premium plugins to the latest version that we support.
Kind Regards,
—Ylli
Hi Laborator, thanks for your very quick reply. When I want to update the theme (I now have 1.4) it says: “Updating this theme will lose any customizations you have made. ‘Cancel’ to stop, ‘OK’ to update”. So if I do this update then I will lose all the theme settings etc. I’ve made?
Hi Ylli, I did the updates and everything looks fine again, thanks for the help! 
Hi, I would like the blog widgets to show up both in the home page as well as single post page. How to do that? blog: http://sophiasbeautycorner.com/ single post page: http://sophiasbeautycorner.com/post-travel-skin-rescue-routine/
Thanks!
Thanks Ylli! If so, is it possible for me to add widgets on the side on single blog page?
Hey there, I purchased the kalium theme. Firstly I couldn’t upload the zip file to wordpress so I uploaded it via FTP. Now it shows up as installed on wordpress but when I tried to upload a child theme it says the parent theme is not installed & therefore cannot support the child theme.
Hi charliejeffs
Child theme of Kalium is named kalium-child.zip in download file you get from Themeforest, you should upload that file if you didn’t already.
Otherwise try to upload manually the child theme that may work for you!
If none of the options will work then I can try it by myself to install the theme for you.
Hey there, thank you for your quick reply. I already uploaded the child theme zip file via FTP but when I go back to wordpress themes page it says “Broken Themes – The following themes are installed but incomplete. Themes must have a stylesheet and a template. kalium – child The parent theme is missing. Please install the “kalium” parent theme.” But the parent theme kalium is installed because I’m using it?? Cheers, Charlie
Hi Laborator =)
A question. As you can “zoom effect on images” of the portfolio? I want something like this to go over page … http://www.ckie.com/collections/bestsellers
Castellano: como podria hacer el efecto Zoom en las imagenes al pasar por encima con el raton? quiero algo parecido a esto … http://www.ckie.com/collections/bestsellers
My Web: http://www.javierbalvin.com THANKSSS
Hi Laborator !
I managed to do the slider of my homepage as I expected on desktop/tablet but when I try to mobile, I only have the choice between all in too big or all to small (when activate auto responsive in the slider option). Can you help me ?
You can see the result of the small option on my website : jakimonjonathan.fr
Regards,
Jonathan
Hi Jonathan
Slider is an external plugin included in our theme, so it has its own options for responsive, we are not able to alter anything in that. Both of slider plugins included in our theme are most popular sliders for wordpress so they must have some kind of options to let you achieve what you want.
If you want, I can ask them your question, just tell me which slider you are using and formulate the question I will post that question for you in slider developers forum I have purchase badge of it.
Thank you a lot for your reply and your proposal.
After hours, I achieved what I wanted to do. I just did it more manually instead of responsive automatically options and the result seems to be stable.
Continue to do an awesome work ! Regards,
Jonathan