Introduction
jQuery News Ticker is a Joomla site module that displays scrolling news headlines from Joomla articles, custom items, or RSS feeds. Version 2.7 uses a modern vanilla JavaScript engine with no jQuery dependency.
Choose from reveal, fade, continuous scroll, or vertical animation modes. Style the bar with layout presets, color pickers, Google Fonts, and custom CSS. Compatible with Joomla 4, 5, and 6.
Installation
Downloading the Extension
After purchase, download the extension from the email link or from the Downloads section in the JoomlaX store.
Installing the Module
Log in to your Joomla administrator and go to System > Install > Extensions. Upload mod_ticker_2.7.zip and wait for the success message.
Publishing the Module
Go to Content > Site Modules, create or open a jQuery News Ticker instance, configure the settings below, assign a module position, and set status to Published.
Content Display
Content Display
- Content to Display (
content_mode): Title, Intro Text, or Both.
- Character Limit (
numChar): Truncate text (10–1000 characters).
- Read More Text (
readMore): Optional suffix such as … read more.
- Read More as Link (
readmore_as_link): Render read more as a separate link.
- Link Title to Article (
link): Make the headline clickable.
- Open in New Tab (
link_target): Global default for article links.
- Add nofollow to Links (
link_nofollow): Add rel="nofollow" to links.
- Show Date (
show_date): Display article date before headline.
- Date Field (
date_field): Use published, created, or modified date.
- Date Format (
date_format): PHP date format or language string such as DATE_FORMAT_LC3.
- Show Category (
show_category): Display article category name.
- Show Badge (
show_badge): Display a badge before headlines.
- Badge Text (
badge_text): Default badge label such as BREAKING.
- Show Label (
show_label): Show or hide the label pill.
- Trigger Content Plugins (
triggerevents): Run content plugins on article intro text.
- View All Link URL (
view_all_url): Optional link inside the ticker bar.
- View All Text (
view_all_text): Label for the view-all link. Default: View all.
- Empty State Message (
empty_text): Shown when no items are available.
Custom Item Subform Fields
Available when Content Source is Custom or Mixed:
- Ticker Text (
item_text): Headline text (required).
- Link URL (
item_link): Optional click-through URL.
- Badge Text (
item_badge): Per-item badge override.
- Show From (
item_start): Optional start date/time.
- Show Until (
item_end): Optional end date/time.
- Pin Item (
item_pinned): Keep item at the top.
- Open in New Tab (
open_in_new_tab): Per-item link target override.
Advanced
Advanced
- Auto Refresh (
auto_refresh): Reload ticker items via AJAX without refreshing the page.
- Refresh Interval (ms) (
refresh_interval): How often to refresh. Range 10000–3600000. Default 60000.
- Enable Analytics Events (
enable_analytics): Push headline click events to dataLayer.
- Analytics Event Name (
analytics_event): Event name sent to GTM. Default ticker_click.
Standard Joomla Module Options
These are configured on the module edit screen outside the plugin params:
- Module Class Suffix (
moduleclass_sfx): Extra CSS class on the root element.
- Menu Assignment: Which pages the module appears on.
- Module Position: Template position for placement.
- Access / Language: Standard Joomla visibility controls.