removing cart logos from header and mobile menu
authorAnthony Talarico <talarico@gaslightmedia.com>
Fri, 19 May 2017 17:56:58 +0000 (13:56 -0400)
committerAnthony Talarico <talarico@gaslightmedia.com>
Fri, 19 May 2017 17:56:58 +0000 (13:56 -0400)
changing buy tickets link and removing the cart logos from the header and mobile menu

parts/client-info-header.php
parts/top-bar.php

index 551969d..de28a5c 100644 (file)
                         </div>
                     </div>
                     <div class="header-phone-container medium-3 columns">
+<!--
                         <div class="right header-cart-container">
-                            <a href="<?php echo ticket_url_base();?>order-tickets-online-6/?x=1&Action=Shop_cart">
+                            <a href="<?php //echo ticket_url_base();?>order-tickets-online-6/?x=1&Action=Shop_cart">
                                 <span>Cart</span>
-                                <img src="<?php echo esc_url( get_template_directory_uri() ); ?>/assets/cart-icon.png">
+                                <img src="<?php //echo esc_url( get_template_directory_uri() ); ?>/assets/cart-icon.png">
                             </a>
                         </div>
+-->
                         <img src="<?php echo esc_url( get_template_directory_uri() ); ?>/assets/phone-icon.png">
                         <?php if (glm_get_clientinfo_option('phone')) :?>
                             <span><?php echo glm_get_clientinfo_option('phone');?></span>
index 8c0f67c..253b6d3 100644 (file)
         <a class="left-off-canvas-toggle menu-icon" href="#"><span>Menu</span></a>
     </section>
     <section class="center-small">
-        <a class="" href="#"><span>Buy Tickets</span></a>
+        <a class="" href="https://tickets.mackinacferry.com/Webstore/shop/viewitems.aspx?cg=MACKINAC&c=TICKETS"><span>Buy Tickets</span></a>
     </section>
     <section class="right-small">
 
+<!--
         <div class="header-cart-container">
-            <a href="<?php echo ticket_url_base();?>order-tickets-online-6/?x=1&Action=Shop_cart">
+            <a href="<?php //echo ticket_url_base();?>order-tickets-online-6/?x=1&Action=Shop_cart">
                 <span>Cart</span>
-                <img src="<?php echo esc_url( get_template_directory_uri() ); ?>/assets/cart-icon-white.png">
+                <img src="<?php //echo esc_url( get_template_directory_uri() ); ?>/assets/cart-icon-white.png">
             </a>
         </div>
+-->
     </section>
 </nav>