changing the ninja forms modal link to gravity forms
authorAnthony Talarico <talarico@gaslightmedia.com>
Thu, 13 Jul 2017 15:42:39 +0000 (11:42 -0400)
committerAnthony Talarico <talarico@gaslightmedia.com>
Thu, 13 Jul 2017 15:42:39 +0000 (11:42 -0400)
using popup maker to make the gravity forms a modal, changing the ninja forms link in the footer
theme file

footer.php
header.php
style.css

index 181c4af..a843eca 100644 (file)
@@ -8,7 +8,7 @@
                             </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 class="nf-modal-link" rel="nf-modal:open" href="#ninja-forms-modal-6">eNews Signup</a>
+                                       <li><a class="enews-signup" href="#">eNews Signup</a>
                             <li><a href="<?php echo esc_url( get_permalink( get_page_by_path('resourcesfaqs/radio-broadcasts'))); ?>">Radio Broadcasts</a></li>
                         </ul>
                     </div>
index 026bd3e..2029c4d 100644 (file)
@@ -4,7 +4,7 @@
     <meta charset="utf-8" />
     <meta name="viewport" content="width=device-width, initial-scale=1.0" />
     <title><?php wp_title(); ?></title>
-    <link rel="stylesheet" href="<?php echo get_stylesheet_directory_uri() ; ?>/css/app.css?v=1.1.23">
+    <link rel="stylesheet" href="<?php echo get_stylesheet_directory_uri() ; ?>/css/app.css?v=1.1.24">
     <link rel="shortcut icon" href="<?php echo get_template_directory_uri(); ?>/favicon.ico">
     <link href='http://fonts.googleapis.com/css?family=Open+Sans:400,700' rel='stylesheet' type='text/css'>
     <link href='http://fonts.googleapis.com/css?family=Josefin+Slab:700' rel='stylesheet' type='text/css'>
index b032182..1696d57 100644 (file)
--- a/style.css
+++ b/style.css
@@ -3,5 +3,5 @@ Theme Name: Headlands International Dark Sky Park
 Author: Gaslight Media
 Author URI: http://www.gaslightmedia.com
 Description: A theme made for Emmet County's Dark Sky Park
-Version: 1.1.23
+Version: 1.1.24
 */
\ No newline at end of file