• 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 Custom Classes

v2.0 / Demo
Dwnlds670

This Clip adds a post’s ‘custom post class’ to its linked slide item in the Genesis Responsive Slider, enabling custom styling of individual slides. Ideal for changing the location or background color of excerpts between slides.

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

Genesis 2.3+ and child theme (framework by StudioPress)
Genesis Responsive Slider 0.9.5+ (plugin by StudioPress)


Installation / Updates
  1. Download the Precoded Clip zip file.
  2. clip-genesis-resp-slider-custom-classes.2.0.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

Add desired class selectors to the Custom Post Class in Post Edit or Page Edit’s Layout Settings, and the class will be added to the slide’s list-item element.

OPTIONS

By default, the Clip adds custom classes to slides on the front-page only. However, conditions can be altered by adding the following filter code to your custom Clip’s custom-style.css file –

add_filter( 'clip_genesis_slider_classes_active', 'your_custom_filter' );
function your_custom_filter( $active ) {
    if( /* Add conditions here */ ) {
        return true;
    }
    return false; /* Or return $active for default */
}

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