• 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

Viewing 2 replies - 1 through 2 (of 2 total)
  • 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.

    Thread Starter nyhotdogman

    (@nyhotdogman)

    Thanks for the answer! Got it and working well ??

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Setting up Elements’ is closed to new replies.