This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<!doctype html> | |
<html xmlns="http://www.w3.org/1999/xhtml"> | |
<head> | |
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" /> | |
<title>v5 | Dotcom Distribution Newsletter Template</title> | |
<style type="text/css"> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
$( 'img[src="/images/product_overlay.png"]' ).css( "visibility", "hidden" ); | |
$( 'img[src="/images/product_overlay.png"]' ).attr( "src", "http://cdn.agilitycms.com/polaroid/products/Polaroid.com-hover-transparent.png" ); |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<div id="connect_box"> | |
<div class="mailing_list"> | |
<p class="join"><a href="#" class="join_mail join_mail_text">Join Our Mailing List</a> | |
<a href="#" class="join_mail"></a> | |
</p> | |
<script type="text/javascript" src="http://www.formstack.com/forms/js.php?1446375-sv8G1zJCeB-v3&jsonp"></script><noscript><a href="http://www.formstack.com/forms/?1446375-sv8G1zJCeB" title="Online Form">Online Form - Constant Contact Signup Form</a></noscript> | |
<div style="text-align:right; font-size:x-small;"><a href="http://www.formstack.com/try-formstack?utm_source=h&utm_medium=jsembed&utm_campaign=fa&fa=h,1446375" title="HTML Form Builder">HTML Form Builder</a></div> | |
</div> | |
<div class="facebook"><a href="http://www.facebook.com/FamilyPromiseMorris" target="_blank"><img src="<?php bloginfo('stylesheet_directory'); ?>/images/header_fb_logo.png"></a></div> | |
</div> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
$(function() { | |
$("#UserContentSubmissionForm_submitButton").click(function(event) { | |
if (!$("#UserContentSubmissionForm_Field_47").is(":checked")) { | |
event.stopImmediatePropagation(); | |
alert('You must agree to the Terms and Conditions!'); | |
} | |
}); | |
}); |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
$(function() { | |
$("#NationalPhotoMonth_submitButton").click(function(event) { | |
if (!$("#NationalPhotoMonth_Field_48").is(":checked")) { | |
event.stopImmediatePropagation(); | |
alert('You must agree to the Terms and Conditions!'); | |
} | |
}); | |
}); |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
$(function(){ | |
$('#NationalPhotoMonth_submitButton').click(function(e) { | |
e.preventDefault(); | |
if(!$('#NationalPhotoMonth_Field_48').is(':checked')){ | |
alert('You must agree to the term and conditions.'); | |
return false; | |
} | |
if($('#NationalPhotoMonth_Field_48').is(':checked')){ | |
return true; | |
} |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
$(function(){ | |
$('#NationalPhotoMonth_submitButton').click(function() { | |
if(!$('#NationalPhotoMonth_Field_48').is(':checked')){ | |
alert('Not Checked'); | |
return false; | |
} | |
if($('#NationalPhotoMonth_Field_48').is(':checked')){ | |
alert('Checked - GO'); | |
return true; | |
} |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
.vc_carousel-slideline-inner .vc_inner img { | |
margin: 0 auto!important; | |
display: block; | |
} | |
/*.df-footer { | |
display: none; | |
}*/ | |
.df-footer .siteinfo p { |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
.et-social-icons li { | |
margin: 0 10px; | |
} | |
.et_pb_team_member_image { | |
filter: grayscale(0.8) hue-rotate(30deg)!important; | |
} | |
.et_pb_team_member_image { |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#main-content .container { | |
max-width: 960px; | |
} | |
.entry-content { | |
color: #333; | |
} | |
.about-top { | |
background: -moz-linear-gradient(top, rgba(255,255,255,.4) 0%, rgba(255,255,255,1) 80%), url(http://cs.randjsc.com/wp-content/uploads/2017/03/istock-2200px-opt.jpg); | |
background: -webkit-linear-gradient(top, rgba(255,255,255,.4) 0%,rgba(255,255,255,1) 80%), url(http://cs.randjsc.com/wp-content/uploads/2017/03/istock-2200px-opt.jpg); | |
background: linear-gradient(to bottom, rgba(255,255,255,.4) 0%,rgba(255,255,255,1) 80%), url(http://cs.randjsc.com/wp-content/uploads/2017/03/istock-2200px-opt.jpg); |