8337 comments found.
Hello,
I want to know if it’s possible to customize your blog element in Visual Composer, to make it look more like the main blog list page. With the left image setting, I would like:
- Not to have the border line - To be all elements on the list the same size, images and text. - To have longer excerpts, three lines for instance…
Here is the page…
http://ritualmallorca.com/prueba/?page_id=5557Thank you! Cecilia
Hi Cecilia
1. Visual composer is not able to provide the same functionality of blog posts that are specially designed for Kalium. So I suggest you to add custom CSS to change the appearance and style, for example to remove borders use this Custom CSS:
.wpb_wrapper .lab-blog-posts .blog-post-entry {
border: 0 !important;
}
To increase the length of excerpt add this code in functions.php
add_filter( 'excerpt_length', 'larger_length_of_blog_posts_excerpts', 100 );
function larger_length_of_blog_posts_excerpts( $len ) {
return 100; // change this number to your needs (this is number of words in excerpt)
}
2. Your question:
Hello, I need to create a hover effect for the images, in this page: http://ritualmallorca.com/prueba/?page_id=5457 I want them to look like the hover effect in the blog element in visual composer, which is fully colored with the eye moving on top. I nedd this page to look lika a blog list page.
Answer: Because this is Visual Composer element, the hover effect can be set on Grid Builder for Visual Composer as shown here:
http://drops.laborator.co/n8taOtherwise if you don’t find the item in the list of Grid elements then create your own grid layout and apply the hover effect, then with custom CSS you may manage to set up the animated eye.
All replies have been added here.
P.S: I saw that you have created some other tickets, can you please try to add all your questions in one thread, because in this way is easy for us to understand what you have done and what is left, also is would be easy for you to post in one thread.
I wrote two separate questions because i was assessing two different possibilities, using your blog element or building manually a page.
I am going to use a built page, that is not a grid element or blog element, it’s just images and text blocks. And I need to create the hover effect on the image with the eye.
http://ritualmallorca.com/prueba/?page_id=5457Is it not possible to do it without cretaing a grid?
Thank you!!
And another question I don’t understand is about modifications of excerpts… why the excerpts are longer when you use the image on top and they are short when you use image on left. If I modify the php function which ones am I modifying?? Thank you!! Cecilia
Hi Cecilia
Sure you can add that Animated eye with Custom CSS just apply it on that page (Page Options > Custom CSS) or global Custom CSS to replace the entire site with this setting.
Note that the eye gif should be changed ~http://demo.kaliumtheme.com/freelancer/wp-content/themes/kalium/assets/images/icons/eye.gif~ to your own site url just try ~http://your-site.com/wp-content/themes/kalium/assets/images/icons/eye.gif~
.vc_single_image-wrapper:after {
display: block;
content: '1';
position: absolute;
left: 0;
top: 0;
background: #000 url(http://demo.kaliumtheme.com/freelancer/wp-content/themes/kalium/assets/images/icons/eye.gif) no-repeat center;
background-size: 45px;
-moz-background-size: 45px;
-webkit-background-size: 45px;
width: 100%;
height: 100%;
opacity: 0;
visibility: hidden;
transition: all 350ms cubic-bezier(0.445, 0.050, 0.550, 0.950);
-webkit-transition: all 350ms cubic-bezier(0.445, 0.050, 0.550, 0.950);
-moz-transition: all 350ms cubic-bezier(0.445, 0.050, 0.550, 0.950);
}
.vc_single_image-wrapper:hover:after {
opacity: 1;
visibility: visible;
}
As for your second question it was a matter of designer that decided to show less text on left thumbnail layout type.
To set up a general length of Excerpts in wordpress add this custom code in functions.php:
add_filter( 'excerpt_length', 'general_excerpt_length_wp', 100 );
function general_excerpt_length_wp( $length ) {
return 70; // number of words
}
I guess this will work fine for you.
Dear Laborator team (are you the same support group for the Agency Kalium theme?).
I purchased this template in July. I’ve tried several times to register my site, inserting my purchase code, and it tells me it is invalid.
Furthermore, I can’t upload images anymore into my media library for my portfolio items… I guess this comes from the impossibility to register my site?
Please help!
Thank you
Hi gabolora,
Yes we are the same 
What do you mean with “Registering the site”please? 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 
What version of Kalium are you using please?
The latest version for the moment is 1.7.2, if you are not using this version, 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 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 Yill. Thanks a lot for your answer. I just realized the message to “register site” was under the LayerSlider WP.
Then I verified and tried doing the update of the Template (since I barely had the 1.3.1 version), but it tells me “Fatal error: Out of memory (allocated 28573696) (tried to allocate 12285413 bytes) in /homepages/21/........../htdocs/wp-admin/includes/file.php on line 663. So I contacted my Hosting service provider to see how much free space I have…
So I’ll wait until I have tried all this before I get back to you.
Thanks again
Hello!
I have a number of questions on how to configure the template Kalium .
( 1 ) I would remove the highlighted text when you press the menu or anywhere on the web : links, contact … (I prefer to be put in another color or bold)
https://www.dropbox.com/s/8p5bbtqv2wu2tk4/001a.jpg?dl=0 https://www.dropbox.com/s/8vvfxbt67xus5by/001b.JPG?dl=0 ( 2) The web icons footer, can change the color I want to hover above ? https://www.dropbox.com/s/vizt45yn5ti7a0l/002.jpg?dl=0( 3) I would set the slider part of the portfolio ( change the type of arrows … ) Is it possible ? How?
https://www.dropbox.com/s/8g81kl97chje75y/003.JPG?dl=0Thank you very much in advance!:)
Hi AM_MAROTO,
1— Can you please add the code below to Custom CSS
.wrapper a:after, footer.main-footer a:after {
background-color: transparent !important;
}
2— 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
3— That is not possible.
Kind Regards,
—Ylli
My url is: www.adrianmoramaroto.com
Hi AM_MAROTO,
Can you please add the code below to Custom CSS
.main-footer.footer-bottom-vertical .footer-bottom .footer-links .social-networks a:hover {
background-color: #fffc84 !important;
}
.main-footer.footer-bottom-vertical .footer-bottom .footer-links .social-networks a:hover i {
color: #fff !important;
}
P.S: I like your site very much, compliments 
Kind Regards,
—Ylli
Thank you so much for your words and your help!!
I have another question (I promise that It is the last one!!) In the menu, It will be posible that when I Choose one Item (like instagram, portfolio…) It will change of colour (my yellow) or become bold? Thanks!!
https://www.dropbox.com/s/7dql4dzfeihma4r/001_DUDA%20KALIUM.jpg?dl=0
Hi AM_MAROTO,
Can you please add the code below to Custom CSS
.current-menu-item a {
color: #fffb83 !important;
font-weight: bold !important;
}
P.S: 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) Thank you very much:)
Kind Regards,
—Ylli
I’m new to this, so I hope this isn’t too stupid a question. On one click demo install I don’t see the dark skin (classic menu) option which was in live preview of theme on envato site. Thank you!
Hi finlayso,
We didn’t include that demo, because it is exactly as the Main demo, and only the dark skin is applied and the menu is different.
1. You can do the Dark Skin from the Laborator > Theme Options > Theme Styling > click “Yes” on the Custom Skin Builder then on the “Our selection of predefined skin palettes” just click the Dark Skin.
2. To do the same menu as on the Dark Demo, just go to Laborator > Theme Options > Header and Menu > Standard Menu > and untick the “Show menu items only when clicking menu bar link”.
Kind Regards,
—Ylli
None of the demo content was imported. I keep getting 404 error. What is wrong with this theme???
Hi there,
There may be many issues why the theme demo content isn’t uploading in your site, what you should firstly do is check your PHP limits, by reading that article and if you have lower PHP limits than needed please contact your hosting company and ask them to increase these limits.
Kind Regards,
Art
Hi,
I’m having a little trouble with the Kalium theme…
I want to set the portfolio page as my default home page, but after following various sets of instructions in the comments section it still doesn’t work.
I created a page and set it as a portfolio layout and used the same slug in the options page and it just comes out as a blank page when you view the site.
What is the best way to go about this and get it working properly?
Best Regards,
Linden
Hi Linden
If you want to set up a portfolio page as home page here are the proper steps:
1. Create new Page called Portfolio or something like that (make sure the page URL slug is not portfolio)
2. Choose the “Portfolio Page” template and click Update/Publish button.
3. Go to Settings > Reading, set this newly created page as Front page.
Save page and you will have portfolio items exposed in your homepage.
However if this is not going to work for you, please read the below suggestion:
Can you please enable WP Debug Mode because I am not able to exactly know what kind of issue is this.
To turn on WP Debug Mode, follow these steps:
1. Open wp-config.php
2. Find WP_DEBUG constant (written as define('WP_DEBUG', false);)
3. Set value to true (define('WP_DEBUG', true);) and save file.
4. Go to the same page, refresh it and you will see a PHP warning or fatal error being display. Copy the error or better send me the screenshot so I will be able to understand what kind of issue is that and will give you proper fix to it.
Hi Arlind,
It works when I go to the web link… (http://cheesy1.lindenwade.co.uk/main-page). But when I visit the website it doesn’t. (http://cheesy1.lindenwade.co.uk).
I can’t seem to enable WP_DEBUG mode either. There’s no option for that in my WP_CONFIG file.
Hello… i have a problem with the mobile menu with firefox (mobile browser / android) ... the menu won’t show up (seems the hamburger icon not working)... and also when i try with your demo ( the agency)...
but its normal when i using chrome for android.. is there any bugs with firefox mobile? thanks…
Sal.
Hi Art… the url is : http://typoworkspace.com , but it still in coming soon mode… anyways, i testing your demo (http://demo.kaliumtheme.com/agency/) with firefox (android mobile), the menu doesn’t work too…
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
sent… thanks in advance…
Sal.
Dear Kalium,
There are serious problems with IE9 compatibility. Please check the following webpage using Windows/IE9: http://aplaw.pl/aktualnosci/ or check the screenshot: taken on windows7/ie9: http://aplaw.pl/wp-content/uploads/2015/11/ie9_aplaw_problem.png
Could you please fix the issue?
Thx.
thx.
Guys, any update here?
Hi mobinea,
I have downloaded the file
Virtual machine: IE9 on WIndows7 and for the platform VirtualBox.
But i’m stuck there, i installed VirtualBox but don’t know how to manage it.
Can you help me on this?
I’m sorry but this is the first time that i use VirtualBox, i have used earlier Parallells, and VMware before, but not VirtualBox.
I don’t want to use those two because i want to maintain my mac clean.
Kind Regards,
—Ylli
Ylli,
Just unzip the downloaed file from Mircrosoft. Open it – VirtualBox should be automatically started with New Machine windows. Accept everything. Start machine from VirtualBox and voila – mac running windows 7 
Ylli,
I could assist you via skype, ok?
What is the status? Can you fix it guys? It looks terrible on IE9 and there is a lot of IE9 computers around.
Hi Ylii, Can we deal with it today?
I have already figured out how to put a title and description first, and a picture below them, but what I need is showing a picture first, and then follow the title and some text information.
If you could help me, I would greatly appreciate it!
Thanks.
Thanks again for your help!
Hi there,
Are you sure you have ticked this option when editing that portfolio item?
http://drops.laborator.co/184TwKind Regards,
Art
Yes! That is exactly what I did. I checked “Show Featured Image”, then I got the title and the description overlaid on top of the featured image.
Thanks! I got it. Now the featured image is above the title. However I couldn’t make the featured image Full-width size even if “Full-width Gallery” checkbox is checked. How to set the featured image in full width size? Thanks.
Thanks.
Hi there,
Are you using Jetpack or Yoast plugin? I am asking because these two plugins usually cause many script conflicts in the theme.
We don’t have this issue on our theme, and it should work to you too. Can you please disable all your third-party plugins (plugins that don’t come with our theme) one by one, and check if this problem is solved.
Kind Regards,
Art
Well, I wasn’t using Jetpack, Yoast, or any other plugins. As a last resort, I tried to re-install new wordpress and re-install Kalium. And I imported “demo contents” to the new wordpress. However, I couldn’t get the featured image above the title and the description. What can I do?
Hi Yatsuda,
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
Do you mean that I should send you WP ID and password?
I sent my WP info and my question by email. Thank you.
Hi,
I have updated the JS composer plugin for this theme (as advised by wordpress for possible security breaches) and updated the theme as well but i get this message and cannot log into my wordpress or get on my site.
Fatal error: Class ‘VcShortcodeAutoloader’ not found in /home/willkweon2/public_html/wp-content/plugins/js_composer/include/autoload/hook-vc-message.php on line 3
Let me know if there’s a fix for this!
Thank you.
Hi
I think you need to disable this plugin and try to install it again from scratch.
To do this please go to FTP, and just delete or move out of plugins/ folder (wp-content/plugins/) named js_composer.
Then re-install Visual Composer latest version. To get the latest version we should send it to you via email, so can you please give us your email here or if you don’t want to expose it you can send us an email from our contact form inquiring latest VC version.
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.
Hi,
I’m trying to set up a portfolio, but the images are very blurry both in the thumbnails and a portfolio item as well.
Please, help me as this is really frustrating I never had issues like that with any other theme.
Thanks.
Hi psylist,
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
Hi, thanks for your templete! it is beautiful. but like others, I also have a logo issue which my own logo shows for a few seconds then switches to default logo.
I keep searching how to change logo and i found out that in your video and screenshot image the interface of revolution slider menu is totally different from what i have. My menus on revolution is much more simpler without any setting(no wrench icon).
Can you please tell me how to change it?
Hi office-strategy,
Can you please send us your WP credentials on email? We will fix that for you 
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
Hello there! This theme is really cool but I have 1 question. Is there a way to have a full width element at the top of a portfolio item?
Thanks in advance, best regards.
Hi there, is it possible for the full screen menu to be vertically justified?
Thank you for all of the support! Is it possible on the portfolio pages to create a reverse hover effect where the image thumbnails would be greyed out, but on hover will display in color (I am using the masonry layout)? Similar to this effect: http://justifiedgrid.com/preset-2-authors-favorite
Hi, having problems displaying my portfolio items. Only 12 are shown. Want all to be displayed without pagination. Please help and thanks in advance
Now all my projects have disappeared 
My site is albaplaza.website/wp/
Estou usando o tema de arquitetura e não estou conseguindo trocar o “switched-logo”. Continua com o logo “arch”. O link do meu site é: http://43d.929.myftpupload.com/
Hi gomacom,
That logo it’s on Revolution Slider, by watching this video, you can learn how to remove that. (video is made with the last version of RS, but i think that you will not have problem to find that place on the new layout)
Kind Regards,
—Ylli
hi, how do I implement my own fonts (that I have uploaded in my root files) to the body and header fonts? Thanks
another question.. my site displays that it is under construction even though I have ‘maintenance mode’ and ‘coming soon mode’ under the theme options disabled. Hope you can help.
Hi christinaung
In order to install custom typography (in your case css import) it is simple in our theme, go to Theme Options > Typography:
Then paste the CSS url to “Primary font URL” and/or “Heading font URL”
http://drops.laborator.co/oBKNote that you need also to provide the font name specified in CSS, as shown in Screenshot.
Hopefully you can manage to set it up.
I’ve used this code below to reduce the spacing of the gallery images within a portfolio post, but the image spacing isn’t being applied to all of the gallery elements.
single-portfolio-holder .gallery .photo { margin-bottom: 3px !important; }
.nivo .wow.fadeInLab.animated { padding-left: 3px; padding-right: 3px; }
screenshot here: https://www.dropbox.com/s/1xr2d5or38i1yjo/Screen%20Shot%202015-11-13%20at%203.28.33%20PM.jpg?dl=0And on the same page, is there a way to hide the title (Rocawear) in the header?
That helped with the top and bottom margin, but not the left and right.
Hello guys,
I’d like to know if it is possible to add the shop system to the agency version of your theme? Also I’d like to know if I can change the menu design in the agency version of your theme?
Thanks and cheers