Comments 13Ellenmeijer2 started the conversationJanuary 13, 2021 at 11:16amHi, 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/ 13Ellenmeijer2 repliedJanuary 14, 2021 at 8:43amHi, this problem is quite urgent... can you help? 1,558Laborator repliedJanuary 14, 2021 at 8:46amHi 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 Documentation Join Kalium Users Group 13Ellenmeijer2 repliedJanuary 14, 2021 at 8:57amThanks Art! Sign in to reply ...
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:
Best regards,
Laborator Team
Thanks Art!