Skip to content

Instantly share code, notes, and snippets.

View chrissmithps's full-sized avatar

Christopher Smith chrissmithps

View GitHub Profile
@chrissmithps
chrissmithps / index.html
Created February 5, 2020 13:50
Code removed from Event Dancers
<div id='mobile-video'>
<a class='btn' href='#'>Show Video</a>
<div class='videos'></div>
</div>
<script type='text/javascript'>
jQuery(document).ready(function($) {
$('.rs-background-video-layer').each(function() {
$('#mobile-video').addClass('visible');
$('#mobile-video .videos').append('<iframe src="https://www.youtube.com/embed/_fyzXtp1QGw" allow="autoplay; encrypted-media" webkitallowfullscreen mozallowfullscreen allowfullscreen></iframe>');
});
@chrissmithps
chrissmithps / country-shortcode.php
Created June 27, 2018 13:59 — forked from MatthewEppelsheimer/country-shortcode.php
WP Contact Form 7 shortcode with list of Countries
<?php
/*
UPDATED: December 31, 2011.
Modifications:
- Truncated the longest country names, including:
-- British Indian Ocean Territories (Chagos Archipelago) -> British Indian Ocean Territories
-- South Georgia and the South Sandhich Islands -> South Georgia & S. Sandwich Islands
@chrissmithps
chrissmithps / bootsrap_class_list
Created March 14, 2018 15:07 — forked from geksilla/bootsrap_class_list
Bootstrap css class list
.navbar
.caret
.label
.table
.img-responsive
.img-rounded
.img-thumbnail
.img-circle
.sr-only
.lead