We have added new "System - ARI Colorbox Links" plugin to "ARI Colorbox" package. This plugin provides ability to attach colorbox to necessary links. Download the latest version of the package, upgrade "ARI Colorbox" module and install "System - ARI Colorbox Links" plugin. If you want to attach colorbox to specific links in "ARI Ext Menu", place the following code into textarea on plugin setting page:
Code: |
".ux-menu a[href*=Itemid=ITEM_ID]"||width=350&height=300
|
Where ITEM_ID is ID of menu item which will be assigned with colorbox. For example if you want to attach colorbox to menu item with ID = 50, use the following code:
Code: |
".ux-menu a[href*=Itemid=50]"||width=350&height=300
|
Regards,
ARI Soft