Important:
This support area is for Kalium 3 users only.
Support for Kalium 4 has moved to our new platform at support.laborator.co.
If you’re using Kalium 4, please create a new account there using your email and license key. A password will be sent to you automatically.
Hi, I don't know how, but at once the menu on the shop page is behind the pictures, I hope you can help?
https://ellen-meijer.nl/shop-van-ellen-meijer-oorbellen/
Hi, this problem is quite urgent... can you help?
Hi there,
There is a strange issue happening only to your site, where the ID of the shop page is being set to 0 so it is applying the transparent header to the shop page only, to fix that we have added this code under functions.php of the child theme:
add_filter( 'acf/pre_load_value', function( $return, $post_id, $field ) { if ( 0 === get_queried_object_id() && 'enable_transparent_header' === $field['name'] ) { return false; } return $return; }, 10, 3 );Best regards,
Laborator Team
Thanks Art!