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?

imap link to article pop-up
(1 viewing) (1) Guest
Go to bottomPage: 1
TOPIC: imap link to article pop-up
#21468
imap link to article pop-up 12 Years, 5 Months ago Karma: 0
Hello,

I have an image placed in a custom-module. The image is with 4 image-maps which each should link/open an joomla article in a pop-up. Is this possible in Fancybox an how do I do it?

thanks!
Last Edit: 2011/11/07 20:51 By Mymind.
The administrator has disabled public write access.
 
#21510
Re:imap link to article pop-up 12 Years, 5 Months ago Karma: 747
Hello,

"System - ARI Fancybox" plugin can be used for this purpose. Add the next attribute to <AREA> tag:

Code:


class="arifancybox iframe {width: 800, height: 450}"



A sample code looks like:

Code:


<map name="mymap">
  <area class="arifancybox iframe {width: 800, height: 450}" shape="rect" coords="1,1,100,100" href="http://www.epam.com" />
  <area class="arifancybox iframe {width: 800, height: 450}" shape="rect" coords="1,101,100,200" href="http://www.yahoo.com" /> 
</map>
<img src="images/my_image.jpg" usemap="#mymap" />



Regards,
ARI Soft
The administrator has disabled public write access.
 
#21546
Re:imap link to article pop-up 12 Years, 5 Months ago Karma: 0
Thanks!

but, I only want to link to an joomla article - not a hole website is this possible?

Thanks!
The administrator has disabled public write access.
 
#21547
Re:imap link to article pop-up 12 Years, 5 Months ago Karma: 747
A link to specific article looks like:

Code:


index.php?option=com_content&view=article&tmpl=component&id=ARTICLE_ID



Where ARTICLE_ID is ID of an article which you want to load. For example if you want to load article with ID equals to 73, use the next link:

Code:


index.php?option=com_content&view=article&tmpl=component&id=73



Regards,
ARI Soft
The administrator has disabled public write access.
 
#22260
Re:imap link to article pop-up 12 Years, 4 Months ago Karma: 0
Hello again,

I have problems on my Ipad... the pop-up is showing up behind the youtube video and there is no scrollbar in the pop-up.

You can see the problem here: vmse.dk/index.php/ridning

Works fine in Crome, Safari, IE and Firefox on mac and PC, however it dosn't work in Safari on the Ipad.

thanks!

Mihcael
The administrator has disabled public write access.
 
#22267
Re:imap link to article pop-up 12 Years, 4 Months ago Karma: 747
Hello,

Safari browser for mobile devices doesn't support transparency so fancybox is shown behind a video.

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