a97a50d6 by Jeff Balicki

qa

Signed-off-by: Jeff <jeff@gotenzing.com>
1 parent ecfdf989
......@@ -18799,6 +18799,8 @@ ul.sf_date_field .sf-datepicker {
.call-out-block h2, .call-out-block .h2 {
padding-top: 32px;
color: #fff;
font-family: "PT Sans", sans-serif;
font-weight: 700;
}
@media screen and (max-width: 48rem) {
.call-out-block h2, .call-out-block .h2 {
......
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.
......@@ -153,3 +153,4 @@ function getName() {
return $randomString;
}
......
......@@ -104,7 +104,7 @@ function delete_exclude_from_search()
foreach ( $pages as $page ){
$exclude_from_search = get_post_meta($page->ID, 'exclude_from_search', true);
if($exclude_from_search == '0'){
wp_delete_attachment( $page->ID, true );
wp_update_post(get_post( $page->ID) );
//error_log($page->ID);
}
}
......
......@@ -89,6 +89,6 @@ if ($thumbnail_image && isset($thumbnail_image[0])) {
</div><!-- #content -->
</div><!-- #full-width-page-wrapper -->
<?php the_field('pre_footer', 'option'); ?>
<?php
get_footer();
......
......@@ -20,6 +20,8 @@
h2{
padding-top: 32px;
color: #fff;
font-family: "PT Sans",sans-serif;
font-weight: 700;
@media screen and (max-width: 48rem) {
font-size: 22px;
line-height: 25px;
......
......@@ -2,5 +2,5 @@
Theme Name: MSF CA Child
Author: Tenzing Communications
Template: msf-ca
Version: 1.0.5310
Version: 1.0.5311
*/
\ No newline at end of file
......