If this is your first visit, be sure to
check out the FAQ by clicking the
link above. You may have to register
before you can post: click the register link above to proceed. To start viewing messages,
select the forum that you want to visit from the selection below.
Product page template jumping up and down when loading?!?
Re: Product page template jumping up and down when loading?!?
Hi Leslie!
Thanks for jumping in for me :-)
When the page is loading in Chrome and on my Android Smartphone - and you start scrolling
before the page is fully loaded is when it is "jumping" back to the top of the screen and back down again.
Maybe something is "hanging" when the page is rendering?
...it does seem to take a bit long to finish rendering ... don't really know why
Re: Product page template jumping up and down when loading?!?
Not seeing it here either, I tried IE, Opera and Chrome. It looks like you have the sticky header disabled. Having it enabled makes it jump a bit when you scroll down on my site.
Re: Product page template jumping up and down when loading?!?
The off the wall question - have you cleared your cache in your browsers? As Jim mentioned, it looks like the sticky header has been disabled. Is that something you may have done recently?
Re: Product page template jumping up and down when loading?!?
You have some iframes on your page which are set to scroll to the top on loading. They might be the cause of this un-expected behavior. try removing this if possible to see what it does.
HTML Code:
<iframe onload="javascript:parent.scrollTo(0,0);"
See, if you can remove this "onload" attribute from them.
Comment