Home News Contact Us Forum About Us Demos Products F.A.Q.
Shopping Cart
You currently have 0 items in your cart.


Recent Events
  • 31/12/2023 New Year SALE

    We are glad to announce New Year SALE. 25% discount for all our extensions. Use NY24 coupon code. Hurry up the discount is valid till 7 January.

  • 21/11/2023 BLACK FRIDAY 23 is coming

    BIG SALE, 35% discount for all our extensions. Use BF23 coupon code. Hurry up the discount is valid till 27 November.


2Checkout.com, Inc. is an authorized retailer of goods and services provided by ARI Soft. 2CheckOut




Follow us on twitter



Welcome, Guest
Please Login or Register.    Lost Password?

HOW TO OPEN EXTERNAL LINK MENU IN ARI COLORBOX?
(1 viewing) (1) Guest
Go to bottomPage: 12
TOPIC: HOW TO OPEN EXTERNAL LINK MENU IN ARI COLORBOX?
#9796
Re:HOW TO OPEN EXTERNAL LINK MENU IN ARI COLORBOX? 13 Years, 3 Months ago Karma: 0
Currently "ARI Colorbox" doesn't provide this ability, it can be done with help "ARI Sexy Links" plugin from ARI Sexy Lightbox package.

this could be a solution ... but I wonder if "Ari Sexy Links " can do simpler animations than the demo ... how does Colorbox ....

However, for my problem I've seen enough that Ari Ext Menu allow you to assign a class to the anchor ... I tried to make this change to the file mod_ariextmenu/templates/ menu.html.php:
<li <? php if ($ liClass):?>
class = "<? php echo $ liClass;?>"
<? php endif;?>
>
<a class = "aricolorbox {iframe: true, width: 800, height: 450}" <? php echo AriHtmlHelper: getAttrStr ($ aAttr) ?>><? php echo stripslashes (htmlspecialchars ($ menuItem-> name) );?> </ a>

bye
Nico
Last Edit: 2011/01/05 10:38 By cubalibre.
The administrator has disabled public write access.
 
#9801
Re:HOW TO OPEN EXTERNAL LINK MENU IN ARI COLORBOX? 13 Years, 3 Months ago Karma: 747
"ARI Sexy Lightbox" provides ability to remove shake animation. About modification of "ARI Ext Menu", this approach will work with "System - ARI Colorbox" plugin. One question, what about new plugin, is it required or modified "ARI Ext Menu" is suitable for your needs?

Regards,
ARI Soft
The administrator has disabled public write access.
 
#9807
Re:HOW TO OPEN EXTERNAL LINK MENU IN ARI COLORBOX? 13 Years, 3 Months ago Karma: 0
I think that changing Ari Ext Menu may be suitable.
There should be new parameters in Ari Ext Menu configuration:
1) classame (aricolorbox default)
2) width
3) height
4) theme (1,2,3,4,5) (if possible....)
5) trigger:how to open a link (1,2,3)... defined in the configuration menu of the external links to determine which links must affected by this action

Download this change can be set Commercial

Regards,
Nico
Last Edit: 2011/01/05 23:32 By cubalibre.
The administrator has disabled public write access.
 
#9814
Re:HOW TO OPEN EXTERNAL LINK MENU IN ARI COLORBOX? 13 Years, 3 Months ago Karma: 747
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
The administrator has disabled public write access.
 
#9824
Re:HOW TO OPEN EXTERNAL LINK MENU IN ARI COLORBOX? 13 Years, 3 Months ago Karma: 0
Thanks you!!
Nice job!
I'd like also ask if i can have another way to connect aricolorbox and links on the Ari Ext Menu: I ask you to use the parameter when you defined the menu: how to open the link....in the same window ... another... and so on.
I wonder if can be put a new parameter in the Ari Ext Menu configuration to open, for example, whith the class "aricolobox" (default) or other class , all the menus for which it was established that it should open in another window. I wonder if you can change the Ari ext menu by implementing this new capability...
In my opinion, are also new Ari Ext Menu parameters that might be useful:window width, height, anchor classname, menu items id list.

Nico
Last Edit: 2011/01/07 16:42 By cubalibre.
The administrator has disabled public write access.
 
#9877
Re:HOW TO OPEN EXTERNAL LINK MENU IN ARI COLORBOX? 13 Years, 3 Months ago Karma: 747
Thank you for your ideas. We will think about implementation them in a future release. Currently colorbox can be attached to links on a page with help "System - ARI Colorbox Links" plugin.

Regards,
ARI Soft
The administrator has disabled public write access.
 
Go to topPage: 12