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.
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(
<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>
} 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 {
</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 } ?>
Author: Gaslight Media
Author URI: http://www.gaslightmedia.com
Description: A theme for FranceJourneys
-Version: 1.0.5
+Version: 1.0.10
*/