How can i completely disable the script that's constantly running on the three tier header system?
It seems to be causing me some issues regarding the z-index of the nav system. For example if i scroll up and down a couple of times and then return to top of the page I can no longer hover over my nav.
Also - it seems be throwing up some "uncaught TypeError: Cannot set property 'cssText' of undefined" issues in console (12 of them!).
It's a really cool effect but it's not worth the issues it seems to be causing me for this build. (also in chrome it makes it near impossible to use inspect element because of the constant use)
Sorry I\'m not sure I explained myself properly in the first post, it\'s not actually the transparent header i want to be rid of.
There\'s a script running on the logo that switches the logo between light and dark as you scroll down and that seems to be what\'s causing all my issues. So i guess I just want the one logo and a transparent header.
Is there a quick way of de-activating that script or switching the header back to a previous build and keeping transparency?
Hi there ,
How can i completely disable the script that's constantly running on the three tier header system?
It seems to be causing me some issues regarding the z-index of the nav system. For example if i scroll up and down a couple of times and then return to top of the page I can no longer hover over my nav.
Also - it seems be throwing up some "uncaught TypeError: Cannot set property 'cssText' of undefined" issues in console (12 of them!).
It's a really cool effect but it's not worth the issues it seems to be causing me for this build. (also in chrome it makes it near impossible to use inspect element because of the constant use)
Hey ,
Simply turn off the Transparent Header Option in Salient Theme Options Panel .
Best.
ThemeNectar Support Team
Hi there,
Sorry I\'m not sure I explained myself properly in the first post, it\'s not actually the transparent header i want to be rid of.
There\'s a script running on the logo that switches the logo between light and dark as you scroll down and that seems to be what\'s causing all my issues. So i guess I just want the one logo and a transparent header.
Is there a quick way of de-activating that script or switching the header back to a previous build and keeping transparency?
Hey ,
You can comment out this line : http://prntscr.com/91i4l3 to turn off the switching of the headers.
Best.
ThemeNectar Support Team
Thanks Tahir that\'s done it!