Update enews link
authorSteve Sutton <steve@gaslightmedia.com>
Tue, 13 Oct 2015 20:24:43 +0000 (16:24 -0400)
committerSteve Sutton <steve@gaslightmedia.com>
Tue, 13 Oct 2015 20:24:43 +0000 (16:24 -0400)
footer.php
sidebar.php

index 3f4e0b1..7ff6f36 100644 (file)
@@ -8,7 +8,7 @@
                                             </div>
                                             <a href="http://openweathermap.org/city/5002714" target="_blank" id="activate-weather">Weather</a>
                                         </li>
-                                        <li><a class="nf-modal-link" rel="nf-modal:open" href="#ninja-forms-modal-5">Sign Up</a></li>
+                                        <li><a href="<?php bloginfo('url'); ?>/e-news-sign-up/">Sign Up</a></li>
                                         <?php mountpleasantcvb_footer(); ?>
                                     </ul>
                                 </div>
@@ -43,9 +43,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=5 text_link="eNews Signup"]'); // Must stay above wp_footer() as it adds actions to it ?>
-    </div>
   <?php wp_footer();?>
   </body>
 </html>
index 64b87ba..470d986 100644 (file)
@@ -1,4 +1,4 @@
-                        
+
                             <div class="row">
                                 <div id="sidebar" class="small-12 columns">
                                     <h1>Events</h1>
@@ -13,8 +13,8 @@
                                         <div class="visitor-view-order">
                                             <a href="http://www.harborhouse.com/digital/mtpleasantvisitorsguide.htm" target="_blank">VIEW</a>
                                             <a href="<?php echo get_page_link($visitorguidePage->ID);?>" target="_blank">ORDER</a>
-                                        </div> 
+                                        </div>
                                     </div>
-                                    <a class="nf-modal-link" rel="nf-modal:open" href="#ninja-forms-modal-5"><img alt="Newsletter Signup" src="<?php bloginfo('template_url'); ?>/assets/signup.png"></a>
+                                    <a href="<?php bloginfo('url'); ?>/e-news-sign-up/"><img alt="Newsletter Signup" src="<?php bloginfo('template_url'); ?>/assets/signup.png"></a>
                                 </div>
-                            </div>
\ No newline at end of file
+                            </div>