Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Author malihu

    (@malihu)

    Hi,

    The link doesn’t work because the div with the class ps2id is not a direct parent of the link. The link is inside a heading 6 (h6) tag. The ps2id class will work only when applied on the link itself or when applied on a direct parent element!

    Your markup is now:

    div (ps2id)
        h6
            a ("What are Activity Days?")

    Try adding the ps2id class on the h6 (or directly on the link):

    div
        h6 (ps2id)
            a ("What are Activity Days?")

    Let me know 🙂

    Thread Starter Philnicholl

    (@philnicholl)

    Thanks, malihu. You’re quite right – the end of a long day! Thanks very much for your speedy help.

    Plugin Author malihu

    (@malihu)

    You’re welcome 🙂

Viewing 3 replies - 1 through 3 (of 3 total)

The topic ‘Plugin not working with theme’ is closed to new replies.