• Skip to fullPage navigation
  • Skip to primary navigation
  • Skip to main content
Krolyn Studios

Krolyn Studios

Precoded Clips for WP Clips

  • Precoded Clips
  • Demos
    • Full-Window Genesis Responsive Slider
    • Genesis Responsive Slider Custom Classes
    • Genesis Responsive Slider V-Middle Excerpt
    • Genesis Simple Mega Menu
    • Genesis Alvaro Trigo fullPage
    • Genesis Bgrd Featured Image Effects
    • Genesis Isotope Filters
  • WP Clips

Genesis Responsive Slider V-Middle Excerpt

v2.0.1 / Demo
Dwnlds699

This Clip vertically middles the excerpt in the Genesis Responsive Slider on most Genesis child themes. Works for both slide and fade effects.

Category: Free Clips
  • Download
  • Setup
  • Comments
Requirements
WP Clips - download and install latest version

Genesis 2.5+ and child theme (by StudioPress)
Genesis Responsive Slider v0.9.5+ (plugin by StudioPress)


Installation / Updates
  1. Download the Precoded Clip zip file.
  2. clip-genesis-slider-v-middle-excerpt.2.0.1.zip

    Download Clip
  3. Go to Settings > Clips in WordPress admin and install via 'WP Clips Manager'; OR unzip and upload via FTP (or file manager) to the /wp-content/clips/precoded/ directory.

Credits / Sponsors
Clip authored by Jon Barratt / Krolyn

Description

Using the Clip

Set and forget.

Options

If you wish to apply 100% height to the slide-excerpt container and middle its contents (shown below), add the following code to your custom Clip’s ‘custom-jquery.js’ file –

jQuery( document ).ready( function($) {

    $( '#genesis-responsive-slider' ).addClass( 'full' );
	
});

full height excerpt option

By default, the Clip is active on all instances of the slider. However, conditions can be applied by adding the following filter code to your custom Clip’s custom-style.css file –

add_filter( 'genesis_slider_v_middle_excerpt_active', 'your_custom_filter' );
function your_custom_filter( $active ) {
    if( /* Add conditions here */ ) {
        return true;
    }
    return false;
}
Notes

Settings for ‘Excerpt Location (vertical)’ under Genesis > Slider Settings will not respond when activating this Clip.

The Clip was developed on the Enterprise Pro child Theme. Additional styling and modifications may be required for other Genesis child themes.

Reviews

There are no reviews yet.

Cancel reply

Your email address will not be published. Required fields are marked *

  • WP Clips
  • WP Clips Multisite
  • Krolyn’s ClipBank

© Copyright 2015 Krolyn Studios · Privacy Policy · Contact