Simple Sticky Footer is a lightweight plugin, it allows to promote/advertise a WP Page (rich-text document) as a sticky footer (always on top div).
Instructions: First of all activate the plugin.
Step1: Create a new page. I suggest to add as title “Sticky Footer”
Step2: Go to the configuration page APPEARANCE -> SIMPLE STICKY FOOTER.
Step3: Select the page which will be shown on your website.
Step4(optional): Define a width, in most cases the width of your page.
Step5(optional): Define an animation effect.
Step6(optional): Define a delay. Sometimes you want to show the sticky footer after 10-15 seconds. Now you can do this.
Step7(optional): Define additional CSS rules like: rounded borders, gradient background, shadows, etc … Do not use { }, just enter the css properties ex: background:gray;border-top:1px;
Have fun!
PS: If you have useful feature tip related to this plugin please write in the plugins support section.
Shortcode feature was added since v1.2.0.
Examples:
You might create as many sticky footers you want, and easily can integrate in any template file.
Sticky footer has a fixed position. It’s recommended to define padding bottom for your body with the height of the sticky div.
Eg: Sticky footer height is 160px. You might define in your themes style.css : body {padding-bottom: 160px;}
If it is not enough the customizaton options from the administration panel, you should add extra CSS properties in your style.css from the active theme directory.
Of course you can add interactions in your theme’s javascript file.
Sticky footer has 2 divs:
container: #simple-sticky-footer-container
content: #simple-sticky-footer