changing the ninja forms modal to a link that popup maker will use
authorAnthony Talarico <talarico@gaslightmedia.com>
Wed, 12 Jul 2017 17:21:28 +0000 (13:21 -0400)
committerAnthony Talarico <talarico@gaslightmedia.com>
Wed, 12 Jul 2017 17:21:28 +0000 (13:21 -0400)
converting site to gravity forms, have to use pop up maker, adding different elements instead
of the nf-modal-link , in the footer

footer.php
style.css

index 4374ceb..e85024f 100755 (executable)
@@ -1,8 +1,17 @@
                 <hr>
                 <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>
index b7b2a11..9b0dc39 100755 (executable)
--- a/style.css
+++ b/style.css
@@ -3,5 +3,5 @@ Theme Name: Mackinaw Brigadoon
 Author: Gaslight Media
 Author URI: http://www.gaslightmedia.com
 Description: A theme created for Mackinaw Brigadoon
-Version: 1.0.0
+Version: 1.0.1
 */