whenever I open my site created with ModX, the page opens up at the middle. Same is the case when i view the page inside the manager. What can I do to make the page open up at the top?
-
☆ A M B ☆
- 24,524 Posts
There’s a login form in the middle of the page, and part of the form is some javascript to give the first input field the focus. You’ll need to edit javascript; I believe it’s in assets/snippets/weblogin/weblogin.inc.php, line 90. Or, if you have a custom chunk template for the login form, change its name from loginfrm so the javascript focus won’t get triggered.