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 8 years, 6 months ago by
toad78.
-
This reply was modified 8 years, 6 months ago by
toad78.
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“.
Click here. Scroll down to ‘Terms and Conditions’ to click on the link.
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>
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