changing ninja forms link to popup maker
authorAnthony Talarico <talarico@gaslightmedia.com>
Wed, 12 Jul 2017 19:46:44 +0000 (15:46 -0400)
committerAnthony Talarico <talarico@gaslightmedia.com>
Wed, 12 Jul 2017 19:46:44 +0000 (15:46 -0400)
changing out the ninja forms modal link to one used with gravity forms and
popup maker

footer.php
style.css

index 891e4a4..2880736 100755 (executable)
@@ -2,12 +2,21 @@
                 <div id="footer_blocks" class="row">
                     
                     <div id="footer_blocks_enews" class="small-8 small-centered medium-4 medium-uncentered columns">
+<!--
                         <a class="nf-modal-link" rel="nf-modal:open" href="#ninja-forms-modal-3">
-                            <img src="<?php echo get_template_directory_uri();?>/assets/footer_blocks_enews.png">
+                            <img src="<?php //echo get_template_directory_uri();?>/assets/footer_blocks_enews.png">
                             <div>
                             <h2>Sign Up for Email News</h2>
                             </div>
                         </a>
+-->
+                       <a id="enews-retriever-link" href="#">
+
+                            <img id="enews-retriever-link-img" src="<?php echo get_template_directory_uri();?>/assets/footer_blocks_enews.png">
+                            <div>
+                                <h2>Sign Up for Email News</h2>
+                            </div>
+                        </a>
                     </div>
                     <div id="footer_blocks_certs" class="small-8 small-centered medium-4 medium-uncentered columns">
                         <a href="<?php bloginfo('url');?>/gift-items">
index b5337e8..a9984ee 100755 (executable)
--- a/style.css
+++ b/style.css
@@ -3,5 +3,5 @@ Theme Name: Mackinac Bayview
 Author: Gaslight Media
 Author URI: http://www.gaslightmedia.com
 Description: A theme created for Mackinac Bayview
-Version: 1.0.0
+Version: 1.0.1
 */