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
Old Version | |
<div class="row"> | |
<div class="col-md-12 col-sm-12 col-xs-12"> | |
<a class="fancybox-youtube" href="http://youtu.be/A2BC3s1Pg8U?autoplay=1&autohide=1&rel=0&showinfo=0"><span id="playhover"></span><img class="alignnone size-large wp-image-134" src="/wp-content/uploads/2015/08/Dental-Implant-Proc-Harris-358x200.jpg" alt="Dental-Implant-Proc--Harris" width="358" height="200" /></a> | |
</div> | |
</div> | |
New Version | |
<div class="row"> | |
<div class="col-md-12 col-sm-12 col-xs-12"> |
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
// Add Sidebar with Menu just for this page type / If Instructions Second Language is in place then add that menu if not add Instructions | |
add_action( 'genesis_before_sidebar_widget_area', 'nuvo_add_custom_menu' ); | |
function nuvo_add_custom_menu () { | |
echo '<div class="spacer10"></div><div class="widget-wrap col-xs-6 col-md-12">'; | |
if ( is_nav_menu( 'Instructions Second Language' ) ) { | |
wp_nav_menu( array('menu' => 'Instructions Second Language' )); | |
} else { | |
wp_nav_menu( array('menu' => 'Instructions' )); | |
} | |
echo '</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"> | |
<?php | |
// Testimonial single Looop | |
$testimonial_loop = array( | |
'numberposts' => -1, | |
'post_type' => 'testimonial', | |
'showposts' => '4', | |
); | |
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
icon-antibiotic-treatment : Antibiotic Treatment | |
icon-common-dental-problems : Common Dental Problems | |
icon-crown-lengthening : Crown Lengthening | |
icon-decay-prevention : Decay Prevention | |
icon-early-dental-care : Early Dental Care | |
icon-forhead-brow-lift : Forhead Brow Lift | |
icon-home-care : Home Care | |
icon-nerve-repositioning : Nerve Repositioning | |
icon-peds-surgery : Peds Surgery | |
icon-restorations : Restorations |
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 newDoc() { | |
window.location.assign("https://www.siouxlandoralsurgery.com") | |
} | |
</script> |
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"> | |
<div class="col-sm-12 col-md-6 col-xs-12"><a class="fancybox-youtube hoverZoomLink" href="http://youtu.be/kZQnDvZOZw0?rel=0&autohide=1&showinfo=0"><span id="playhover"></span><img class="size-large wp-image-742" src="http://amarillooralsurgery.com/wp-content/uploads/VIdeo_Player_Mock-compressor-1024x576.jpg" alt="VIdeo_Player_Mock-compressor" width="858" height="483" /> | |
</a></div> | |
<div class="col-sm-12 col-md-6 col-xs-12"> | |
<hr class="visible-xs visible-sm"> | |
<img src="http://saveasmile.wpengine.com/wp-content/uploads/2016/06/Save_Logo.png" /> | |
People don’t realize how much they put their mouths through in a day—grinding down food, drinking soda and coffee, using teeth as tools, and more. Add health complications and bad habits, such as smoking, on top of poor oral care, and you could soon find yourself in a serious situation. Over time, the health of your mouth will deteriorate without the right care. | |
You don’t want to be here. Save yourself by saving your smile. |
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
{"procedure":{"name":"procedure","label":"Procedures","singular_label":"Procedure","description":"List of Procedure at this office.","public":"true","show_ui":"true","has_archive":"true","has_archive_string":"","exclude_from_search":"false","capability_type":"post","hierarchical":"true","rewrite":"true","rewrite_slug":"","rewrite_withfront":"true","query_var":"true","menu_position":"5","show_in_menu":"true","show_in_menu_string":"","menu_icon":"dashicons-plus-alt","supports":["title","editor","custom-fields","thumbnail","page-attributes","post-formats"],"taxonomies":["procedure-types"],"labels":{"menu_name":"Procedures","all_items":"All Procedures","add_new":"Add Procedure","add_new_item":"Add New Procedure","edit":"Edit","edit_item":"Edit Procedure","new_item":"New Procedure","view":"View","view_item":"View Procedure","search_items":"Search Procedure","not_found":"No Procedure foun","not_found_in_trash":"No Procedure found in Trash","parent":"Parent Procedure"},"custom_supports":"genesis-cpt-archives-setting |
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
/*Remove a word and replace it with another word -Gera*/ | |
body > div.site-container > div > div > div:nth-child(3) > main > article > div.col-md-12.docmeta > div.col-md-2.col-sm-3 > h3:nth-child(2) { | |
position: relative; | |
text-indent: -9000px; | |
} | |
.page-template-single-doc > div.site-container > div > div > div:nth-child(3) > main > article > div.col-md-12.docmeta > div.col-md-2.col-sm-3 > h3:nth-child(2):after { | |
content: 'Degrees'; | |
display: block; | |
position: absolute; |
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
box-shadow: inset 23px -21px 71px -14px rgba(0,0,0,0.13); |
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
wp_enqueue_script( 'Green1', 'https://cdn.rawgit.com/greensock/GreenSock-JS/94c5d3100f78656c3a336ff1080ce22fba63394d/src/uncompressed/TweenMax.js', array('jquery'), '' ); | |
wp_enqueue_script( 'Green2', 'https://cdn.rawgit.com/greensock/GreenSock-JS/master/src/minified/jquery.gsap.min.js', array('jquery'), '' ); | |
wp_enqueue_script( 'Green3', 'https://cdn.rawgit.com/greensock/GreenSock-JS/master/src/minified/TweenLite.min.js', array('jquery'), '' ); | |
wp_enqueue_script( 'Green4', 'https://cdnjs.cloudflare.com/ajax/libs/jquery-requestAnimationFrame/0.1.2/jquery.requestAnimationFrame.min.js', array('jquery'), '' ); | |
wp_enqueue_script( 'greensock', get_bloginfo( 'stylesheet_directory' ) . '/js/green-sock.js', array('jquery') ); |