Inline content, can't close the popup. Close button missing
-
Hi,
I’m trying to using Easy FancyBox to display a form (using GravityForms) in a popup. The link and popup works and it displays the form as well.
But there’s no way to close the popup. The close button is missing and clicking outside the popup doesn’t close the popup either.
I’m using the markup as suggested in the FAQ like this:
<div style="display:none" class="fancybox-hidden"><div id="fancyboxID-1" class="hentry"> <?php gravity_form( 4, false, false, false, '', true ); ?> </div></div> <a href="#fancyboxID-1" class="call-back fancybox-inline">My link text</a>Firebug shows me an error though: TypeError: content.get(…).style.removeAttribute is not a function
How can I solve this issue?
Viewing 4 replies - 1 through 4 (of 4 total)
Viewing 4 replies - 1 through 4 (of 4 total)
The topic ‘Inline content, can't close the popup. Close button missing’ is closed to new replies.