Remove the ninja form modal markup
authorSteve Sutton <steve@gaslightmedia.com>
Wed, 21 Oct 2015 12:08:50 +0000 (08:08 -0400)
committerSteve Sutton <steve@gaslightmedia.com>
Wed, 21 Oct 2015 12:08:50 +0000 (08:08 -0400)
footer.php

index 57fe851..0062fb3 100644 (file)
@@ -35,9 +35,6 @@
         <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=6 text_link='eNews Signup']"); // Must stay above wp_footer() as it adds actions to it ?>
-    </div>
   </body>
   <?php wp_footer();?>
 </html>