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 {
#full-width-page-wrapper {
margin: 0.625rem 1.875rem 0 1.875rem;
min-height: 20vh;
min-height: 30vh;
padding-bottom: 0px;
}
#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])) {
$img_alt = get_post_meta($post_thumbnail_id , '_wp_attachment_image_alt', true);
$img_title = $thumbnail_image[0]->post_title;
$copy = get_field('copy', $post_thumbnail_id );
if(!$copy){
$en_post_thumbnail_id = apply_filters( 'wpml_object_id', $post_thumbnail_id , 'attachment', FALSE, 'en' );
$copy = get_field('copy', $en_post_thumbnail_id );
}
}
......
......@@ -257,7 +257,7 @@
#full-width-page-wrapper{
margin: 0.625rem 1.875rem 0 1.875rem;
min-height: 20vh;
min-height: 30vh;
padding-bottom: 0px;
@media(max-width: 48rem) {
// margin: 2.5rem 2.5rem 0 2.5rem;
......
......@@ -2,5 +2,5 @@
Theme Name: MSF CA Child
Author: Tenzing Communications
Template: msf-ca
Version: 1.0.24
Version: 1.0.25
*/
\ No newline at end of file
......