WPIntell

Source evidence

Spy-offset

Shortcode Table of Contents · support · 2018-03-20T13:50:00+00:00

neutralsentiment
lowseverity
0.37relevance
2replies
Evidence linked to opportunitycommercial context

Proof Health

Open evidence

Commercial opportunities need traceable source links before they are treated as build-worthy.

6 / 16 rows with source links

37.5% of this page's analysis has direct source links.

0 build-decision rows missing links

0 rows here require auditable proof before promotion.

10 rows with no attached evidence

0 rows have source counts but still need direct links.

Conversation

support
Nijen resolved
Can’t get spy-offset to work. Am I mistaken to assume that it would scroll down another 20px with this shortcode? [toc content=”.entry-content” headers=”h2,h3″ spy-offset=”20″] Thanks Nijen Hey, Spy offset is the offset used for adding an active class to the link when that heading is scrolled into view. There’s not actually a setting for what you want. Could maybe be done if the headings have padding or margin top? maybe this will help: .entry-content h3 {margin-top: -96px;} .entry-content h3:before { content: ''; display: block; position: relative; width: 0; height: 96px;}

Comments

2 shown
jamesckemp 2018-03-20T13:55:00+00:00

Hey, Spy offset is the offset used for adding an active class to the link when that heading is scrolled into view. There’s not actually a setting for what you want. Could maybe be done if the headings have padding or margin top?

resident82 2018-06-05T17:11:00+00:00

maybe this will help: .entry-content h3 {margin-top: -96px;} .entry-content h3:before { content: ''; display: block; position: relative; width: 0; height: 96px;}