changing the footer and off canvas links to use permalink instead of url page name
authorAnthony Talarico <talarico@gaslightmedia.com>
Fri, 16 Jun 2017 20:05:44 +0000 (16:05 -0400)
committerAnthony Talarico <talarico@gaslightmedia.com>
Fri, 16 Jun 2017 20:05:44 +0000 (16:05 -0400)
 changing the shortcode in the page-38 template to use gravityforms instead of contact 7

footer.php
header.php
page-38.php
parts/off-canvas-menu.php
style.css

index 7c4385c..471e8cb 100644 (file)
@@ -14,7 +14,7 @@
                                     </ul>
                                 </div>
                                 <div class="large-2 columns show-for-large-up">
-                                    <a class="request" href="<?php bloginfo('url');?>/contact-us/"></a>
+                                    <a class="request" href="<?php echo get_permalink(38); ?>"></a>
                                 </div>
                                 <div id="trip-ex" class="small-12 medium-4 large-3 columns">
                                     <div id="TA_certificateOfExcellence921" class="TA_certificateOfExcellence"><ul id="SbtDSgPxOxwU" class="TA_links ckn0DmQ"><li id="uLD9EpvW" class="MY5lvq1"><a target="_blank" href="https://www.tripadvisor.com/Attraction_Review-g42454-d2171243-Reviews-Parrot_s_Landing_Jeep_Rentals_and_Tours-Mears_Oceana_County_Michigan.html"><img src="https://www.tripadvisor.com/img/cdsi/img2/awards/CoE2016_WidgetAsset-14348-2.png" alt="TripAdvisor" class="widCOEImg" id="CDSWIDCOELOGO"/></a></li></ul></div><script src="https://www.jscache.com/wejs?wtype=certificateOfExcellence&amp;uniq=921&amp;locationId=2171243&amp;lang=en_US&amp;year=2016&amp;display_version=2"></script>
index 5550eed..5acd4a4 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.0.4">
+    <link rel="stylesheet" href="<?php echo get_stylesheet_directory_uri() ; ?>/css/app.css?v=1.0.6">
     <link rel="shortcut icon" href="<?php echo get_template_directory_uri(); ?>/favicon.ico">
     <?php wp_head(); ?>
     <!-- Facebook Pixel Code -->
index 8317cee..f9efdae 100644 (file)
@@ -8,7 +8,7 @@
                         <?php endwhile; else:?>
                         <p><?php _e('Sorry, no results found.');?></p>
                         <?php endif;?>
-                        <?php echo do_shortcode('[contact-form-7 id="48" title="Contact form 1"]');?>
+                        <?php echo do_shortcode('[gravityforms id="1"]');?>
                 </div>
 <!--
                 <div class="small-12 medium-6 large-4 columns small-text-center medium-text-left">
index ca5079a..3f34cc0 100644 (file)
@@ -6,7 +6,7 @@
         <li class="trip"><a href="https://www.tripadvisor.com/Attraction_Review-g42454-d2171243-Reviews-Parrot_s_Landing_Jeep_Rentals_and_Tours-Mears_Oceana_County_Michigan.html" target="_blank"></a></li>
         <li class="y-page"><a href="http://www.yelp.com/biz/parrots-landing-mears" target="_blank"></a></li>
     </ul>
-    <a class="request" href="<?php bloginfo('url');?>/contact-us/"></a>
+          <a class="request" href="<?php echo get_permalink(38); ?>"></a>
 </aside>
 
 <!--
index e29e47d..de22e52 100644 (file)
--- a/style.css
+++ b/style.css
@@ -3,5 +3,5 @@ Theme Name: ParrotsLanding
 Author: Gaslight Media
 Author URI: http://www.gaslightmedia.com
 Description: A theme for ParrotsLanding
-Version: 1.0.5
+Version: 1.0.6
 */