d5eeac37 by Jeff Balicki

header

Signed-off-by: Jeff <jeff@gotenzing.com>
1 parent 72dfeb34
......@@ -14817,7 +14817,7 @@ input[type=checkbox] {
.full-image,
.image-loaded {
height: 530px;
background-position: top right;
background-position: center;
background-size: cover;
width: 100%;
position: relative;
......
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.
......@@ -39,7 +39,7 @@ $program_info = get_field('program_info');
<tr class="not"><th>Cost</th><th>Duration</th><th>Date</th></tr>
<tr><td>PUBLIC | STAFF</td><td></td><td></td></tr>
<?php foreach ( $program_info['cost_&_dates'] as $cost_dates){
echo "<tr><td>$".$cost_dates['cost']." $".$cost_dates['cost_staff']."</td><td>".$cost_dates['duration']."</td><td>".$cost_dates['date']."</td></tr>";
echo "<tr><td>$".$cost_dates['cost']." $".$cost_dates['cost_staff']."</td><td>".$cost_dates['duration']."</td><td>".$cost_dates['date']."</td></tr>";
};?>
</table>
<?php endif; ?>
......
......@@ -20,7 +20,7 @@ if ( is_front_page() ) {
$wrapper_id = 'full-width-page-wrapper';
?>
<div class="hero-container header-section blur-image" data-src="<?php echo the_post_thumbnail_url(); ?>" style="--med-image: url(<?php echo the_post_thumbnail_url('medium'); ?>);">
<div class="hero-container header-section blur-image" data-src="<?php echo the_post_thumbnail_url(); ?>" style="--med-image: url(<?php echo the_post_thumbnail_url('medium'); ?>);">
<div class="full-image">
<?php $hero_content = apply_filters('the_content', get_post_meta(get_the_id(), 'hero_content', true));
if (!empty($hero_content)) {?>
......
......@@ -149,3 +149,4 @@ li.additional_information_tab {
display:none !important;
}
}
......
......@@ -151,7 +151,7 @@
.full-image,
.image-loaded {
height: 530px;
background-position: top right;
background-position: center;
background-size: cover;
width: 100%;
position: relative;
......
......@@ -5,7 +5,7 @@
Author: Tenzing Communications
Author URI: https://tenzingbrand.com
Template: understrap
Version: 1.1.008
Version: 1.1.009
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: understrap-child
......