Scroll Offset
-
The supplied code to change the scroll offset isn’t working. It smoothly scrolls but the offset appears to be 0.
This was added to main theme functions.php:
function myplugin_get_custom_scroll_offset() { return 120; } add_filter( 'fast_smooth_scroll_offset', 'myplugin_get_custom_scroll_offset' );
On the About page, the links in middle of page (Directions, Contact, Parking, etc.) will anchor like this /about/#directions
You will need browser access to see the page:
U: villagecntrstg
P: 3bfe8b98Thanks for taking a look!
The page I need help with: [log in to see the link]
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
- You must be logged in to reply to this topic.