I have fixed the problem on my website but the Joomla demo from Gavick site still has the problem.. Please see the attached screenshots: step1->step4.jpg in order to be able to reproduce the problem yourself (as a note: I am using Chrome and the steps must be done as described below)
step1-> Go to demo site as illustrated and scroll to the bottom
step2->Without scrolling up (meaning you should remain where you are) click the Template menu link in order to see the overlay
(a blank screen appears)
step3->While the blank screen appears scroll up until you get to see the menu list within the overlay
step4->Inspect overlay wrap element in Chrome -> (update: because of forum limit I can only add three attachements.. will add this on request)
Problem is that gkMenuOverlayWrap has the following CSS: position: absolute; top:0px; (and gkMenuOverlay, the div that holds the wrap within, has position:fixed top:0 but this div is as tall as the whole page. This causes the Wrap to always be displayed at the beginning of the webpage content and not on the top of the visible area.
Thus the template would need an update to overcome the situation when a user clicks the menu while he is at the bottom of a long page. The fix can be the one suggested by me in an earlier post here (I already incorporated this fix on
http://www.RoundNews.com) or it can be a different one. I hope you are able to reproduce the problem now.(If not please carefully checked the attached images)
step1.jpg
step2.jpg
step3.jpg
teitbite wrote:Hi
I think it was fixed, becuase I cannot see this issue anymore. Can You please check and confirm?