<em>@vitopian 320094 wrote:</em><blockquote>Hello,
I noticed on my Joomla 2.5 site when I select an article with comments, the page is pulled down to the bottom rather then displaying the top of the article. My developer stated this issue is due to javascript used with the JA Comments plugin.
Is there a way to adjust the JA Comment extension so the page remains at the top?
An example of the issue can be viewed here: http://www.durazestcanada.com/supplements-and-sex/herbs/68-goji-berry
Thanks!</blockquote>
Hello vitopian,
I removed src=”#” at this line <iframe id=”upload_target” in /components/com_jacomment/themes/default/html/comments/head.php file. And the problem was resolved.
Before
<iframe id=”upload_target” name=”upload_target” src=”#”
After
<iframe id=”upload_target” name=”upload_target”
Please check and confirm the same.
Best regards.