Lokke Sponsor Marquee
An Elementor widget that displays sponsors as animated scrolling marquee.
★ 0stars
0forks
Install
No release zip yet. The repository archive installs, but the folder name will carry the branch suffix and updates will not flow:
wp plugin install https://github.com/lokke/lokke-sponsor-marquee/archive/refs/heads/master.zipReadme
Lokke Sponsor Marquee Plugin
A WordPress plugin for Elementor that displays sponsors as animated scrolling marquee with seamless infinite loop animation.
Installation
- Upload the plugin to your WordPress
wp-content/plugins/directory - Activate the plugin via the WordPress admin panel under "Plugins"
- Make sure Elementor is installed and activated
Usage
- Open the Elementor editor for a page or post
- Search for "Lokke Sponsor Marquee" widget in the widget list
- Drag the widget to your page
- Configure sponsors and settings
Data Source Selection
The widget offers two data sources:
QT Sponsor API (Automatic)
Automatic retrieval of sponsors via the QT API:
- Uses WordPress base URL with
/wp-json/wp/v2/qtsponsorendpoint - Displays logo and name
- Automatic caching for better performance
- External Links: Supports linkurl custom field for sponsor websites
- Links open in new tab/window for external URLs
- Priority: linkurl custom field → WordPress post link
Manual Input
Add sponsors manually:
- Sponsor Name: The name of the sponsor (for alt-text and accessibility)
- Sponsor Logo: Upload the sponsor logo
- Sponsor URL: Optional - link to sponsor website
Technical Details
File Structure
lokke-sponsor-marquee/
├── elementor-sponsors-marquee.php # Main plugin file
├── widgets/
│ └── sponsors-marquee-widget.php # Elementor widget class
├── assets/
│ ├── css/
│ │ └── sponsors-marquee.css # Widget styles
│ └── js/
│ └── sponsors-marquee.js # Widget JavaScript
├── languages/ # Translation files
└── README.md # This file
CSS Classes
### CSS Classes
```css
.sponsors-marquee-container # Main container
.sponsors-marquee-wrapper # Wrapper for overflow handling
.sponsors-marquee-content # Animated content container
.sponsor-item # Individual sponsor container
.sponsor-logo # Logo containerRead the full README on GitHub →
Releases
| Tag | Published |
|---|---|
| v0.3.0 | Sep 12, 2025 |
| v0.2.9 | Sep 12, 2025 |
| v0.2.8 | Sep 12, 2025 |
| v0.2.7 | Sep 12, 2025 |
| v0.2.6 | Sep 12, 2025 |
| v0.2.5 | Sep 12, 2025 |
| v0.2.4 | Sep 12, 2025 |
| v0.2.3 | Sep 12, 2025 |
| v0.2.2 | Sep 12, 2025 |
| v0.2.1 | Sep 12, 2025 |
| v0.2.0 | Sep 12, 2025 |
| v0.1.9 | Sep 12, 2025 |
| v0.1.8 | Sep 12, 2025 |
| v0.1.7 | Sep 11, 2025 |
| v0.1.6 | Sep 11, 2025 |
| v0.1.4 | Sep 11, 2025 |
| v0.1.3 | Sep 11, 2025 |
| v0.1.2 | Sep 11, 2025 |
| v0.1.1 | Sep 11, 2025 |
| v0.1.0 | Sep 11, 2025 |
These releases are tags only. The author does not attach a packaged zip, so there are no download counts to report.