I am trying to apply a transparent header on a DEV page. I activated it in the Salient Theme Settings and checked the checkbox on the page at the Header Navigation settings (attached). Apparently as you can see by opening the URL the header navigation is not transparent. Do you have any hint why?
To assist you better, we'd love to have a closer look at your setup and to do this, we'll need admin login credentials
(dashboard URL, username, password) to your site. This will enable us to conduct a more in-depth investigation of the issue based on your specific configurations. Would you mind sharing this with us?
If you prefer, you can safely share the access through an access plugin such as Controlled Admin Access.
Before you provide this information, we strongly recommend taking a backup of your site.
If you have any concerns or questions about this process, please don't hesitate to let me know.
Try adding this snippet to your child theme's "function.php" file to force the transparent header even if conditions arent meant for it to appear and check.
add_filter('nectar_activate_transparent_header','salient_child_modify_transparent_nav');
function salient_child_modify_transparent_nav($bool) {
return true;
}
I am trying to apply a transparent header on a DEV page. I activated it in the Salient Theme Settings and checked the checkbox on the page at the Header Navigation settings (attached). Apparently as you can see by opening the URL the header navigation is not transparent. Do you have any hint why?
Attached files: Bildschirmfoto 2025-04-15 um 13.56.19.png
Hi there,
Thanks for reaching out to us.
To assist you better, we'd love to have a closer look at your setup and to do this, we'll need admin login credentials
(dashboard URL, username, password) to your site. This will enable us to conduct a more in-depth investigation of the issue based on your specific configurations. Would you mind sharing this with us?
If you prefer, you can safely share the access through an access plugin such as Controlled Admin Access.
Before you provide this information, we strongly recommend taking a backup of your site.
If you have any concerns or questions about this process, please don't hesitate to let me know.
Best regards,
Hi there,
Thank you for getting in touch.
You will need to disable the Yoast SEO breadcrumbs for the transparent header functionality to work. You can disable it as shown here https://yoast.com/help/yoast-seo-settings-breadcrumbs/#h-breadcrumbs-settings-0:~:text=Yoast%20SEO.-,Breadcrumbs,-settings.
Try that and let us know how it goes.
Cheers,
Hi again,
Thank you for getting back to us.
I'm getting this error when trying to access your admin login page.
Please let us know when this is fixed.
We look forward to your reply.
Thanks,
I do not get this error. Does it work now? It seems like an temporary error with the server.
Hey Again,
Try adding this snippet to your child theme's "function.php" file to force the transparent header even if conditions arent meant for it to appear and check.
Best,
ThemeNectar Support Team