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?

Click on image to launch html in ARI fancybox?
(1 viewing) (1) Guest
Go to bottomPage: 1
TOPIC: Click on image to launch html in ARI fancybox?
#18735
Click on image to launch html in ARI fancybox? 12 Years, 7 Months ago Karma: 0
Hi,

I have several situations where I need to click on an image and launch html content - I guess that means an iframe. So for instance, click on an image and it launches ARI Fancybox popup window with an image and text and some links in it.
In another instance I would like to click on an image in the page and launch the ARI Fancybox popup which would contain a youtube video or some other video. This could be in an html page if it needed to be.

Thanks very much. So far the ARI Fancybox has done everything I needed, especially in the styling area.

Kind Regards
Brett
The administrator has disabled public write access.
 
#18736
Re:Click on image to launch html in ARI fancybox? 12 Years, 7 Months ago Karma: 746
Hello,

You can find samples how to show remote pages and YouTube videos in the lightbox on "System - ARI Fancybox Anywhere" or "Systm - ARI Fancybox" plugin settings page. See "Description" section please.

Regards,
ARI Soft
The administrator has disabled public write access.
 
#18737
Re:Click on image to launch html in ARI fancybox? 12 Years, 7 Months ago Karma: 0
Thanks very much for your response.
I'm finding the instructions a bit hard to understand.
Do you think you might help me with the syntax a little?

What I want to do is exactly what is done on your demo page
Code:

http://www.demo2.ari-soft.com/ari-fancybox.html
where the link says:
Show inline content in lightbox

From what I can gather I would put the code for this to launch in
Code:

{arifancybox activeType="icontent" opt_width="300" opt_height="250" link="Click me" title="Hidden text"} Inline content which you want to show in fancybox goes here. {/arifancybox}


I need the link to be on an image - so I'm wondering how I change the code to do this. At the moment I think the link is "Click me" and is text only. Is there a way for me to use an image as the graphic.

I looked at the CSS Selector information but unless I had an example other than the 'a' tag I think it is over my head.

Any help would be much appreciated.

Kind Regards
Brett
The administrator has disabled public write access.
 
#18738
Re:Click on image to launch html in ARI fancybox? 12 Years, 7 Months ago Karma: 746
If you want to use an image as link for inline content, use the next code:

Code:


{arifancybox activeType="icontent" opt_width="300" opt_height="250" title="Hidden text"}
 {link}<img src="LINK_TO_IMAGE" />{/link}
 {content}Inline content which you want to show in fancybox goes here.{/content}
{/arifancybox}



Where LINK_TO_IMAGE is link to an image.

Regards,
ARI Soft
The administrator has disabled public write access.
 
#18739
Re:Click on image to launch html in ARI fancybox? 12 Years, 7 Months ago Karma: 0
Thank you so much! That works perfectly.
The administrator has disabled public write access.
 
Go to topPage: 1