2

Hi I am making a website for my college using Wordpress. The site content is made through Visual Composer plugin. I am having a problem with page jump using <a id="#section"></a>. There is a page with full of student thumbnails http://www.abcdef.com/people/ where all the photos of people are linked to a particular section in the page http://www.abcdef.com/department/.

If you click on Person 1 photo, the following page with Person 1's section should be loaded http://abcdef.com/department/#tapan. Instead, it always loads to the bottom of the page. But once you are in this page and if you change the URL and replace the #person1 with #person2 or #person3 it scrolls to the particular section.

I am not able to understand why it is not scrolling when loaded for the first time. Any insights?

dil33pm
  • 1,613
  • 2
  • 13
  • 18
  • It is actually working for me in Chrome. – Esko Jun 15 '16 at 15:31
  • I see the problem in safari. There is a problem with the auto scroll script when it first loads the page most likely. looking into it. – Esko Jun 15 '16 at 15:35
  • Oh my, is this a browser issue? Chrome and IE is doing it well. – dil33pm Jun 15 '16 at 15:39
  • Never mind, now its working with Firefox also. The scroll2id plugin is working like a charm. Thanks a lot. Please reply to this comment, because I have to delete this post since the site is not supposed to be live yet. – dil33pm Jun 15 '16 at 15:42
  • 1
    just delete the links to your site. I would appreciate some points for answering and would be very grateful. Thank you and good luck with finishing the site. – Esko Jun 15 '16 at 15:49

1 Answers1

0

Try disabling "smooth scroll on click".
The option located here:
Appearance -> Customize -> Global Settings -> Links style and effects

Esko
  • 683
  • 9
  • 23