Re add the pop up
authorSteve Sutton <steve@gaslightmedia.com>
Tue, 23 Aug 2016 20:18:52 +0000 (16:18 -0400)
committerSteve Sutton <steve@gaslightmedia.com>
Tue, 23 Aug 2016 20:18:52 +0000 (16:18 -0400)
This is for testing and getting Ninja Forms Help

footer.php

index c1825f3..52a78b8 100644 (file)
@@ -8,8 +8,8 @@
                             </li>
                             <li><a href="<?php echo esc_url( get_permalink( get_page_by_path('about/location')));?>">Location</a></li>
                             <li><a href="<?php echo esc_url( get_permalink( get_page_by_path('about/contact'))); ?>">Contact</a></li>
-                            <li><a href="<?php echo get_permalink(1949); ?>">E-News Signup</a></li>
-<!--                            <li><?php //echo do_shortcode('[popup_trigger id="e-news-signup" tag="span"]<a>E-News Signup</a>[/popup_trigger]');?></li>                            -->
+                         <!-- <li><a href="<?php echo get_permalink(1949); ?>">E-News Signup</a></li> -->
+                           <li><?php echo do_shortcode('[popup_trigger id="e-news-signup" tag="span"]<a>E-News Signup</a>[/popup_trigger]');?></li>
                             <li><a href="<?php echo esc_url( get_permalink( get_page_by_path('resourcesfaqs/radio-broadcasts'))); ?>">Radio Broadcasts</a></li>
                         </ul>
                     </div>
@@ -52,7 +52,7 @@
             </footer>
             <a class="exit-off-canvas"></a>
         </div><!--Inner-Wrap End-->
-        </div><!--Off-Canvas-Wrap End-->  
+        </div><!--Off-Canvas-Wrap End-->
     </body>
     <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 ?>
@@ -85,7 +85,7 @@
                 });
             });
         });
-        
+
     $(function(){
         var toggleSitelist = true;
         $('#emmet').on('click',function(e) {
 
 
    </script>
-</html>
\ No newline at end of file
+</html>