Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #44071
    David
    Participant

    I am getting a few complaints from users that use Apple Safari as their browser. The header of the theme that stays fixed at the top of the browser goes behind the web sites content when scrolling through the page. It even happens on your demo web site. Other browsers seem to be okay. Here is the problem in action: https://www.dropbox.com/s/t4gz77gxi20sdym/problem.mp4

    #44078
    Sakin
    Keymaster

    @David: Can you refresh your browser and check in. As you might be seeing out old version which has issue. But we have already fixed that. I just check in from Mac Safari and it’s working fine.

    #44256
    David
    Participant

    Unfortunately, I am still seeing the problem with Safari in my web site under development and on your demo web site. I’m running Adventurous Pro 2.1 theme. The problem is not consistent. If I reset our Safari browser and clear out the cache, the header starts working again. If I spend time on the web site, the problem returns. I tried this on four different Macs. Two Macs are running OS X 10.9.4 and the other two are running OS X 10.9.5. All are running Safari 7.0.6.

    Here is another video of what I am seeing. When I reset the Safari browser the first time, the problem happened right away after clicking on the first web site link. When I reset the Safari browser the second time, the problem appeared after navigating through the web site for 2 minutes. It is a bit random.

    https://www.dropbox.com/s/dhuzcnpwle3nb77/problem-still.mp4

    #44266
    Sakin
    Keymaster

    @David: This is strange, as I am also checking in from Safari using Mac OS X 10.9.5 and I couldn’t find the issue. Can you try adding in the following css in “Appearance => Theme Options => Custom CSS” box:

    #masthead { 
    	position: relative;	
    	z-index: 999;
    }
    #masthead.fixed-header { 
    	position: fixed;
    	z-index: 999;
    }
Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘Header behind content when scrolling’ is closed to new replies.