I just tested and it seems to be working all right on our ends. We have not changed that part of the code within the current release, the issue might be in relation with something else as well.
Can you please add a relevant URL where I can check out the problem? Thank you!
Yes, the same feature from the picture. I cannot provide a link yet, since my test instance is on a localhost related VM, but if you want, I can share my screen on Teams.
To represent the issue, purge the cache from WP and from browser, reload the search engine and type something different than the string you have used before when It was working.
One of the errors on the console might be the cause of the issue. You may have a code in your site header (it refers to line 160 and 259), which are trying to use the jQuery as the “$” alias. However it seems like the “$” alias does not exists, that is a common cause for similar errors.
Because that is a fatal error, it seems to be blocking further events or some of the script execution. Try looking for that specific line of code in your page source, if you resolve these errors it should resolve this issue as well.
Thank you for the answer, but I am using custom code for additional functionality and it is not possible to remove or edit it at this stage. I will stick with the old version.
Viewing 7 replies - 1 through 7 (of 7 total)
The topic ‘After upgrade from 4.10.3 to 4.11 automatic scroll to first match does not work’ is closed to new replies.