02af264f by Jeff Balicki

www

Signed-off-by: Jeff <jeff@gotenzing.com>
1 parent 66698477
...@@ -18456,7 +18456,7 @@ ul.sf_date_field .sf-datepicker { ...@@ -18456,7 +18456,7 @@ ul.sf_date_field .sf-datepicker {
18456 18456
18457 #full-width-page-wrapper { 18457 #full-width-page-wrapper {
18458 margin: 0.625rem 1.875rem 0 1.875rem; 18458 margin: 0.625rem 1.875rem 0 1.875rem;
18459 min-height: 20vh; 18459 min-height: 30vh;
18460 padding-bottom: 0px; 18460 padding-bottom: 0px;
18461 } 18461 }
18462 #full-width-page-wrapper .breadcrumb { 18462 #full-width-page-wrapper .breadcrumb {
......
This diff could not be displayed because it is too large.
This diff could not be displayed because it is too large.
This diff could not be displayed because it is too large.
...@@ -23,6 +23,10 @@ if ($thumbnail_image && isset($thumbnail_image[0])) { ...@@ -23,6 +23,10 @@ if ($thumbnail_image && isset($thumbnail_image[0])) {
23 $img_alt = get_post_meta($post_thumbnail_id , '_wp_attachment_image_alt', true); 23 $img_alt = get_post_meta($post_thumbnail_id , '_wp_attachment_image_alt', true);
24 $img_title = $thumbnail_image[0]->post_title; 24 $img_title = $thumbnail_image[0]->post_title;
25 $copy = get_field('copy', $post_thumbnail_id ); 25 $copy = get_field('copy', $post_thumbnail_id );
26 if(!$copy){
27 $en_post_thumbnail_id = apply_filters( 'wpml_object_id', $post_thumbnail_id , 'attachment', FALSE, 'en' );
28 $copy = get_field('copy', $en_post_thumbnail_id );
29 }
26 } 30 }
27 31
28 32
......
...@@ -257,7 +257,7 @@ ...@@ -257,7 +257,7 @@
257 257
258 #full-width-page-wrapper{ 258 #full-width-page-wrapper{
259 margin: 0.625rem 1.875rem 0 1.875rem; 259 margin: 0.625rem 1.875rem 0 1.875rem;
260 min-height: 20vh; 260 min-height: 30vh;
261 padding-bottom: 0px; 261 padding-bottom: 0px;
262 @media(max-width: 48rem) { 262 @media(max-width: 48rem) {
263 // margin: 2.5rem 2.5rem 0 2.5rem; 263 // margin: 2.5rem 2.5rem 0 2.5rem;
......
...@@ -2,5 +2,5 @@ ...@@ -2,5 +2,5 @@
2 Theme Name: MSF CA Child 2 Theme Name: MSF CA Child
3 Author: Tenzing Communications 3 Author: Tenzing Communications
4 Template: msf-ca 4 Template: msf-ca
5 Version: 1.0.24 5 Version: 1.0.25
6 */ 6 */
...\ No newline at end of file ...\ No newline at end of file
......