• frankdan

    (@danfrankdancom)


    Look for the word/link “hyperfuzzy” on the page.

    I would like to create multiple popups within the normal text of my page, using text links.

    I created a new Modal Window, hyperfuzzy with the shortcode [Wow-Modal-Windows id=1]

    I chose “Click on a Link (with an #anchor link)”

    Then I added a link on the home page: hyperfuzzy

    But nothing happens when I click the link.

    What did I do wrong? Are there more steps?

    Thanks!

    The page I need help with: [log in to see the link]

Viewing 10 replies - 1 through 10 (of 10 total)
  • Plugin Author Wow-Company

    (@wpcalc)

    Do you insert a sortcode on the page?

    I’m having the same problem.

    I’ve done the following:
    Created text link (this link is inside a Ninja Forms element):
    <p><span id="nf-drawer-content"><span class="nf-setting-groups"><span class="nf-field-settings">I agree to the <a href="#wow-modal-id-1">Terms and Conditions</a></span></span></span></p>

    Created Modal Window as instructed here. I have tried using both ‘Click on a link (with id)’ and ‘Click on a link (with an #anchor link)’ and neither one worked.

    I’ve been at this for 20 minutes and haven’t gotten anywhere. I hope someone has a solution.

    If it matters, I did run a test and posted the shortcode in the header and when I loaded the web page, the document did pop up. Unfortunately, that’s not the functionality I want.

    • This reply was modified 7 years, 4 months ago by toad78.
    • This reply was modified 7 years, 4 months ago by toad78.
    Plugin Author Wow-Company

    (@wpcalc)

    Hello

    Do you insert a shortcode [Wow-Modal-Windows id=1] into page content?

    Yes.

    Like I said, I “Created Modal Window as instructed here“.

    Plugin Author Wow-Company

    (@wpcalc)

    Can you show the page?

    Click here. Scroll down to ‘Terms and Conditions’ to click on the link.

    Plugin Author Wow-Company

    (@wpcalc)

    You have
    <span class=\"nf-field-settings\">I agree to the <a href=\"#\" id=\"wow-modal-id-1\">Terms and Conditions<\/a><\/span>

    The construction must be
    <span class=\"nf-field-settings\">I agree to the <a href=\"#wow-modal-id-1\" >Terms and Conditions<\/a><\/span>

    OR

    <span class=\"nf-field-settings\">I agree to the <span id=\"wow-modal-id-1\">Terms and Conditions<\/span><\/span>

    Didn’t work when I tried the following:
    <a href="#wow-modal-id-1">Terms and Conditions</a>

    nor:
    <span id="wow-modal-id-1">Terms and Conditions</span>

    Plugin Author Wow-Company

    (@wpcalc)

    Unfortunately, the opening modal window does not work with the form of ‘Ninja Forms’ plugin.

    You can insert a link into the page and it will work correctly

    NO workaround?

Viewing 10 replies - 1 through 10 (of 10 total)
  • The topic ‘PopUp from text link’ is closed to new replies.