Changed form ID for modal enews link just for dev copy..
authorLaury GvR <laury@gaslightmedia.com>
Fri, 29 May 2015 14:20:04 +0000 (10:20 -0400)
committerLaury GvR <laury@gaslightmedia.com>
Fri, 29 May 2015 14:20:18 +0000 (10:20 -0400)
footer.php

index d030cf1..7ea170c 100644 (file)
@@ -15,7 +15,7 @@
             <div class="small-12 medium-6 large-4 columns promotions">
               <div data-mh="footer-blocks" class="bg light-green">
                 <h4>Promotions and Events</h4>
-                <a class="nf-modal-link button" rel="nf-modal:open" href="#ninja-forms-modal-5">
+                <a class="nf-modal-link button" rel="nf-modal:open" href="#ninja-forms-modal-11">
                     <div>
                            <h2>eNews Signups</h2>
                     </div>
@@ -74,7 +74,7 @@
       </div> <!-- /inner-wrap -->
     </div> <!-- /off-canvas-wrap -->
     <div id="modal-placeholder">
-        <?php $modal_link = do_shortcode('[ninja_forms_modal_form id=5 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=11 text_link="eNews Signup"]'); // Must stay above wp_footer() as it adds actions to it ?>
     </div>
     <?php wp_footer(); ?>
   </body>