StichyX Bar is a lightweight and versatile WordPress plugin designed to enhance user engagement on your website by incorporating dynamic progress bars that animate smoothly as users scroll through your content. Built with performance in mind, this plugin leverages pure CSS and JavaScript to deliver eye-catching visual effects without compromising page load times. Whether you’re showcasing project completion, skill levels, fundraising goals, or any metric-driven data, StichyX Bar provides an intuitive way to present information in an interactive and modern format.
Ideal for portfolios, business websites, blogs, and e-commerce sites, StichyX Bar helps transform static data into compelling visual stories. The plugin is actively maintained, with regular updates to improve functionality and security. For support or customizations, reach out to the author at https://i-am-tanvir.netlify.app/. Compatible with WordPress 5.0+ and tested up to version 6.9.
Use the [progress_bar] shortcode anywhere on your site.
`
[progress_bar percent=”75″]
`
`
[progress_bar percent=”85″ number=”850″ label=”Sales Growth” color=”#ff5733″]
`
percent (required): Percentage value for the progress fill (0-100). Default: 50number: Number to animate beside the bar. Default: 0label: Optional label displayed above the bar.color: Custom fill color in hex or color name.If you prefer not to use the color attribute, the plugin can apply fallback colors based on section classes:
* .bg-red red (#ff4d4d)
* .bg-blue blue (#4d79ff)
* .bg-dark dark (#111)
`
[progress_bar percent=”60″ number=”600″]
`