• Hi
    I have a footnote on my site using this plugin, and I arrange for the tour to run every user hover over to that footnote.
    However, if there are 3 footnotes on the post, and the user hovers to the 3rd footnote on the post, then the tour will run on the first footnote, not the 3rd footnote, why?
    The plugin uses the footnote_referrer class in their footnote, so I put the footnote_referrer class in the “Reference selector” and “Selector” sections.
    Thank you

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author Tomá? Groulík

    (@tomasgroulik)

    Hi there,
    Have you tried to select 3rd footnote via visual builder?
    Anyway if you prefer to set it manually, with only class, that all footnotes has, plugin can’t know that you mean 3rd. You need to add some css selector … probably:

    .footnote_referrer:nth-child(3)

    or

    .footnote_referrer:nth-of-type(3)

    Let us know if that works for you.

    Thread Starter Mushlih Almubarak

    (@mushlih)

    Ok, thank you very much

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Tour is being displayed in the wrong place’ is closed to new replies.