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
// REPLACE THIS WITH THE CAMPAIGN'S ID | |
var campaignId = 'XXXXX'; | |
// DO NOT EDIT BELOW THIS LINE | |
document.addEventListener('tp.Main.EventListener.Ready', function () { | |
var event = new CustomEvent('tp.Custom.Submit', { | |
bubbles : true, | |
cancelable : true, | |
detail : { | |
widgetId: campaignId, | |
fields: [] |
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 | |
/** | |
* Plugin Name: OM Inline Prioritizer | |
* Version: 1.0 | |
* Description: Simple change to the OptinMonster default priority for inline optins. | |
* Author: Devin Vinson | |
* Author URI: http://optinmonster.com | |
* Text Domain: om-inline-prioritizer | |
* Domain Path: /languages | |
* @package om-inline-prioritizer |
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 | |
/* | |
Plugin Name: Emergency Broadcast System | |
Author: Everyone | |
*/ | |
function ebs_header_message() { | |
echo '<div style="background:red;color:white">THIS IS BAD. COME BACK LATER</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
<?php | |
/* | |
Plugin Name: Verified Users | |
Version: 1.0 | |
Description: Very simple verified users option | |
Author: Devin Vinson | |
Text Domain: verified-users | |
Domain Path: /languages | |
*/ |
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
<link rel="import" href="../core-icon-button/core-icon-button.html"> | |
<link rel="import" href="../core-toolbar/core-toolbar.html"> | |
<polymer-element name="my-element"> | |
<template> | |
<style> | |
:host { | |
position: absolute; | |
width: 100%; |
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
# | |
# wrap single product image in an extra div | |
# | |
add_action( 'woocommerce_before_single_product_summary', 'avia_add_image_div', 2); | |
add_action( 'woocommerce_before_single_product_summary', 'avia_close_image_div', 20); | |
function avia_add_image_div() | |
{ | |
echo "<div class='four units single-product-main-image alpha'>"; | |
} |
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
# | |
# wrap single product image in an extra div | |
# | |
add_action( 'woocommerce_before_single_product_summary', 'avia_add_image_div', 2); | |
add_action( 'woocommerce_before_single_product_summary', 'avia_close_image_div', 20); | |
function avia_add_image_div() | |
{ | |
echo "<div class='four units single-product-main-image alpha'>"; | |
} |
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
/* | |
* Print Styling | |
*/ | |
.page-break { display: block; page-break-before: always; } | |
p, a, strong{ | |
color: black !important; | |
} | |
a{ |
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 | |
/* | |
* Template Name: Full width | |
* See the codex entry on custom template for more information: http://codex.wordpress.org/Page_Templates#Custom_Page_Template | |
* | |
* Add html above or below the_content inside the comments | |
* Add php snippets as well with their own opening and closing php | |
*/ | |
global $avia_config, $post; |
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
<ol> | |
<li> | |
<div class="fade-in one"> | |
<div class="box" style="background:#d10000;"></div> | |
</div> | |
</li> | |
<li> | |
<div class="fade-in two"> | |
<div class="box" style="background:#ff6622;"></div> |
NewerOlder