Skip to content
Toggle navigation
Toggle navigation
This project
Loading...
Sign in
Jeff Balicki
/
st_joseph
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Network
Create a new issue
Builds
Commits
Issue Boards
Files
Commits
Network
Compare
Branches
Tags
dee2e298
authored
2023-03-23 17:26:25 -0400
by
Jeff Balicki
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
sss
Signed-off-by: Jeff <jeff@gotenzing.com>
1 parent
b1ccf34a
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
28 deletions
wp-content/themes/crlg/single-sfwd-lessons.php
wp-content/themes/crlg/single-sfwd-quiz.php
wp-content/themes/crlg/single-sfwd-lessons.php
View file @
dee2e29
...
...
@@ -19,20 +19,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=
"full-image"
>
<?php
$hero_content
=
apply_filters
(
'the_content'
,
get_post_meta
(
get_the_id
(),
'hero_content'
,
true
));
if
(
!
empty
(
$hero_content
))
{
?>
<div
class=
"container"
>
<div
class=
"hero-content row"
>
<div
class=
"col align-self-center"
>
<?php
echo
$hero_content
;
?>
</div>
</div>
</div>
<?php
}
?>
</div>
</div>
<div
class=
"wrapper"
id=
"
<?php
echo
$wrapper_id
;
// phpcs:ignore WordPress.Security.EscapeOutput.OutputNotEscaped -- ok. ?>">
<
div
class
="<?
php
echo
esc_attr
(
$container
);
?>
"
id=
"content"
>
...
...
wp-content/themes/crlg/single-sfwd-quiz.php
View file @
dee2e29
...
...
@@ -19,20 +19,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=
"full-image"
>
<?php
$hero_content
=
apply_filters
(
'the_content'
,
get_post_meta
(
get_the_id
(),
'hero_content'
,
true
));
if
(
!
empty
(
$hero_content
))
{
?>
<div
class=
"container"
>
<div
class=
"hero-content row"
>
<div
class=
"col align-self-center"
>
<?php
echo
$hero_content
;
?>
</div>
</div>
</div>
<?php
}
?>
</div>
</div>
<div
class=
"wrapper"
id=
"
<?php
echo
$wrapper_id
;
// phpcs:ignore WordPress.Security.EscapeOutput.OutputNotEscaped -- ok. ?>">
<
div
class
="<?
php
echo
esc_attr
(
$container
);
?>
"
id=
"content"
>
...
...
Please
register
or
sign in
to post a comment