9866fe40 by Jeff Balicki

sss

Signed-off-by: Jeff <jeff@gotenzing.com>
1 parent 575876a1
......@@ -15464,6 +15464,28 @@ p.intro {
background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='22.828' height='22.828' viewBox='0 0 22.828 22.828'%3E%3Cg id='btn_close_modal' data-name='btn_close modal' transform='translate(1.414 1.414)'%3E%3Cline id='Line_14' data-name='Line 14' x2='28.284' transform='translate(0) rotate(45)' fill='none' stroke='%23fff' stroke-linecap='round' stroke-width='2'/%3E%3Cline id='Line_15' data-name='Line 15' x2='28.284' transform='translate(20 0) rotate(135)' fill='none' stroke='%23fff' stroke-linecap='round' stroke-width='2'/%3E%3C/g%3E%3C/svg%3E");
}
.contest_cap {
color: #fff;
font-size: 20px;
margin-top: -40px;
margin-left: 20px;
}
.contest_name {
color: #fff;
font-size: 20px;
top: 40px;
position: relative;
margin-left: 20px;
}
.body-content {
margin: auto;
width: auto;
text-align: center;
padding: 20px;
}
.um input[type=submit].um-button, .um input[type=submit].um-button:focus, .um a.um-button {
text-transform: uppercase !important;
background-color: #183668 !important;
......
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.
......@@ -48,6 +48,7 @@ function contest_slider(){
<?php while ($custom_query->have_posts()): $custom_query->the_post(); ?>
<?php $image = get_post_meta(get_the_ID(), '_field_9', true );
$num = get_post_meta(get_the_ID(), '_seq_num', true );
$name = get_post_meta(get_the_ID(), '_field_5', true );
$cap = get_post_meta(get_the_ID(), '_field_7', true );
?>
<div class="modal fade" id="Modal_<?php echo $num;?>" tabindex="-1" role="dialog" aria-labelledby="exampleModalLabel" aria-hidden="true">
......@@ -56,8 +57,9 @@ function contest_slider(){
<div class="modal-body">
<button type="button" class="btn-close" data-bs-dismiss="modal" aria-label="Close"></button>
<div class="body-content">
<div class="contest_name"><?php echo $name;?></div>
<img src="<?php echo $image[$num];?>" alt="<?php echo $cap;?>">
<div class="contest_cap"><?php echo $cap;?> like you live here</div>
<div class="contest_cap"><?php echo $cap;?> </div>
</div>
</div>
</div>
......@@ -117,19 +119,7 @@ function contest_slider(){
font-size: 20px;
color:#fff;
}
.contest_cap{
color:#fff;
font-size:20px;
margin-top:-40px;
margin-left:20px;
}
.body-content {
margin: auto;
width: auto;
text-align: center;
padding: 20px;
}
</style>
......
......@@ -123,3 +123,23 @@ p{
height: 20px;
background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='22.828' height='22.828' viewBox='0 0 22.828 22.828'%3E%3Cg id='btn_close_modal' data-name='btn_close modal' transform='translate(1.414 1.414)'%3E%3Cline id='Line_14' data-name='Line 14' x2='28.284' transform='translate(0) rotate(45)' fill='none' stroke='%23fff' stroke-linecap='round' stroke-width='2'/%3E%3Cline id='Line_15' data-name='Line 15' x2='28.284' transform='translate(20 0) rotate(135)' fill='none' stroke='%23fff' stroke-linecap='round' stroke-width='2'/%3E%3C/g%3E%3C/svg%3E");
}
.contest_cap{
color:#fff;
font-size:20px;
margin-top:-40px;
margin-left:20px;
}
.contest_name{
color:#fff;
font-size:20px;
top:40px;
position: relative;
margin-left:20px;
}
.body-content {
margin: auto;
width: auto;
text-align: center;
padding: 20px;
}
\ No newline at end of file
......
......@@ -5,7 +5,7 @@
Author: the Understrap Contributors
Author URI: https://github.com/understrap/understrap-child/graphs/contributors
Template: understrap
Version: 1.2.0043
Version: 1.2.0044
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: understrap-child
......