WPIntell

Source evidence

Setting up Elements

WP Scroll Depth · support · 2017-01-20T10:08:00+00:00

complaintsentiment
mediumseverity
0.86relevance
2replies
Evidence linked to opportunitycommercial context

Proof Health

Open evidence

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

7 / 35 rows with source links

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

0 build-decision rows missing links

0 rows here require auditable proof before promotion.

28 rows with no attached evidence

0 rows have source counts but still need direct links.

Conversation

support
nyhotdogman unresolved
Hi there, stupid question (maybe I missed it), but when adding an element to the plugin like “#postend” How does the plugin know when this element is scrolled into view? So the element needs to be somehow named according the plugin’s instruction in the source code, right? What are the name/code requirements here so the plugin can detect this? Thanks a lot, Sebastian Sorry for the delayed response. An item named “#postend” is an HTML element with an ID of “postend.” Such as: <div id="postend" class="footerthing"> This might be something in your theme, it could be created with a plugin, or it might be something you enter using the WordPress editor or Customizer. To track that element, enter its CSS Selector (# for ID, . for class) in the dashboard setting under Elements to Track. The naming requirements are just those of CSS selectors . Thanks for the answer! Got it and working well 😉

Comments

2 shown
lonfirebrand 2017-01-23T19:45:00+00:00

Sorry for the delayed response. An item named “#postend” is an HTML element with an ID of “postend.” Such as: <div id="postend" class="footerthing"> This might be something in your theme, it could be created with a plugin, or it might be something you enter using the WordPress editor or Customizer. To track that element, enter its CSS Selector (# for ID, . for class) in the dashboard setting under Elements to Track. The naming requirements are just those of CSS selectors .

nyhotdogman 2017-01-26T17:11:00+00:00

Thanks for the answer! Got it and working well 😉