I made the graphic an anchor link
authorIan Weller <ian@gaslightmedia.com>
Wed, 29 Mar 2017 14:26:45 +0000 (10:26 -0400)
committerIan Weller <ian@gaslightmedia.com>
Wed, 29 Mar 2017 14:26:45 +0000 (10:26 -0400)
I made the central swing graphics link to the MI Cenral Swing Golf page.
I suspect by the way it is presented, users will try to click on the
graphics and complain the graphic doesn't go anywhere.

header.php
parts/off-canvas-menu.php

index 9141804..1db2db5 100644 (file)
@@ -67,7 +67,7 @@ Note 2: 'Nb cols' parameter for Bootstrap only.
                         </div>
                         <?php get_template_part('parts/top-bar');?>
                         <div class="row collapse golf-container">
-                            <img id="golf-logo" alt="Michigan's Central Swing" src="<?php bloginfo('template_url'); ?>/assets/central-swing-logo-interior.jpg">
+                            <a href="<?php echo get_permalink(3041); ?>"><img id="golf-logo" alt="Michigan's Central Swing" src="<?php bloginfo('template_url'); ?>/assets/central-swing-logo-interior.jpg"></a>
                         </div>
                         <a id="sm-logo" class="show-for-small-down text-center" href="<?php bloginfo('url'); ?>"><img alt="Mount Pleasant logo" src="<?php bloginfo('template_url'); ?>/assets/mt-pleasant-pure-mi-logo.png"></a>
                     </header>
index 0a58899..5c31677 100644 (file)
@@ -1,7 +1,7 @@
 <aside class="left-off-canvas-menu hide-for-large-up">
     <?php //glm_offcanvas_menu(); ?>
     <?php mountpleasantcvb_mobile_off_canvas(); ?>
-    <img id="off-canvas-golf" alt="Michigan's Central Swing" src="<?php bloginfo('template_url'); ?>/assets/central-swing-logo-interior.jpg">
+    <a href="<?php echo get_permalink(3041); ?>"><img id="off-canvas-golf" alt="Michigan's Central Swing" src="<?php bloginfo('template_url'); ?>/assets/central-swing-logo-interior.jpg"></a>
     <form role="search" method="get" id="formsearch" action="<?php echo home_url('/'); ?>">
         <input class="search-input" type="search" placeholder="SEARCH" value="" name="s" id="off-search">
         <input type="submit" class="button" name="submit" value="Search">