From: Laury GvR Date: Wed, 1 May 2019 20:58:29 +0000 (-0400) Subject: Woo checkout: Change arrow on paypal payment option description to point down X-Git-Tag: v1.0.20^2~2 X-Git-Url: http://cvs2.gaslightmedia.com/gitweb/?a=commitdiff_plain;h=4b897fa3e30e27f5704ff1a16e23d6975a26b567;p=WP-Themes%2Fmichigantrailmaps.git Woo checkout: Change arrow on paypal payment option description to point down --- diff --git a/css/app.css b/css/app.css index 1b10b1e..f43ec08 100644 --- a/css/app.css +++ b/css/app.css @@ -7976,7 +7976,7 @@ h3#ship-to-different-address { text-align: center; } #glm-member-detail-container #glm-member-detail-related-products { float: left; - margin-top: 10px; } + margin-top: 20px; } #glm-member-detail-container #glm-member-detail-related-products h4 { color: #494139; font-family: arial; diff --git a/functions.php b/functions.php index 91dca8d..1142274 100644 --- a/functions.php +++ b/functions.php @@ -302,6 +302,7 @@ add_filter('glm-get-trail-links', function($member_id) { if ( $category->slug == 'downloads' ) { // Echo shortcode echo do_shortcode('[add_to_cart id="'.$product->ID.'" style="" show_price="false"]'); + echo '(This map is not geo-referenced)'; // An add-to-cart link can also be manually constructed in this way: //echo ''; } else { diff --git a/glm-member-db/views/front/members/detail.html b/glm-member-db/views/front/members/detail.html index 9804387..9dc4aea 100644 --- a/glm-member-db/views/front/members/detail.html +++ b/glm-member-db/views/front/members/detail.html @@ -256,7 +256,7 @@ {/if} - + {if apply_filters('glm_custom_fields', 'avenza_map_url', $member.memberInfoId)}
Avenza Maps
Geo-referenced maps from MichiganTrailMaps.com are available through Avenza Maps and range from $1.99 to $2.99 each. @@ -271,6 +271,7 @@

+ {/if} diff --git a/scss/plugins/_woocommerce.scss b/scss/plugins/_woocommerce.scss index 2997c4f..1292e31 100644 --- a/scss/plugins/_woocommerce.scss +++ b/scss/plugins/_woocommerce.scss @@ -1190,7 +1190,7 @@ h3#ship-to-different-address { } #glm-member-detail-related-products { float: left; - margin-top: 10px; + margin-top: 20px; h4 { color: $dark-brown; font-family: arial;