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
/** | |
* Gravity Wiz // Gravity Forms // Kayak-style Datepicker | |
* Style your Gravity Forms Datepickers like Kayak.com | |
*/ | |
.datepicker-clean.ui-datepicker { | |
background-color: #fff; | |
width: 516px !important; | |
box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.1) !important; | |
padding-left: 20px; | |
position: relative; |
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
<?php | |
/* | |
Load selected posts, strip out Visual Composer shortcodes leaving the content intact and update the post again. | |
*/ | |
require('wp-load.php'); | |
require_once('wp-includes/functions.php'); | |
require_once('wp-includes/shortcodes.php'); |
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="video-item"> | |
<iframe id="video0" src="//www.youtube.com/embed/4DMGfbje7NY?enablejsapi=1&html5=1" frameborder="0" allowfullscreen></iframe> | |
<button class="play">Play</button> | |
<button class="stop">Stop</button> | |
</div> | |
<div class="video-item"> | |
<iframe id="video1" src="//www.youtube.com/embed/nJl-qVoEEJI?enablejsapi=1&html5=1" frameborder="0" allowfullscreen></iframe> | |
<button class="play">Play</button> | |
<button class="stop">Stop</button> |