Skip to content

Instantly share code, notes, and snippets.

View n7studios's full-sized avatar

Tim Carr n7studios

View GitHub Profile
@n7studios
n7studios / soliloquy-link-captions.php
Last active May 19, 2017 04:12
Soliloquy - Link Captions
@n7studios
n7studios / envira-lightbox-custom-images.php
Created November 11, 2014 10:18
Envira Gallery - Lightbox for Custom Images
<?php
/**
* Plugin Name: Envira Gallery - Lightbox for Custom Images
* Plugin URI: http://enviragallery.com
* Version: 1.0
* Author: Tim Carr
* Author URI: http://www.n7studios.co.uk
* Description: Registers an .envirabox class that you can use on images to display them in the Envira Lightbox
*/
@n7studios
n7studios / pager.htm
Created November 13, 2014 14:55
Soliloquy - External Pager Control
<!-- data-slider-id must equal your Soliloquy slider's ID -->
<a href="#" data-slider-id="88" data-slider-index="0" class="thumbnail">Display Slide 1</a>
<a href="#" data-slider-id="88" data-slider-index="1" class="thumbnail">Display Slide 2</a>
<a href="#" data-slider-id="88" data-slider-index="2" class="thumbnail">Display Slide 3</a>
@n7studios
n7studios / envira-random-image-order.php
Created November 13, 2014 15:13
Envira - Random Image Order
<?php
/**
* Plugin Name: Envira Gallery - Random Image Order
* Plugin URI: http://enviragallery.com
* Version: 1.0
* Author: Tim Carr
* Author URI: http://www.n7studios.co.uk
* Description: Display image thumbnails in a random order
*/
@n7studios
n7studios / soliloquy-featured-content-exclude-terms.php
Created November 13, 2014 20:41
Soliloquy - Featured Content - Exclude Taxonomy Terms
@n7studios
n7studios / envira-standalone-enable-archives.php
Last active November 25, 2016 14:50
Envira Gallery - Standalone Addon - Enable Archives and Featured Images
<?php
/**
* Plugin Name: Envira Gallery - Standalone Addon - Enable Archives and Featured Image
* Plugin URI: http://enviragallery.com
* Version: 1.0
* Author: Tim Carr
* Author URI: http://www.n7studios.co.uk
* Description: Enables archives for Envira CPT
*/
@n7studios
n7studios / soliloquy-show-nav-on-hover.php
Created November 17, 2014 13:10
Soliloquy - Show Slider Arrows on Hover
<?php
/**
* Plugin Name: Soliloquy - Show Slider Arrows on Hover
* Plugin URI: http://soliloquywp.com
* Version: 1.0
* Author: Tim Carr
* Author URI: http://www.n7studios.co.uk
* Description: Shows slider arrows on hover
*/
@n7studios
n7studios / envira-gallery-image-captions.php
Last active April 28, 2017 10:59
Envira Gallery - Image Captions below Thumbnails
@n7studios
n7studios / soliloquy-preserve-full-image-width-height.php
Last active August 29, 2015 14:09
Soliloquy - Preserve and Fill Width or Height
<?php
/**
* Plugin Name: Soliloquy - Preserve and Fill Width or Height
* Plugin URI: http://soliloquywp.com
* Version: 1.0
* Author: Tim Carr
* Author URI: http://www.n7studios.co.uk
* Description: Where an image is either smaller than the slide width but larger than the slide height, or smaller than the slide height but larger than the slide width, scale the image down to meet the slide height or width, without cropping.
*/
@n7studios
n7studios / soliloquy-change-image-url.php
Created November 19, 2014 16:31
Soliloquy - Change Image URL
<?php
/**
* Plugin Name: Soliloquy - Change Image URL
* Plugin URI: http://soliloquywp.com
* Version: 1.0
* Author: Tim Carr
* Author URI: http://www.n7studios.co.uk
* Description: Change the URL of each image in your slider to something else
*/