replacing ninja forms theme shortcode with gravityforms
authorAnthony Talarico <talarico@gaslightmedia.com>
Wed, 5 Sep 2018 12:14:20 +0000 (08:14 -0400)
committerAnthony Talarico <talarico@gaslightmedia.com>
Wed, 5 Sep 2018 12:14:20 +0000 (08:14 -0400)
footer.php
header.php
index.php
style.css

index 0265d2b..1d02ff3 100755 (executable)
@@ -24,7 +24,7 @@
                             <div id="sub" class="small-24 columns left">
                                 <h2>subscribe</h2>
                                 <p>for special offers</p>
-                                <?php echo do_shortcode("[ninja_forms_display_form id=1] ") ?>
+                                <?php echo do_shortcode("[gravityforms id=2] ") ?>
                            </div>
                         </div>
                     </div>
index b241f21..6869ab7 100755 (executable)
@@ -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" />
+    <link rel="stylesheet" href=" <?php echo get_stylesheet_directory_uri(); ?>/css/app.css?v=1.0.23" />
       <link rel="shortcut icon" href="<?php echo get_stylesheet_directory_uri(); ?>/favicon.ico">
     <link href='//fonts.googleapis.com/css?family=Emilys+Candy' rel='stylesheet' type='text/css'>
     <?php wp_head();?>
index d6746c7..1a0e1b7 100755 (executable)
--- a/index.php
+++ b/index.php
@@ -36,7 +36,7 @@
 <!--                                <input type="text" placeholder="name">
                                 <input type="text" placeholder="email">
                                 <a class="button">submit</a>-->
-                                <?php echo do_shortcode("[ninja_forms_display_form id=1] ") ?>
+                                <?php echo do_shortcode("[gravityforms id=2] ") ?>
                             </div>
                         </div>
                     </div>
index 5b745f6..12b6fd7 100755 (executable)
--- a/style.css
+++ b/style.css
@@ -3,5 +3,5 @@ Theme Name: Tom's Mom's Cookies
 Author: Gaslight Media
 Author URI: http://www.gaslightmedia.com
 Description: A theme made for Tom's Mom's Cookies.
-Version: 1.0.22
+Version: 1.0.23
 */