8329 comments found.
Hi, we use the Standard Main Menu Type on our site: www.farbgestaltung-wohnung.com The main menu items (Inspiration, Farbgestaltung, Farbdesign, Blog, Kontakt) have an hover-effect: a animated underline. Is it possible to change the color of the underline separately? For example the menu item itself remains black and the underline is red? Thank you and best regards,
Paul
Hi Paul,
This can be done via Custom CSS because there is not other option for it.
Just paste this code in the Custom CSS area, it should work:
.main-header.menu-type-standard-menu .standard-menu-container.menu-skin-dark div.menu>ul>li>a:after, .main-header.menu-type-standard-menu .standard-menu-container.menu-skin-dark ul.menu>li>a:after {
background-color: #D02831;
}
Kind Regards,
Art
it works! Thank you for your superfast support!
It would help us a lot if you could rate Kalium on ThemeForest from your Downloads tab, if you don’t know how just open this link 
Thanks
Hi Laborator, your trick to change the color of the animated underline worked perfekt! I have an additional question: is it possible to change the thickness of these underline? Thank you and best regards! Paul
Hi Paul,
Can you please add the code below to Custom CSS
.main-header.menu-type-standard-menu .standard-menu-container.menu-skin-dark div.menu>ul>li>a:after, .main-header.menu-type-standard-menu .standard-menu-container.menu-skin-dark ul.menu>li>a:after {
height: 2px !important;
}
- so you should add the “height: 2px !important;” on the CSS that i gave you earlier, so the complete code should look like this:
.main-header.menu-type-standard-menu .standard-menu-container.menu-skin-dark div.menu>ul>li>a:after, .main-header.menu-type-standard-menu .standard-menu-container.menu-skin-dark ul.menu>li>a:after {
background-color: #D02831;
height: 2px !important;
}
Kind Regards,
—Ylli
works perfekt – Thank you!
Glad to hear that 
Hello Laborator, almost everything in my woocommerce shop is translated into my language (.po and .mo) but I don’t know how can I translate words in the pop up window – when i click on the cart in the menu. Do you have any idea? Look for the screenshot. http://serwer1463364.home.pl/pub/flatcut/shop.jpg
Thx, Loco Translate – I like it
Hi Guys, It has been pointed out to me that I have no navigation on my site whilst viewing it on an iPad (Portrait view). I can’t seem to get it to work – can you please advise www.designperth.com.au Thanks Brett
Hi there, I love this template, do you have an version/option for an html site purchase only?
Hi, thanks for your help with the php.ini file, I was able to put a new one in the root folder and it worked straight away. Theme is great thanks. I’m having problems with the masonry layout, the thumbnails don’t fill the gaps evenly, like your example, even with the images that came with the demo. I’d post a screen shot here if I could. You still have my server details, if you could possibly have a quick look? I think I’ve tried every option in theme options, nothing seems to work.
Thanks
I think I may have the same issue martin666 had?
Hi Art & Co.
I can’t seem to fix this: my excerpts on the blog catalog always show the whole text of a single item. I’d like to have just one or two lines. Somewhere else above I think I’ve read that it could be managed by a native wordpress setting – but obviously I’m unable to find it… Sorry and thanks for any advice.
Andi
Hi Art – what I was looking for, thanks.
One thing to fix, please: the value entered in the code remains visible after the last word of the excerpt. Could you replace this number with an ellipsis (...)?
And since we’re talking about the blog: how can I change color of “older post” and “newer post” (including single post title)?
Andi
Hey Andi,
Please make sure that the last value needs to be like this to display the …
function laborator_default_excerpt_more()
{
return "(…)";
}
Regarding the questions with Next/Prev color, this will change the color of these buttons:
.single-blog-holder .post-controls .next-post strong, .single-blog-holder .post-controls .prev-post strong {
color: red !important;
}
.single-blog-holder .post-controls span {
color: blue !important;
}
Kind Regards,
Art
Thanks Art, I’d rate 6 stars if I could!
1. The colors work.
2. Unfortunately the thing with the ”...” I wasn’t able to solve yet. As you can see in the screenshot, the value entered in the code appears as number in the excerpt
If instead of this number I had the ellipsis, that would make me very happy. If it’s not possible, can we at least make disappear the number?
http://www.andibrunner.com/blog_screenshot
Cheers, Andi
Sorry, here’s the correct link: http://www.andibrunner.com/blog_screenshot.png
Hi Andi,
Could you please email me your login credentials, I will check what I can do about it.
To send us email use this link. 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.
Kind Regards,
Art
Email sent, thanks!
Andi
Hello,
First congrats for this great minimal theme. I’ve purchased the Kalium theme and installed it. I’m using the agency template. I came across few problem:
1- In the Kaluim documentation, shortcodes section, the videos won’t play. file:///Users/Hajar/Documents/Kajart/Kajart%20Site-2015/themeforest-10860525-kalium-creative-theme-for-professionals/docs/assets/kb/item/kalium/shortcodes-kalium/index.html
None of the Clients, Team, Social Networks and Services video work.
I think I need to see these in order to set the client and team section.
2- How can I add the description (“Clear thinking at the wrong moment can stifle insp_” ) on the header and make them to appear like the demo? I havn’t import the theme content to avoid messing up my already existed content.
I appreciate your prompt reply.
Thank you! Hajar
I just noticed that when creating a new page the only available template is portfolio page and it wont give me other options such as team page or contact?! Should I provide you wp log-in infos?
Hi Hajar,
1. The only template available is the Portfolio templates, the other pages are built with the Visual Composer by adding each elements one by one, for example in the Contact page you add three elements: map, contact form and text block. It’s the same for other pages too, once you get used to it you will see it is a better option because you can add elements wherever you want.
2. To have this you need to go to a page and add a new element via Visual Composer, the element name is Auto Type, after you’ve clicked it there are instructions on how to use it.
Hope it was clear enough, so now you know a bit how the theme works.
Kind Regards,
Art
Hi,
Thank you for your help! Now I get how it works.
Just one more question.
How can I add the social media links for each team member like your demo site?
Thank you very much for all your help. I’m almost done with our company website http://www.kajart.com/
Just one small thing. The menu icon at the top right of the homepage is black, but when you scroll down and then come back to the top it changes to the default blue color of the theme. Is there any css code that I can add to change the colour to black?
Cheers, Hajar
Thank you so much!
It’s now black but same thing happens with the menu item … when you scroll down and then scroll back to the top, the menu items underline on hover state is still blue. This only happen on the home page though!
I promise this is the last question 
Thanks again!
Thank you Art,
But the line is still blue after scrolling back to the top. This only happens on the homepage :/
I hard refreshed the browser and even empty my cache! But it’s still there. It only happens on the top menu (First the underline is black) but if you scroll down and then scroll up to the top the underline color becomes blue. Noticed this happen in all the pages on the menu!
Thank you for your help! Hajar
Hi Hajar,
Can you please add the code below to Custom CSS
.main-header.menu-type-standard-menu .standard-menu-container div.menu>ul>li>a:after, .main-header.menu-type-standard-menu .standard-menu-container ul.menu>li>a:after {
background-color: #000 !important;
}
P.S: You are using an old version of our theme (1.3) and the latest version for the moment is (1.3.1), please update theme first.
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 go to Appearance > Install Plugins to update all your premium plugins to the latest version that we support.
Kind Regards,
—Ylli
Thank you thank you thank you!!!!!!! 
This design is absolutely beautiful and thoughtfully made! Just one pre-sale question – my only hesitation before purchasing is that I need 2 filters for posts:
- by category, as you’ve done. I’ve read the comments and change logs, and am so glad to see all the fixes related to that.
- by date (i.e. by year). Is this currently possible? If it’s not in the theme yet, could you kindly roughly indicate if it can be done easily with other plugins or custom code?
Thanks so much and I really look forward to using this theme!
hi..
can you please see whats the problem with the portfolio (our recipes) part on the theme i have uploaded.
http://fockthatsgood.com/hi..
Posts Grid and Portfolio Items are already in two different row..
can i give you the admin logins,so that you can check..
Hi there,
Send us an an e-mail with the credentials please, we want to check what we can do about it.
Do you have a direct email i can send these login details to?
To send us email use this link. 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.
okey..
messaged you from the link.. please check..
thank you
Got the e-mail, we will get into your issue as soon as we can.
hello,
have you got time to look in the issue..
hi,
can you please check the link below for the screenshot.. https://www.dropbox.com/s/phq1uk005eafksc/download%20%286%29.png?dl=0i have marked the area under red borders.. the images are not coming up properly..
Hi,
Firstly, this is an exceptional theme, the easiest I have ever worked with and the most capable, so thumbs up!
I see I am not the first to ask this, but I would like to have the menu and logo switch from light to dark when going from the homepage’s revolution slider to the standard page, as it does in the Demo themes. From what I read in the comments, there seems to be no standard way to implementing this without your help. Can you help me? My website is Shopthedesigner.com. Thanks in advance!
Forget my question! I figured out how to change it when I found the javascript you posted for the Revolution Slider! Thanks for that
There is still one issue, the menu is pushed down for the top some odd reason, if you can tell me why, I would really appreciate it!
I also have one other question, Is there any way to set a thumbnail in the portfolio masonry to be an external link? If not, can I in any way add the “project link” field from within the portfolio iten to display on the thumbnail hover, just as the item’s name and categories show?
That is odd, it works on all my computers, phones, etc. Can you try again? If not I will check with my host. Thanks!
I really apologize for the website now showing. I spoke to my host and all seems to be sorted now. Can you have a look now? Thanks so much!
Hi Rachel,
I’m sorry but we still can’t open your site, http://drops.laborator.co/1kOlR
Kind Regards,
—Ylli
OH, MY! I wrote the wrong site! It is shopthedecorator.com I am so so sorry! I cannot believe that I wrote the wrong site and have been calling the host to drive them crazy that people cannot see it.
Thanks so much for getting back to me. I tried adding the customer css but it did not help. The menu is still not aligning with the top. Note that if I remove the revolution slider than it does align to the top. I can only assume that the code that I copied from the comment which you supplied for charging the menu to white when the slider is showing, is likewise forcing it out of place. This is the code I found you gave and am using to change the menu to white:
revapi1.bind(“revolution.slide.onchange”,function (e,data) { });
if(data.slideIndex 1 || data.slideIndex 2 || data.slideIndex 3 || data.slideIndex 4)
{
}
else
{
}
var classToAdd = 'menu-skin-dark',
classToRemove = 'menu-skin-light';
jQuery(".menu-bar").removeClass(classToRemove).addClass(classToAdd);
jQuery(".standard-menu-container").removeClass(classToRemove).addClass(classToAdd);
//data.slideIndex is the index of the li container in this Slider
//data.slide is the current slide jQuery object (the li element)
Is there something in here that causes the menu out of place?
Hi Kalium Team.
I hope you all had a wonderful holiday
some questions and bugs:
1. The hover effect on images wich are links is through the image, instead of under the image: http://paintedbynature.ch/repertoir/ – the second image.
2. When inserting a link inside a portfolio item there is no hover effect anymore – it just gets the link color – it would be nice to have it everywhere the same link-style. http://paintedbynature.ch/portfolio/andreas-troendle/
3. When displaying the share-icons as icons – is there a way to display the amount of likes inside the heart permanently? not just, when stopping with the mouse over the icon? http://paintedbynature.ch/portfolio/andreas-troendle/
4. On Iphone all the links from the portfolio page don’t work, when clicking on the images. http://paintedbynature.ch when clicking on the images the hover effect prevent the ability to click on it. You can click on the margin around the hover effect to enable the link, but this is not acceptable 
5. email contact form: to enable the writing in the message area you have to click in the second row – which took me 10 minutes to figure this out. I personally click in the first row after the “message” to start writing, which doesn’t work
6. The header option setting in theme options set to absolute doesn’t have any affect – just inside the individual pages. would be nice, if it worked in general also 
7. how can I resize the project info box inside of Portfoliotype 5 in fullscreen mode on mobile devices? it is nice on big screen, but too big on iphone.
8. Portfolio limitations: for next update I wish especially for photographer who don’t have so much text, (they mainly have pictures to present): resizeable fullscreen options to show pictures in lightbox with fade as a transition – crossfade. nice and smooth, as in portfolio item 5. with thumbnails to show as an option. I build this with revolution slider, but is a lot of work: http://paintedbynature.ch/myanmar-diashow/
9. When I set up a new page and build my portfolio items on my own (I can link to it with the option “project Link” and “redirect” to this new page) I lose the “liking” and share feature – is there a shortcode to get it back and insert it via VC?
10. to get some more lightbox features inside the theme i bought the Extensions All in One for VC. But have some trouble to get the gallery to work. This is what support of the add on replied: Hi, I get a javascript error in your page: Uncaught TypeError: s.slickGoTo is not a function Any js error may prevent the plugin to work properly. I don’t know what to do with it. is it something which is theme related? here is the link http://paintedbynature.ch/test2/
11. I tried two different lightbox plugins, but within Kalium there is no way to adrdess them. There always is still your lightbox activated. How can I use a different lightbox plugin within Kalium?
Thanks for now. Regards
konrad
Hi konrad
Thanks for your kind words and patience.
1. Here is the quickfix for this: http://drops.laborator.co/164ZC Download this file and replace assets/css/ folder.
2. After analyzing the behaviour of the hover line we thought its better to remove it, but I have applied the hover underline again. The file you will replace in issue 1 has the required CSS for this question.
3. Sure you can do this, here is the custom css for that:
.single-portfolio-holder .social-buttons .social-share-icon.like-btn span {
opacity: 1 !important;
-webkit-opacity: 1 !important;
-moz-opacity: 1 !important;
margin-top: 12px;
font-size: 12px;
}
.single-portfolio-holder .social-buttons .social-share-icon.like-btn i {
margin-top: -14px;
}
4. Download and replace this file: http://drops.laborator.co/33Ee in assets/js/ directory, this will make entire area clickable on iPhone too.
5. This is great suggestion indeed! The file you will replace in 4 will fix this too.
6. I have fixed this, the fix will be available in the next update. The next update will be released during the next week.
7. Current height for this container on phone is 60% so you can change this to a smaller value:
@media screen and (max-width: 768px) {
.single-portfolio-holder.portfolio-type-5 .portfolio-description-container {
max-height: 40%;
}
}
8. Yes we have lot of ideas to implement in the future updates, I will write down
9. It is weird how this happens to you, please make sure you haven’t disabled in page options in portfolio item, otherwise I can look in your admin page and see what I can do.
10. I don’t know what to say, this error is being generated by the plugin, see the screenshot: http://drops.laborator.co/1i5dE
The location of file is this:
http://paintedbynature.ch/wp-content/plugins/vc-extensions-bundle/carousel/js/init.min.js?ver=4.2.2I guess plugin developers can detect what is causing that because I don’t know how they have coded this gallery plugin.
11. We haven’t implemented this feature yet, we will do this in the future, you can do this manually, to disable the Nivo Lightbox open inc/laborator_actions.php remove lines 50-52 and then you can install custom lightbox, then install any preferred lightbox from wordpress:
https://wordpress.org/plugins/search.php?q=lightboxAnd configure to work with your site.
I hope my answers will make sense and work for you.
Cheers
Hey Arlind, thank you so much, you guys really rock 
everything makes sense and works. With the All in One plugin I wrote to the plugin support, and with the lightbox-plugins, I will experiment.
I’m looking forward to the next update, maybe I don’t need any lightbox or other VC plugins anymore 
One Note to #9: I wasn’t clear enough. I set up a new page without portfolio template, so I don’t “lose” the sharing icons, I don’t get them. My question is: building up my own portfolio item with VC and without the portfolio template – not to be restricted by this template – can i insert the sharing and liking feature?
Thank you very much!!
konrad
Hi konrad
Thanks for your kind words. During that day we have released new version of Kalium including latest version of Visual Composer so I guess that have solved any of your issues.
Concerning your #9 question, the “liking” feature is only available for Portfolio post type and cannot be applied to any other post type in this case, I am sorry about that.
We hope that you will improve your rating on our theme, because as you see we are trying our best to release new updates with a lot of new options and fixes 
Hi Arlind
I was happy for the update, but the new VC didn’t change anything concerning the “All in One” Add On for VC, which doesnt work properly with Kalium. I tried to switch to another theme and there it works. http://paintedbynature.ch/test/
The Update doens’t change also the problem with VC in portfolio item, whereas everything is shifted by 12 PX to the right, including the sharing and liking icons. Ylli told me some CSS code to set the margin to 0, which works, but i have to do it for all pages.
No1. the hover effect wich is through the pictures is still there, when adding new images see here: http://paintedbynature.ch/test4/ here it is still ok: http://paintedbynature.ch/repertoir/
No6. it is fixed, but, as soon as I change to absolute, the responsiveness doesn’t work anymore in the right way. The title gets over my custom logo. Ylli helped me with this with some CSS code, but I have to do it page by page.
No11. I tried some other lightboxes but either I can’t activate them in the portfolio item or, just the same way als your nivo lightbox.
Thanks for all the work. for you guys and your help I give six stars. for portfolio limitations I can’t give more than 3. I just like a fullscreen way to present my pictures, with smooth fades and thumbnails. Fullscreen also for mobile device. Maybe next update?? Thanks a lot.
konrad
Hi Kalium Team, I don’t want to make the impression everything must be perfect. You guys really do a amazing job. I’d give you personally 10 stars for your friendliness, effort and support. And with all customizations with CSS is wonderful and fair enough. I listed the things in case you want to improve and fix some problems. For me personally the Kalium theme is from the layout the nicest I found. (I bought also the 7, but stick to your Kalium, even, if the 7 has some more portfolio and gallery options…) I just experience some portfolio limitations, which I can’t manage to work around even with other plugins and add ons. Besides of that – you guys really are fantastic.
Thank you very much. konrad
Hi Konrad
According to the errors generated in that page it seems to be related to a plugin we use and its called “Slick Slider”, so the best way to debug this is to disable that plugin (temporarily) and see how it works without it.
So, can you please do the following:
Open this file on your server: wp-content/themes/kalium/inc/laborator_actions.php and delete lines: 58,59 like shown here: http://drops.laborator.co/V6na
and then try again to access that page to see if there is any difference or not.
You don’t need to apply Custom CSS on every page, you should apply that CSS on the WP Dashboard > Laborator > Custom CSS
(view large version)
The other Custom CSS section on the page options is used for changes on CSS for only that page.
As for the hover line effect, can you please add the code below to Custom CSS
a.prettyphoto:after {
background: transparent !Important;
}
.wrapper a:after { background: transparent !Important; }
We are on the way of creating Photography demo, I hope you will like it when its available.
Thanks a lot Arlind.
The thing with the slick slider does the trick, the VC add on works without the slick slider. Now: can I leave it with the slick slider disabled? what does the slick slider? do I need it?
Thanks also for the other CSS, it works and the hover line disappears. 
Hi
That would not be a complete solution to disable slick slider because it will cause other components which use Slick Slider not to work.
It would be great if you can give me FTP access so I will test how to fix it and provide a solution for both plugins to work simultaneously.
You can send FTP details to our email. To send us email use this link.
Hey guys
I manage to reset the template and clear some of the issues as listed previously.
1. I’m trying to decrease the spacing between the portfolio items on masonry view to be the same as your agency homepage/portfolio section (no spaces). I saw an existing post and try the solution you suggested but this didn’t fix it. I used this http://drops.laborator.co/3NmS this is the URL so you can see the issue http://objest.com/home/
I think it might be the same issue as martijnvdueren had?
Thanks
Hi
If you want to have a portfolio like this:
http://demo.kaliumtheme.com/main/no-spacing/Simply set this option:
http://drops.laborator.co/141OsTo Merged and portfolio items will stick together.
I hope I understood you right.
Hi Sorry I wasn’t clear. There will be spacing around each item like this http://themes.laborator.co/#theme=kalium but my issue is there are big spaces between each item http://objest.com/home/ how do I have a consistent gap around each but close the big spaces..I hope this is a little clearer?
2. Also looking where to find the logo link. Currently the logo links to blog. I want it to link to home?
3. How do I also activate the blog content from your template. there is a bag blog with no content?
Thanks
No change. Portfolio and home page masonry still not showing as per your agency template?
How about the other questions about logo and blog?
Thanks
Hi,
Where is the demo content, I can’t find it. Please provide the link.
Regards
Hi!
Thanks for the amazing WP template!
My only issue with anything thus far has been getting the icons to appear. Most notably, the social and page loading icons.
As of now they just appear as vertical rectangles.
Also, I am using the full-page navigation and I was wondering how to change the font size and align the menu so it appears centered on the screen.
Thanks in advance, John
My website: work.jsoat.us
Hi John
Firstly thanks for your kind words!
Yes, this issue has appeared in the last update and since then I don’t have any clue what causes them not to work.
If you add this custom CSS it will probably fix your issue in whole site pages:
.fa {
font-family: FontAwesome !important;
}
Please confirm if this fix will work for you.
That worked great! Thank you.
I have two new questions.
1. Is it possible to make two different portfolios, one public and one private (only accessible with a link). If so how?
2. How can I get the links to my footer social icons to open in a new window.
Thanks! John
Hi John,
1. It is possible two create two pages and split them into categories, when loading the portfolio items do it with a Custom Built Query and the other one with Custom Built Query also, so you load only the private items.
2. I am sorry about this, we will check and try to fix it in the upcoming updates.
Kind Regards,
Art
Hello,
I have a few follow ups to this question.
Using the custom queries, I was able to create two different Portfolio landing pages that display two different sets of thumbnails.
Unfortunately, when I click the Portfolio Squares icon on the bottom of any project, it brings me to a portfolio page that displays any project that has been published.
1. Is there a way to set this icon to only retrieve the portfolio page it is contained within. If not, this really defeats the purpose of having custom queries.
2. I am trying to make one of the portfolio pages private, with a private link. Unfortunately, whenever I publish the page, it appears in my main navigation menu. Is there anyway to prevent a page from appearing in the main nav, but still be accessible?
3. When I password protect a Portfolio page, a place to input a password appears at the top of the page; however, all of my project thumbnails still show up below and they are accessible. Is there any way to make the password protection hide all of the thumbnails until the password is entered?
Thanks for all your help! John
Hi John,
1. You can put a custom link here: http://drops.laborator.co/16TLX this will redirect the users that click on the grid icon to a custom portfolio page.
2. You can hide it from the menu by going to Appearance > Menus, and you will still have it as a page.
3. Hmm, haven’t heard about this issue until now, can you provide us a link to your site so we can see what we can do about it.
Kind Regards,
Art
Laborator..Laborator…we have a problem! 
I use WP 4.2.2 and 1.3 Kalium release. I want change font and styling color. I go to “Typography” – “Use custom fit” – “Yes”, I change font type and I save with “save all change” button. I wait but nothing happens..”options update” does not appear. Idem for “theme styling option”
Why I can’t save my changes?
Many thanks for all.
Ciao!
Hi
The reason why you can save settings when applying custom font or custom skin then the “compiler” library that is used to create the skin/font is not supported by your PHP engine.
The best way to know what the problem is to give me WP Credentials and I will test out the issue.
Please do not forget to include details of issue you are encountering, because we receive a lot of emails and I cannot remember each of them.
You can send your info via email using the contact form in our profile page by clicking this link. 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.
hello Arlind.
Thanks for the reply.
Other details: in WP, I enter in the menu “laborator” – “theme options”. I have this problem only in “Typography” and “Theme Styling”. I would like to customize font and “skin colors” of my site but, even by activating the options with no changes (“Use Custom Font” – “Yes”), “save all changes” crashes.
I’m sorry if I can’t give more accurate data but I am a beginner in the field. I sent the WP Credentials email.
thank you for what you can do.
ciao Loris
Hey! I just installed the theme through FTTP. And after a long way, installed the plugins and everything. I would like the main demo installed, but see, I keep getting some sort of internal server errors when installing: [ErrType: revslider]
And I don’t know what to do at this point. My site is http://loda.mx/
Hopefully you can help me.
I am having a lot of trouble installing the main demo… All the plugins are installed, but the sliders don’t even seem to work… Is there some way of doing the demo installation through FTP? I’ve been all day working on this, with out hope :/
I’ve also tried to do the basic things by my self, but if I do something on visual composer, only text appears…
Hi there,
It is better to install the demo content from the web and not via FTP, also make sure you have higher PHP limits.
You can read more about this: http://documentation.laborator.co/kb/general/recommended-php-configuration-limits/Kind Regards,
Art
Agency demo, Services page, question for mobile – how can you arrange each service row where picture always appears before/above the icon/description. That way pictures won’t appear joined and it creates confusion as to which description applies to which picture. Currently the page responds to mobile by left side of row appearing first – i.e. 1st row has picture first then icon/description, 2nd row has icon/description listed first then picture, 3rd row has picture first and this is where picture from listing 3 and 2 are joined. Is it possible to have picture always listed first regardless of whether left or right within the row?
Hi
Yes you are right but depending on Visual Composer functionality this is the only way to implement but VC also offers responsive columns:
http://drops.laborator.co/1iHCXWhat I did is that I’ve duplicated each row, and then even rows are only shown on large screens, odd rows are shown only in mobile.
Here is the shortcode you can see how this will work:
http://pastebin.com/LC8cK1h3This is the only way to achieve this. The only downside for this is that you have to edit the same content twice, for mobile and large screens.
I hope it will work for you.
Hi, this must have been asked something like a thousand times, but can’t find the answer; where can I set a different logo for the inner pages; let’s say I want it white for the home, where it will be displayed over a full screen revolution slider, and black for the other pages? Thanks for your help!
Hi there,
We will add this as a feature and we will simplify it in the upcoming updates, until then you can do it manually by going through Revolution Slider > Slider Name > Settings and scroll down to CSS / JavaScript and paste this in the Custom JavaScript:
revapi1.bind("revolution.slide.onchange",function (e,data) {
if(data.slideIndex == 1 || data.slideIndex == 2 || data.slideIndex == 3)
{
setHeaderLogo('http://demo.kaliumtheme.com/main/wp-content/uploads/2015/03/logo-transparent@2x1.png', 50, 50);
}
else
{
revertHeaderLogo();
}
});
Please make sure that the revapi1 changes depending on your slider number.
Kind Regards,
Art
Hi, tks! So I need to have a slider on every page to make that work, right?
Ok, got it; this actually sets a replacement logo for the current slider; perfect (thought it was the other way round)
After struggling a bit I have made a clean install of WordPress 4.2.2. this morning, added Kalium 1.3, activated the plugins, and installed the Freelancer sample content – so far, so good.
I just checked the select blog posts by clicking on a sidebar category feature and it still returns a heading that includes tags such as:
Category / Design & Dev .
Having read through the discussions I see that thpotter reported this. You recommended replacing blog-section-title.php with a revised file. I did this but there is no change to the header.
It looks like you may have reported back to thpotter on a solution / status by email. Can you help me with it? My test site is:
http://kapcris.com/workThanks in advance.
Ironically, this discussion page software seems to have removed the SPAN tags that show up in the title. If the web page did this I would be in good shape.
http://kapcris.com/images/header_with_tags_showing.gifHi
Well, if you have replaced the file it should take effect, I will send you again the updated file link:
http://drops.laborator.co/1bfv6Download it and replace in this directory:
wp-content/themes/kalium/tpls/
Also make sure to clean the cache if you are already using a caching plugin because that might be the reason.
I hope this will work for you.
Thanks for getting back Arlind.
I have replaced the blog-section-title.php file again using the code you linked and cleared my browser (Safari) cache. I also tried different browsers (Firefox, Opera) that had not loaded to site before. This is a clean install of WordPress 4.2.2, I have not installed any plugins beyond those included with your theme. I do not see a caching plugin in that set.
The problem still persists with SPAN tags appearing in the displayed category header. You can see the issue here:
http://kapcris.com/work/category/the-headlands-of-san-francisco/I continue to have the problem of SPAN tags showing in the Category Header of a sorted blog page (sidebar right). Replacing the blog-section-title.php file did not fix the issue. I notice that your online demonstration site shows the same error.
http://themes.laborator.co/#theme=kalium;skin=mainScreen shot:
http://kapcris.com/images/category_header_error_on_Kalium_demo_site.jpgCan you help me with a fix for this?
Hi heliodon
Sorry about that, please try this alternative:
1. Download this file: http://drops.laborator.co/MTP8
2. Replace in kalium/tpls/
This will work and SPAN tag will should not appear again.
Hi!
I am having problems to filter my portfolio posts. I need to add subcategories to the categories, but it doesnt shows like that. For example:
Categorie: Year;
-Subcategories: 2015 -Subcategories: 2014 -Subcategories: 2013
Categorie: Cities;
-Subcategories: London -Subcategories: Paris -Subcategories: Milan
is there any change to do this on this template?
I am looking to do a clasification like this web section Proyects:
http://www.nauta17.com/by-location/Thank you!!!
Alicia
Thank you very much for the quick answer.I will try the solve that.
On the other side, i just want some categories (1,2,3,4) to be showed in one portfolio. And make another portfolio with other categories (5,6,7).
I saw that when you add the portfolio items element, it shows a buttom “build query”. It show “click here and start typing” but it doent work.
Can you help me?
Thank you 
I can´t make it works…I filter the categories in the Taxonomies, and still appear all of them 
This is how i did:
http://aliciabarrientos.com/build-queryAnd this is how it looks:
http://aliciabarrientos.com/pt/proyectos/I just sent you an email with my wp credentials to see if you can help me to solve the problem with the “buid query” that doent make the categories filter.
On the other side, i have other question. I would like to choose the specific color for the .hover-state for each project. is there an option for that?
I got how to change the color of each project, but not how to add the tags …Sorry to disturbe!