I can't trigger an inline lightbox
-
Lightbox Plus Colorbox does work on images, but I can’t get it to work on a form in an inline lightbox. My form is set up with this code in the footer:
<div style="display:none"> <div id="lbp-inline-href-1" style="padding:10px; background:white"> <p>Contact Us</p> <?php echo do_shortcode('[formidable id=2]'); ?> </div> </div>I use a javacript to insert the trigger class into a link on the navbar:
jQuery(document).ready(function($){ $('li.contact-us a').addClass('lbp-inline-link-1'); });But the form does not pop up as expected. Firebug confirms that all is correct in the source.
You can see the dev server here: http://rd.llewellyncreative-wpdev.com
Its the Contact link on the navbar that is supposed to launch the form in the lightbox. Anyone?
Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
The topic ‘I can't trigger an inline lightbox’ is closed to new replies.