New modal ninja form
authorLaury GvR <laury@gaslightmedia.com>
Mon, 23 Feb 2015 20:44:05 +0000 (15:44 -0500)
committerLaury GvR <laury@gaslightmedia.com>
Mon, 23 Feb 2015 20:44:05 +0000 (15:44 -0500)
footer.php

index 8eeb1c2..891e4a4 100755 (executable)
@@ -2,7 +2,7 @@
                 <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-2">
+                        <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>
@@ -56,7 +56,7 @@
         </div> <!--off-canvas-->
     </body>
     <div id="modal-placeholder">
-        <?php $modal_link = do_shortcode('[ninja_forms_modal_form id=2 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>