Skip to content
Toggle navigation
Toggle navigation
This project
Loading...
Sign in
Jeremy Groot
/
stellervista-Intranet
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
29c81c53
authored
2023-03-03 18:07:38 -0500
by
Jeff Balicki
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
ddd
Signed-off-by: Jeff <jeff@gotenzing.com>
1 parent
2944378b
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
wp-content/themes/understrap-child/page.php
wp-content/themes/understrap-child/page.php
View file @
29c81c5
...
...
@@ -20,7 +20,7 @@ $container = get_theme_mod( 'understrap_container_type' );
?>
<?php
if
(
is_page
(
'account'
)
||
is_page
(
'user'
)
||
is_page
(
'password-reset'
)
||
is_page
(
'register'
))
{
}
else
{
?>
<div
class=
"wrapper"
id=
"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"
style=
"background-image: linear-gradient(90deg, rgb(0, 0, 0) 0%, rgba(0, 0, 0, 0) 80%, rgba(0, 0, 0, 0) 100%), url('
<?php
echo
the_post_thumbnail_url
(
'medium'
);
?>
');"
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
));
...
...
Please
register
or
sign in
to post a comment