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?

ARI Fancybox to display module, need image as link
(1 viewing) (1) Guest
Go to bottomPage: 1234
TOPIC: ARI Fancybox to display module, need image as link
#26825
ARI Fancybox to display module, need image as link 12 Years ago Karma: 0
Hello.

I'm using your ARI Fancybox to display a module, it's working great except for one thing...

I need to use an image as the link instead of text. I did go through your documentation to see what I was doing wrong, but I can't find anything. When I enter the location of the image in the Link parameter, the address of the image is displayed instead of the image being displayed.

When I enter the image as an <img src> in between the {arifancybox} tags, the image doesn't show up at all.

Here is how I have it coded at the moment...

{arifancybox activeType="module" opt_titleShow="false" opt_width="650" opt_height="500" id="171" title="Rummeles" link="images/stories/Rummeles-TagHeuer30NEW122010.jpg"}{/arifancybox}

--------------------------------------------------------

I know the image is there, I just can't get it to show up.
--------------------------------------------------------

Here is a link to the page: rummeles.info/index.php?option=com_content&view=article&id=76&Itemid=143

Any help will be greatly appreciated.

Thank you very much!

Anne
The administrator has disabled public write access.
 
#26826
Re:ARI Fancybox to display module, need image as link 12 Years ago Karma: 747
Hello,

Use the next code:

Code:


{arifancybox activeType="module" opt_titleShow="false" opt_width="650" opt_height="500" id="171" title="Rummeles"}<img src="images/stories/Rummeles-TagHeuer30NEW122010.jpg" />{/arifancybox}



Regards,
ARI Soft
The administrator has disabled public write access.
 
#26827
Re:ARI Fancybox to display module, need image as link 12 Years ago Karma: 0
Hello.

I cut and pasted exactly what you gave me. But the image still won't show up. Just in case, I also put in the full path to the image, but still not working.

rummeles.info/index.php?option=com_content&view=article&id=76&Itemid=143

Anne
The administrator has disabled public write access.
 
#26828
Re:ARI Fancybox to display module, need image as link 12 Years ago Karma: 747
Sorry, try the following code:

Code:


{arifancybox activeType="module" opt_titleShow="false" opt_width="650" opt_height="500" id="171" title="Rummeles"}{link}<img src="images/stories/Rummeles-TagHeuer30NEW122010.jpg" />{/link}{/arifancybox}



Regards,
ARI Soft
The administrator has disabled public write access.
 
#26838
Solved - Fancybox to display modu need img as link 12 Years ago Karma: 0
Brilliant!

Thank you very much. This is working now. Yeah!!!

Have a great day!

Anne
The administrator has disabled public write access.
 
#30863
Re:ARI Fancybox to display module, need image as link 11 Years, 7 Months ago Karma: 0
Hi,

Sorry to jump in on the same thread, but am experiencing the same issue here:
www.curiouskidsportraits.com.au/index.php/product/alice

Link is about 2/3 way down and I am using the code you outlined above, but it just comes up as a link in red rather than load the picture as link:
{arifancybox activeType="module" opt_titleShow="false" opt_width="300" opt_height="250" id="137" title="Photo tips"}{link}<img src="images/clientImages/navigation/bn_phototips--PSV.png" />{/link}{/arifancybox}

Just wondering if you would point me in the right direction on how to get the graphic to load as the button, ahead of the text.

Thanks!
Leo
The administrator has disabled public write access.
 
Go to topPage: 1234