Modal e-news signup sidebar
authorLaury GvR <laury@gaslightmedia.com>
Mon, 9 Feb 2015 15:28:03 +0000 (10:28 -0500)
committerLaury GvR <laury@gaslightmedia.com>
Mon, 9 Feb 2015 15:28:03 +0000 (10:28 -0500)
contentsidebar.php

index bde8417..106c0c5 100644 (file)
@@ -4,6 +4,24 @@
             <a href="<?php echo esc_url( get_permalink( get_page_by_title( 'Recycling Totes' ) ) ); ?>"><img src="<?php echo get_template_directory_uri(); ?>/assets/bin-3.png"><p>Get a Recycle Tote</p></a></li>
         <li><a id="pointer" href="<?php echo esc_url( get_permalink( get_page_by_title( 'Drop-Off Center / Transfer Station' ) ) ); ?>"></a><p>Hours & Locations</p></li>
         <li><a id="broch" href="<?php echo esc_url( get_permalink( get_page_by_title( 'Recycling Guide' ) ) ); ?>"></a><p>Get a Recycling Guide</p></li>
-        <li><a id="pup"><img src="<?php echo get_template_directory_uri(); ?>/assets/pup.png"></a><a id="pup_txt">eNews</a><input type="text" id="newsletter" class="right" placeholder="  Enter email to sign up"><p class="open">The EmmetRecycling.org Retriever</p></li>
+        <li>
+<!--            <a id="pup">
+                <img src="<?php echo get_template_directory_uri(); ?>/assets/pup.png">
+            </a>
+            <a id="pup_txt">eNews</a>
+            <input type="text" id="newsletter" class="right" placeholder="  Enter email to sign up">
+            <p class="open">The EmmetRecycling.org Retriever</p>-->
+            <a class="nf-modal-link" rel="nf-modal:open" href="#ninja-forms-modal-2">
+                
+                <img src="<?php echo get_template_directory_uri();?>/assets/pup.png">
+                <div>
+                    <p>Sign Up for e-News<br>
+                    The EmmetRecycling.org Retriever</p>
+                </div>
+            </a>
+        </li>
     </ul>
 </div>
+<div id="modal-placeholder">
+    <?php $modal_link = do_shortcode('[ninja_forms_modal_form id=2 text_link="eNews Signup"]'); // Must stay above wp_footer() as it adds actions to it ?>
+</div>