Discussion on Kalium 3 | Creative Theme for Professionals

Discussion on Kalium 3 | Creative Theme for Professionals

Cart 47,298 sales
Recently Updated
Well Documented

Laborator supports this item

Supported

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

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=5557

Thank you! Cecilia

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=5457

Is 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.


Arlind

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

Hi there,

Please kindly ask your hosting company to increase your PHP limits.

Kind Regards,
Art

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=0

Thank you very much in advance!:)

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!! :D :D :D 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!! :D 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.


Arlind

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.

Hi there,

As I see, your site isn’t using our theme.

Kind Regards,
Art

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 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.

Glad to hear that :)

Kind Regards,
—Ylli

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.

Hi mobinea,

Unfortunately i had a loos, and i wasn’t in office for 2 days.

Can we continue conversation and talk on Saturday? You can reply to me on my email.

Kind Regards,
—Ylli

Hi Ylii, Can we deal with it today?

Hi mobinea,

I have managed to install IE9 finally, i have made some changes on the CSS code, and will include them on the next version of Kalium.

Kind Regards,
—Ylli

Hello. I bought your WordPress theme and have a question for you. I would like to put a picture first, and the title and description below, like these sample sites show. http://demo.kaliumtheme.com/main/portfolio/desk-concept/ http://demo.kaliumtheme.com/main/portfolio/afira-quartet/

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.

Yes please, also your site URL.

Kind Regards,
Art

I sent my WP info and my question by email. Thank you.

Hi Yatsuda,

We will reply to your email soon :)

Kind Regards,
—Ylli

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.


Arlind

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,

Unfortunately that’s not possible.

Kind Regards,
Art

Hi there, is it possible for the full screen menu to be vertically justified?

Hi there,

I tried doing this with a Custom CSS but couldn’t find any way to fix this.

Kind Regards,
Art

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 there,

That’s a great feature what we thought about too, but currently there is no option to do that. We will work on the new updates to make this possible, I have already added this to the to-do list.

Kind Regards,
Art

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/

Hi ladyzorro,

Your site is asking for a password, can you please write it here?

Kind Regards,
—Ylli

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/oBK

Note that you need also to provide the font name specified in CSS, as shown in Screenshot.

Hopefully you can manage to set it up.


Arlind

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=0

Hi there, Can you try adding this to the Custom CSS:

.single-portfolio-holder .portfolio-video-holder {
    margin-bottom: 3px !important;
}

.single-portfolio-holder .title {
    display: none !important;
}

Kind Regards,
Art

That helped with the top and bottom margin, but not the left and right.

Hi empiregreen,

You can’t reduce left and right padding because you will break responsiveness grid functionality. In this case maybe it’s best to not touch it.

Kind Regards,
—Ylli

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

Hi TheTasteBureau,

For sure that you can use WooCommerce on all of our demos, it’s the same theme :)

Also you can change the menu from the Laborator > Theme Options > Header and Menu.

Kind Regards,
—Ylli

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