Skip to content
Toggle navigation
Toggle navigation
This project
Loading...
Sign in
Jeff Balicki
/
stellervista-micro
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
9c09ac4d
authored
2023-08-21 13:23:04 -0400
by
Jeff Balicki
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
ccc
Signed-off-by: Jeff <jeff@gotenzing.com>
1 parent
f58ba580
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
wp-content/themes/understrap-child/front-page.php
wp-content/themes/understrap-child/front-page.php
View file @
9c09ac4
...
...
@@ -73,7 +73,7 @@ $url = wp_get_attachment_url( get_post_thumbnail_id($post->ID), 'full' );
<button type="
button
" class="
btn
-
close
" data-bs-dismiss="
modal
" aria-label="
Close
"></button>
</div>
<div class="
modal
-
body
">
<?php the_field('contest_popup'
, 'option'
); ?>
<?php the_field('contest_popup'); ?>
</div>
<div class="
modal
-
footer
">
<button type="
button
" class="
contest
-
close
" data-bs-dismiss="
modal
">Close</button>
...
...
@@ -89,7 +89,7 @@ $url = wp_get_attachment_url( get_post_thumbnail_id($post->ID), 'full' );
<button type="
button
" class="
btn
-
close
" data-bs-dismiss="
modal
" aria-label="
Close
"></button>
</div>
<div class="
modal
-
body
">
<?php the_field('contact_popup'
, 'option'
); ?>
<?php the_field('contact_popup'); ?>
</div>
<div class="
modal
-
footer
">
<button type="
button
" class="
contest
-
close
" data-bs-dismiss="
modal
">Close</button>
...
...
Please
register
or
sign in
to post a comment