benjaminmedia/wp-content-units

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

v2.3 2016-10-28 13:30 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