OK, so this answer is very specific to your problem.
, , , div, , .
, , . #whatever #bgaboutbody, , .
, - . , , . script ( </body>).
window.setTimeout(function(){
if(window.location.hash){
var $target = $(window.location.hash).closest("#bgaboutbody");
if($target.length)
$('html, body').animate({scrollTop: $target.offset().top}, 1000);
}
}, 100);
:
, JavaScript . ( - , ). , , js html <head> . CSS :
.js #contact, .js #about, etc { display:none }
, JS. , JavaScript, , , JS , .