Waypoints
-
When using the Genesis – Featured Posts widget to add featured posts to my homepage, I get a console error of:
Uncaught TypeError: $(...).waypoint is not a function
It seems that each of the share functions for each featured posts is wrapped in a waypoint function, but waypoint is not defined in any of the included files:
jQuery(document).ready(function($) { $('#facebook-before-4945').waypoint( function() { $('#facebook-before-4945').sharrre({
This error does not exist on a single post page because the share function is not wrapped in a waypoint function:
jQuery(document).ready(function($) { $('#facebook-before-4945').sharrre({
Please could you advise how to resolve this error ASAP as at the moment the waypoint javascript error is stopping all other javascript from running on the homepage, so I have no option but to disable the sharing.
I’ll leave it enabled for you to see on these two pages:
https://www.mckcoaching.com/ (has waypoint error in console)
https://www.mckcoaching.com/5-ways-to-get-to-the-point-more-quickly/ (no error)Thanks,
Chris
- The topic ‘Waypoints’ is closed to new replies.