New modal ninja form
authorLaury GvR <laury@gaslightmedia.com>
Mon, 23 Feb 2015 19:52:50 +0000 (14:52 -0500)
committerLaury GvR <laury@gaslightmedia.com>
Mon, 23 Feb 2015 19:52:50 +0000 (14:52 -0500)
footer.php

index 40bbf42..4374ceb 100755 (executable)
@@ -1,7 +1,7 @@
                 <hr>
                 <div id="footer_blocks" class="row">
                     <div id="footer_blocks_enews" class="small-8 small-centered medium-4 medium-uncentered columns">
-                        <a class="nf-modal-link" rel="nf-modal:open" href="#ninja-forms-modal-1">
+                        <a class="nf-modal-link" rel="nf-modal:open" href="#ninja-forms-modal-3">
                             <img src="<?php echo get_template_directory_uri();?>/assets/footer_blocks_enews.png">
                             <div>
                                 <h2>Sign Up for Email News</h2>
@@ -57,7 +57,7 @@
         </div> <!--off-canvas-->
     </body>
     <div id="modal-placeholder">
-        <?php $modal_link = do_shortcode('[ninja_forms_modal_form id=1 text_link="eNews Signup"]'); // Must stay above wp_footer() as it adds actions to it ?>
+        <?php $modal_link = do_shortcode('[ninja_forms_modal_form id=3 text_link="eNews Signup"]'); // Must stay above wp_footer() as it adds actions to it ?>
     </div>
     <?php wp_footer();?>
 </html>