fixed the spelling error
authorIan Weller <ian@gaslightmedia.com>
Fri, 19 Aug 2016 13:12:19 +0000 (09:12 -0400)
committerIan Weller <ian@gaslightmedia.com>
Fri, 19 Aug 2016 13:12:19 +0000 (09:12 -0400)
The client wanted originally to be Enquire and now wants it to be Inquire.
I looked for any content that had the 'E' and replaced it with an 'I'. The
enquire classes and ids are still untouched. Didn't think that would need
changing.  Of course I am open to being wrong again. Also updated the
version number in style.css from 1.0.5 to 1.0.10.

functions.php
header.php
lib/menu-walker.php
sidebar.php
style.css

index a2d0f35..f634cf5 100644 (file)
@@ -59,7 +59,7 @@ add_filter( 'woocommerce_product_tabs', 'woo_product_tab_edits' );
 function woo_product_tab_edits( $tabs ) {
         // to always have the WooCommerce product inquiry tab display
     $tabs[ 'product_inquiry_tab' ] = array(
-        'title'     => __( 'Enquire about this tour', 'woocommerce' ),
+        'title'     => __( 'Inquire about this tour', 'woocommerce' ),
         'callback'  => 'woo_product_inquiry_content'
     );
     $tabs[ 'itinerary_tab' ] = array(
index daa7b2b..5a40371 100644 (file)
@@ -17,7 +17,7 @@
                         <div class="row medium-uncollapse large-collapse">
                             <div class="medium-12 columns show-for-medium-up right text-right">
                                 <?php get_template_part('parts/client-info-header');?>
-                                    <a href="<?php echo get_permalink(135); ?>" class="enquire-banner">Enquire</a>
+                                    <a href="<?php echo get_permalink(135); ?>" class="enquire-banner">Inquire</a>
                             </div>
                             <div id="logo-tag" class="small-12 small-text-center medium-text-left medium-12 columns">
                                 <a href="<?php bloginfo('url');?>"><img id="logo" alt="france journeys logo" src="<?php echo esc_url( get_template_directory_uri() ); ?>/assets/france-journeys-horizontal-logo.png"></a>
index 3e712ba..43fd756 100644 (file)
@@ -38,7 +38,7 @@ class Glm_Theme_Top_Bar_Walker extends Walker_Nav_Menu {
             
         } else if( $depth !== 0 && $object->type == "taxonomy") { 
             
-            $thumbnail = z_taxonomy_image_url( (int)$object->object_id );
+            //$thumbnail = z_taxonomy_image_url( (int)$object->object_id );
 
             $item_style .= "<style>
             #menu-item-".$object->ID.":before { 
index b4af178..fbad3f7 100644 (file)
@@ -11,7 +11,7 @@ $region =  $product_meta->get_categories();
 </div>
 <?php if ( ! is_shop() ){ ?>
     <div id="enquire_button_container">
-    <a href="<?php echo get_permalink(163); ?>?sku=<?php echo $sku; ?>&title=<?php echo $title; ?>"><button id="enquire_button"> Enquire about this tour </button></a>
+    <a href="<?php echo get_permalink(163); ?>?sku=<?php echo $sku; ?>&title=<?php echo $title; ?>"><button id="enquire_button"> Inquire about this tour </button></a>
 </div>
 <?php } ?>
 
index 4a4c99b..50c8914 100644 (file)
--- a/style.css
+++ b/style.css
@@ -3,5 +3,5 @@ Theme Name: FranceJourneys
 Author: Gaslight Media
 Author URI: http://www.gaslightmedia.com
 Description: A theme for FranceJourneys
-Version: 1.0.5
+Version: 1.0.10
 */