benjaminmedia/wp-manual-cu

A plugin that allows you to manually add Specific Content Units to WordPress

Installs: 337

Dependents: 0

Suggesters: 0

Security: 0

Stars: 1

Watchers: 15

Forks: 0

Open Issues: 2

Language:JavaScript

Type:wordpress-plugin

v0.1.3 2016-02-24 12:28 UTC

This package is auto-updated.

Last update: 2024-04-12 21:43:01 UTC


README

a plugin that allows you to manually add Specific Content Units to WordPress

##Customization

change the width of the container (width between the banners)

.bonnier-banner-container.sticky {
width: 930px;
}

change offset from the top:

.bonnier-banner-container.sticky .banner {
top: 700px;
}

To only change offset on the left/right:

.bonnier-banner-container.sticky .left .banner {
   top: 200px;
}

##Shortcode If you want to manually add a banners somewhere, you can use the shortcode.

[banner sticky="true" cu="xxxxxx" offset="" parent-container=""]

sticky = (bool) If set to true, the banner will remain on screen while scrolling

cu = Content Unit number

offset = top Offset in pixels where the banner will start to be sticky (default = calculates the offset itself)

parent-container = jQuery selector element on which the sticky banner will scroll inside