Adding modal placeholder near footer.
authorLaury GvR <laury@gaslightmedia.com>
Mon, 19 Oct 2015 16:52:41 +0000 (12:52 -0400)
committerLaury GvR <laury@gaslightmedia.com>
Mon, 19 Oct 2015 16:52:41 +0000 (12:52 -0400)
footer.php

index f4ae325..28b730d 100644 (file)
@@ -19,6 +19,9 @@
         <a class="exit-off-canvas"></a>
         </div><!--End of inner-wrap-->
       </div><!--End of off-canvas-->
+        <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 ?>
+        </div>
   <?php wp_footer();?>
       <script>
     $(document).foundation({   equalizer : { equalize_on_stack: true   } });