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
Requires
- composer/installers: ~1.0.6
This package is auto-updated.
Last update: 2024-10-12 22:36:31 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