Removed the extra video-arrow from the central frontpage block
authorLaury GvR <laury@gaslightmedia.com>
Thu, 14 Sep 2017 20:24:03 +0000 (16:24 -0400)
committerLaury GvR <laury@gaslightmedia.com>
Thu, 14 Sep 2017 20:24:03 +0000 (16:24 -0400)
parts/glm-blocks.php
sections/footer.php

index 5c679e6..778eddc 100644 (file)
@@ -16,7 +16,7 @@
                     <?php echo get_the_post_thumbnail($block->ID, 'glm-block-image');?>
                 </a>
                 <!-- Arrow already supplied by image. Uncomment to get a css-arrow over the image-->
-                <div class="glm-block-video-arrow"></div>
+<!--                <div class="glm-block-video-arrow"></div>-->
             <?php } ?>
             <?php if($block->url) { ?>
                 <a class="glm-block-title" href="<?php echo $block->url;?>"<?php if($block->externalUrl){echo ' target="_blank"';}?>>
index 493d381..de751f8 100644 (file)
@@ -11,9 +11,9 @@
                                                Keweenaw Adventure Guide!
                                             </p>
                                             <p class="footer-guide-links">
-                                                <a href="<?php echo get_permalink( get_page_by_path( 'download-our-guides-maps' ) );?>"><span>View</span></a>
+                                                <a href="<?php echo get_permalink( get_page_by_path( 'about-us/download-our-guides-maps' ) );?>"><span>View</span></a>
                                                 <span class="separator">|</span>
-                                                <a href="<?php echo get_permalink( get_page_by_path( 'request-our-guides-maps' ) );?>"><span>Request</span></a>
+                                                <a href="<?php echo get_permalink( get_page_by_path( 'about-us/request-our-guides-maps' ) );?>"><span>Request</span></a>
                                             </p>
                                         </div>
                                     </div>
@@ -30,7 +30,7 @@
                                 <div id="footer-newsletter" class="row">
                                     <h3 class="footer-newsletter-title">Copper County Newsletter</h3>
                                     <p class="footer-newsletter-text">Our eNewsletter will give you the scoop on upcoming events and festivals</p>
-                                    <a class="footer-newsletter-button" href="<?php echo get_permalink( get_page_by_path( 'newsletter' ) );?>"><span>Sign Up</span></a>
+                                    <a class="footer-newsletter-button" href="<?php echo get_permalink( get_page_by_path( 'about-us/sign-up-to-receive-our-newsletters' ) );?>"><span>Sign Up</span></a>
                                 </div>
                             </div>