I asked this question on a previous thread, but since I haven't heard back from support in days, thought I'd see if I could get support with a stand alone thread. Please confirm that the text:
<script>
var isSafari = /Safari/.test(navigator.userAgent) && /Apple Computer/.test(navigator.vendor);
if( isSafari ) {
jQuery('#header').addClass('static-sticky');
}
</script>
Should be added ABOVE where its says ‘FOOTER SCRIPT’ section shown in the screen shot attached.
