ok i see it is working now, but to adjust all things for your theme, on fly i see that you'll need:
1) into overall_footer.html code you added where this line:
Code: Select all
if ('parentIFrame' in window) window.parentIFrame.scrollTo(0,50); // change 50 to another value may 0 or 100 or 500. Top distance gap in px when page scroll top
you need to adjust changing into a more higher value, due to your header so hight.
so may change into
Code: Select all
if ('parentIFrame' in window) window.parentIFrame.scrollTo(0,400); // change 50 to another value may 0 or 100 or 500. Top distance gap in px when page scroll top
or some value that fit your header.
2) you have to make fit correctly the page-forum.php into your theme, because it not seem to be well embedded as it need to be.
Open a default page.php theme, open page-forum.php, and may follow instructions on it to adjust.
ok i see it is working now, but to adjust all things for your theme, on fly i see that you'll need:
1) into overall_footer.html code you added where this line:
[code] if ('parentIFrame' in window) window.parentIFrame.scrollTo(0,50); // change 50 to another value may 0 or 100 or 500. Top distance gap in px when page scroll top[/code]
you need to adjust changing into a more higher value, due to your header so hight.
so may change into
[code] if ('parentIFrame' in window) window.parentIFrame.scrollTo(0,400); // change 50 to another value may 0 or 100 or 500. Top distance gap in px when page scroll top[/code]
or some value that fit your header.
2) you have to make fit correctly the page-forum.php into your theme, because it not seem to be well embedded as it need to be.
Open a default page.php theme, open page-forum.php, and may follow instructions on it to adjust.