5e5f6fe5 by Jeff Balicki

aaa

Signed-off-by: Jeff <jeff@gotenzing.com>
1 parent 1b89495c
......@@ -14660,6 +14660,10 @@ input[type=checkbox] {
line-height: 34px !important;
}
.rlg figure.aligncenter.size-full {
min-height: 110px;
}
.pre-header {
background-color: #0484b8;
color: #fff;
......
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.
......@@ -24,7 +24,9 @@ function the_bread() {
$slug = esc_html( $crumb );
$url = esc_url( $_SERVER['REQUEST_SCHEME'] . '://' . $_SERVER['HTTP_HOST'] . '/' . substr( implode( '/', $flour ), 0, strpos( implode( '/', $flour ), $crumb ) ) . $crumb. '/' );
if($crumb == 'courses'){
continue;
}
array_push( $crumbs, ( object )
[
'slug' => $slug,
......@@ -42,13 +44,13 @@ function the_bread() {
echo '<ul class="bread">';
$i = 0;
if ( is_singular( 'sfwd-lessons' ) ) {
if ( is_singular( 'sfwd-courses' ) ) {
echo '<li class="crumb" itemprop="itemListElement">
<a class="item" itemprop="item" href="https://thecommonwell.ca/learning-2/">
<span itemprop="name">Learning Opportunities</span>
<a class="item" itemprop="item" href="'.site_url().'/learning-opportunities/">
<span itemprop="name">Programs</span>
</a>
<meta itemprop="position" content="1">
</li>&gt;';
</li> |';
}
foreach ( $crumbs as $crumb ) {
$i++;
......
......@@ -185,3 +185,10 @@ background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/s
.has-medium-font-size{
line-height: 34px !important;
}
.rlg{
figure.aligncenter.size-full {
min-height: 110px;
}
}
\ No newline at end of file
......
......@@ -5,7 +5,7 @@
Author: Tenzing Communications
Author URI: https://tenzingbrand.com
Template: understrap
Version: 1.1.0010
Version: 1.1.0011
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: understrap-child
......