changing experiences text to 'tours'
authorAnthony Talarico <talarico@gaslightmedia.com>
Wed, 29 Jun 2016 18:22:34 +0000 (14:22 -0400)
committerAnthony Talarico <talarico@gaslightmedia.com>
Wed, 29 Jun 2016 18:22:34 +0000 (14:22 -0400)
functions.php
js/app.js
js/custom/pageSetup.js

index e6cf51e..b7ca211 100644 (file)
@@ -161,7 +161,7 @@ add_action( 'woocommerce_single_product_summary', 'shareThis', 20);
 
 add_filter( 'woocommerce_page_title', 'woo_shop_page_title');
 function woo_shop_page_title( ) {
-    return "Experiences";
+    return "All Tours";
 }
 add_theme_support('post-thumbnails');
 set_post_thumbnail_size(120, 100, true);
index 9c05caf..40b61a1 100644 (file)
--- a/js/app.js
+++ b/js/app.js
@@ -113,6 +113,6 @@ $(document).ready(function () {
     }
     
     // change breadcrumbs 'products' to 'experiences'
-    $(".post-product-archive").find('span').text('Experiences');
-    $("[property=name]:contains('Products')").html('Experiences');
+    $(".post-product-archive").find('span').text('Tours');
+    $("[property=name]:contains('Products')").html('Tours');
 });
index 981ede6..88518c5 100644 (file)
@@ -104,6 +104,6 @@ $(document).ready(function () {
     }
     
     // change breadcrumbs 'products' to 'experiences'
-    $(".post-product-archive").find('span').text('Experiences');
-    $("[property=name]:contains('Products')").html('Experiences');
+    $(".post-product-archive").find('span').text('Tours');
+    $("[property=name]:contains('Products')").html('Tours');
 });