
andW Fixed Footer is a responsive mobile-first fixed footer plugin for WordPress. It displays a customizable footer bar on mobile devices with scroll-based show/hide behavior.
General Settings
* Plugin enable/disable
* Display mode (2-6 button layout)
* Button height
* Screen width threshold (320-1200px, default 768px)
* Button width distribution
* Close button display and position
* Font Awesome detection status
Button Settings (up to 6 buttons)
* Enable/disable individual buttons
* Background and text colors
* Font Awesome icon codes
* Label text
* Link URLs (tel:, mailto:, https:// supported)
Bottom Bar
* Background and text colors
* Multi-line text (automatic line break conversion)
.andw-fixed-footer-wrapper – Main container.andw-footer-buttons – Button area.andw-footer-button – Individual button.andw-footer-bottom – Bottom text area`javascript
// Show
window.andwFixedFooter.show();
// Hide
window.andwFixedFooter.hide();
// Close
window.andwFixedFooter.close();
// Check visibility
window.andwFixedFooter.isVisible();
`