This file contains 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
# BEGIN WP Rocket v2.8.23 | |
# Use UTF-8 encoding for anything served text/plain or text/html | |
AddDefaultCharset UTF-8 | |
# Force UTF-8 for a number of file formats | |
<IfModule mod_mime.c> | |
AddCharset UTF-8 .atom .css .js .json .rss .vtt .xml | |
</IfModule> | |
# FileETag None is not enough for every server. | |
<IfModule mod_headers.c> |
This file contains 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
p#giants:after{content:"boojjer"!important}body.custom-background{background-size:cover;background-position:Center Center!important}.site-header{background-color:#f5f5f5!important}.site-header .wrap{background-color:#fff}.site-container{margin:0 auto;max-width:1144px;box-shadow:12px 0 15px -4px rgba(0,0,0,0.1),-12px 0 8px -4px rgba(0,0,0,0.1)}.nav-primary{background-color:#fff!important;margin-top:25px}.nav-primary,.nav-primary a{color:#333!important}.sidebar .genesis-nav-menu .menu-item{display:block!important}.breadcrumb{text-align:center;background-color:#e2e2e2}.menu{font-size:14px;line-height:1.5}.menu li{padding:3px 7px}.nav-secondary .genesis-nav-menu a{padding:0px 17px!important}.sidebar{padding-bottom:40px}.gtheading{font-size:24px;margin-left:-10px!important;font-weight:bold}.gt-nolink a{pointer-events:none;cursor:default}.nav-primary .no-display{display:none!important}.entry-header .entry-title{text-align:center;color:#fff}.entry-header{border-bottom:0px solid #ececec!important;margin:0px 0px 0px!i |
This file contains 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
// Use Gists to store code you would like to remember later on | |
console.log(window); // log the "window" object to the console |
This file contains 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
Original Page: | |
http://www.kswo.com/story/31882156/one-individual-will-receive-a-50000-oral-surgery | |
Video to add: | |
https://nuvolum.wistia.com/medias/zdgsqelbij | |
<div class="withRelated left" id="WNStoryBody"> | |
<p>AMARILLO, TX (KFDA) - Three local oral surgeons will be giving one individual a $50,000 surgery, a full mouth reconstruction procedure designed to give someone with deteriorating teeth a chance for a new smile.</p> | |
<p>The program, <a href="https://smileagainamarillo.com/about.php"><span style="color:#0000FF"><strong>Smile Again</strong></span></a>, will offer a life-changing opportunity to one Panhandle individual.</p> | |
<p>In order to apply, applicants must have broken or missing teeth and be a non-smoker. The winner will also be someone who wouldn't normally be able to afford this type of extensive surgery.</p> |
This file contains 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 class="row no-gutters"> | |
<div class="row"> | |
<p>Thank you for choosing Mosa Oral Maxillofacial & Dental Implant Surgery for your upcoming appointment. As a patient, you can expect to be treated with personalized, compassionate, state-of-the-art care in a comfortable and friendly environment. Below, we’ve included important information about our practice and your upcoming procedure. Please review these videos before your first consultation. We look forward to caring for you!</p> | |
<hr> | |
<h2>Hear From Our [urlparam param="keyword" /] Patients Like You!</h2> | |
<hr> | |
<div class="col-md-4 col-sm-6 col-xs-12"> | |
<a class="fancybox-youtube hoverZoomLink" href='https://www.youtube.com/embed/[urlparam param="v1" default="0J4YQpEVFxM" /]?rel=0&autohide=1&showinfo=0' ><span id="playhover" class="white"></span><img class="alignnone size-large wp-image-136" height="483" src='https://img.youtube.com/vi/[urlparam param="v1" default="0J4YQpEVFxM" /]/mqdefault.jpg' width="858"><br></a> | |
</div> |
This file contains 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
$product_terms = wp_get_object_terms( $post->ID, 'product' ); | |
if ( ! empty( $product_terms ) ) { | |
if ( ! is_wp_error( $product_terms ) ) { | |
echo '<ul>'; | |
foreach( $product_terms as $term ) { | |
echo '<li><a href="' . get_term_link( $term->slug, 'product' ) . '">' . esc_html( $term->name ) . '</a></li>'; | |
} | |
echo '</ul>'; | |
} | |
} |
This file contains 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 class="row no-gutters"> | |
<p>It is critical for you to understand your pre-op and post-op instructions! For your convenience, we have created instructional videos that outline everything you need to know about your procedure. We require every patient to fully watch each video below before their surgical appointment. <strong>For your safety, failure to follow pre-operative instructions may result in the need to reschedule your surgical appointment.</strong> </p> | |
<div class="col-md-6 col-sm-6 col-xs-12"> | |
<hr> | |
<h3>[urlparam param="keyword" /] Pre-Operative Instructions</h3> | |
<hr> | |
<div class=" col-md-12"> | |
<a class="fancybox-youtube hoverZoomLink" href='https://www.youtube.com/embed/[urlparam param="v1" default="0J4YQpEVFxM" /]?rel=0&autohide=1&showinfo=0' ><span id="playhover"></span><img class="alignnone size-large wp-image-136" height="483" src='https://img.youtube.com/vi/[urlparam param="v1" default="0J4YQpEVFxM" /]/maxresdefault.jpg' width="858"><br></a> | |
</div> | |
</div> |
This file contains 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 class="row no-gutters"> | |
<div class="col-md-6 col-sm-6"> | |
<hr> | |
<h2>Watch This Important Information</h2> | |
<hr> | |
<p><strong>We look forward to seeing you at your upcoming appointment! </strong>Below, we’ve included important information that you should review before your consultation. Hear from our practice, your doctor, and patients that have undergone the same procedure as you. If you have any questions, please be sure to bring them to your appointment.</p> | |
</div> | |
<div class="col-md-6 col-sm-6 "> |
This file contains 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 class="row no-gutters"> | |
<p>Thank you for choosing Los Angeles Center for Oral & Maxillofacial Surgery for your upcoming appointment. As a patient, you can expect to be treated with personalized, compassionate, state-of-the-art care in a comfortable and friendly environment. Below, we’ve included important information about our practice and your upcoming procedure. Please review these videos before your first consultation. We look forward to caring for you!</p> | |
<hr> | |
<h2>Hear From Our [urlparam param="keyword" /] Patients Like You!</h2> | |
<hr> | |
<div class="col-md-4 col-sm-6 col-xs-12"> | |
<a class="fancybox-youtube hoverZoomLink" href='https://www.youtube.com/embed/[urlparam param="v1" default="0J4YQpEVFxM" /]?rel=0&autohide=1&showinfo=0' ><span id="playhover" class="white"></span><img class="alignnone size-large wp-image-136" height="483" src='https://img.youtube.com/vi/[urlparam param="v1" default="0J4YQpEVFxM" /]/mqdefault.jpg' width="858"><br></a> | |
</div> | |
<div class="col-md-4 col-sm-6 col-xs |
This file contains 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
<script> | |
function getScreenSize() { | |
// in pixels | |
if ( screen.width < 500 || screen.height < 500) | |
window.open('fb://profile/103471319718707') | |
} | |
</script> | |
<strong>Where would you like to review us?</strong> | |
<br><br> |