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?

Can't get Fancybox to work...
(1 viewing) (1) Guest
Go to bottomPage: 1
TOPIC: Can't get Fancybox to work...
#44726
Can't get Fancybox to work... 10 Years, 7 Months ago Karma: 0
Hi,

Just installed it in Joomla 2.5, enabled everything, following the examples, I can't get anything to work!
Can you give me a simple example to try?
The administrator has disabled public write access.
 
#44737
Re:Can't get Fancybox to work... 10 Years, 7 Months ago Karma: 747
Hello,

What exactly doesn't work (you see nothing, plugin code or something another)? Do you want to use the module or "System - ARI Fancybox Anywhere" or "System - ARI Fancybox" plugin?

Regards,
ARI Soft
The administrator has disabled public write access.
 
#44779
Re:Can't get Fancybox to work... 10 Years, 7 Months ago Karma: 0
I have a Joomla php page where I show a single image. (<?php echo $this->loadTemplate('images'); ?>)
What I want to do is wrap the above code in {arifancybox} with a choosen layout (ie shadow),
and when the user clicks on the image, a Large Fancy pop up is shown.

How can I do that?

Could you please show me the script?
The administrator has disabled public write access.
 
#44781
Re:Can't get Fancybox to work... 10 Years, 7 Months ago Karma: 747
If you want to create a thumbnail for a single image and show an original image into the lightbox, "ARI Fancybox Anywhere" plugin can be used. The code will look like:

Code:


{arifancybox activeType="inlineimg" thumbWidth="150"}
<img src="LINK_TO_IMAGE" />
{/arifancybox}



Where LINK_TO_IMAGE is a link to an image.

Themes can be used when images are shown from specific folder(s).

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