148b7e38 by Jeff Balicki

stuff

Signed-off-by: Jeff <jeff@gotenzing.com>
1 parent fa5fbcd7
......@@ -32,7 +32,8 @@ switch($style){
</a>
<?php
break;
case 'image-text':?>
case 'image-text':
if($fields['link'] != ""){?>
<a class="block-link" href="<?php echo $fields['link']; ?>">
<div class="link-block image-text">
<div class="row">
......@@ -43,6 +44,14 @@ switch($style){
</div>
</a>
<?php
}else{ ?>
<div class="link-block image-text no-link">
<div class="row">
<div class="col-md-12 col-lg-6 text"><?php echo $fields['text']; ?></div>
<div class="col-md-12 col-lg-6 img" style="background-image: url('<?php the_field('image'); ?>')"> </div>
</div>
</div>
<?php }
break;
default: ?>
<p>Please select style.</p>
......
......@@ -14201,7 +14201,6 @@ figure.woocommerce-product-gallery__wrapper {
}
#full-width-page-wrapper,
#content,
#page-wrapper {
position: relative;
display: inline-block;
......@@ -14211,22 +14210,22 @@ figure.woocommerce-product-gallery__wrapper {
}
@media only screen and (max-width: 1260px) {
#full-width-page-wrapper,
#content,
#page-wrapper {
width: 100%;
}
}
#full-width-page-wrapper #content,
#content #content,
#page-wrapper #content {
position: relative;
}
.wrapper .container {
padding: 0 0px 40px 50px;
padding: 0 60px 0 0;
margin: 0px 50px;
}
@media only screen and (max-width: 1260px) {
.wrapper .container {
margin: 0px;
padding: 0 15px;
}
}
......@@ -14382,6 +14381,12 @@ p {
color: #000000;
}
.current-menu-item a {
text-decoration: underline !important;
color: #183668 !important;
font-weight: bold;
}
.wsmenu-submenu {
display: none;
list-style-type: none;
......@@ -14647,6 +14652,10 @@ h2 + .wp-block-pb-accordion-item, .h2 + .wp-block-pb-accordion-item {
background-image: url("../images/bottom-lg-border.png");
}
.link-block.image-text.no-link {
box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.1607843137);
}
label[for=quicksearch] {
font-size: 18px;
line-height: 24px;
......@@ -14669,8 +14678,8 @@ label[for=quicksearch] {
}
.filters {
border-bottom: 1px solid #1A3668 !important;
border-top: 1px solid #1A3668 !important;
border-bottom: 1px solid #3EAF49 !important;
border-top: 1px solid #3EAF49 !important;
padding: 10px 0px 10px 0px;
}
.filters .glyphicon-chevron-up::after {
......@@ -14860,7 +14869,7 @@ label[for=quicksearch] {
.page-item.active .page-link {
border-color: #fff;
background-color: #fff;
color: #0484b8;
color: #3EAF49;
font-weight: 800;
}
......
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.
......@@ -8,7 +8,6 @@
}
#full-width-page-wrapper,
#content,
#page-wrapper {
position: relative;
display: inline-block;
......@@ -24,8 +23,11 @@
}
.wrapper .container{
padding:0 0px 40px 50px;
padding:0 60px 0 0;
margin:0px 50px;
@media only screen and (max-width: 1260px) {
margin:0px;
padding:0 15px;
}
}
......
......@@ -54,4 +54,8 @@
background-position:center;
background-image: url("../images/bottom-lg-border.png");
}
}
.link-block.image-text.no-link{
box-shadow: 0px 3px 6px #00000029;
}
\ No newline at end of file
......
......@@ -125,6 +125,7 @@
}
}
}
.current-menu-item { a{text-decoration: underline !important; color: #183668 !important; font-weight: bold;}}
.wsmenu-submenu { display: none; list-style-type:none; padding-left: 15px; }
.current-menu-item .wsmenu-submenu { display:block; }
.current-menu-ancestor .wsmenu-submenu { display:block; }
......
......@@ -17,8 +17,8 @@ label[for="quicksearch"] {
}
.filters {
border-bottom: 1px solid #1A3668 !important;
border-top: 1px solid #1A3668 !important;
border-bottom: 1px solid #3EAF49 !important;
border-top: 1px solid #3EAF49 !important;
padding: 10px 0px 10px 0px;
.glyphicon-chevron-up::after {
content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='19.432' height='11.567' viewBox='0 0 19.432 11.567'%3E%3Cpath id='Path_1875' data-name='Path 1875' d='M395.235 274.525a1.19 1.19 0 0 0 1.681.063l9.188-8.526a1.19 1.19 0 0 0 0-1.744l-9.187-8.526a1.19 1.19 0 1 0-1.619 1.744l8.248 7.654-8.248 7.654a1.19 1.19 0 0 0-.063 1.681Z' transform='translate(274.905 -394.917) rotate(90)' fill='%231A3668'/%3E%3C/svg%3E");
......@@ -188,7 +188,7 @@ label[for="quicksearch"] {
.page-item.active .page-link {
border-color: #fff;
background-color: #fff;
color: #0484b8;
color: #3EAF49;
font-weight: 800;
}
th.hidden,
......