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?

Image in an article
(1 viewing) (1) Guest
Go to bottomPage: 12
TOPIC: Image in an article
#10765
Image in an article 13 Years, 2 Months ago Karma: 0
Hello guys,

I've just get the ARIfancybox today, and I'm having a trouble to get it on an article.
It is lovely to see how it works with a bunch of images, but i just want to get it work on one image, for now...

Is it possible to load a single image and get it work?


Thanks guys
The administrator has disabled public write access.
 
#10768
Re:Image in an article 13 Years, 2 Months ago Karma: 747
Hello,

Sure, it is possible. Use the following code:

Code:


{arifancybox thumbWidth="100"}
<img src="LINK_TO_IMAGE" />
{/arifancybox}



Where LINK_TO_IMAGE is link to necessary image.

Regards,
ARI Soft
The administrator has disabled public write access.
 
#10770
Re:Image in an article 13 Years, 2 Months ago Karma: 0
But if i use that code, it will replace the thumb i have with the big image rezise, right?

I Want to use my thumb and when it clicks, show the image in big...
The administrator has disabled public write access.
 
#10771
Re:Image in an article 13 Years, 2 Months ago Karma: 747
The plugin creates thumbnail for big image and will show big image into lightbox. BTW, you can also use the following code:

Code:


{arifancybox}
<img src="LINK_TO_IMAGE" width="100" />
{/arifancybox}



It will work the same as previous code, but big image will look like thumbnail when edit article with this image on backend.

Regards,
ARI Soft
The administrator has disabled public write access.
 
#10773
Re:Image in an article 13 Years, 2 Months ago Karma: 0
But i need to use my thumbnail because its custom by me to the design of the layout.

There is no way to use MY thumbnail and get the link to the big image?
i'm trying the generateThumbs="false" but its not working...
The administrator has disabled public write access.
 
#10774
Re:Image in an article 13 Years, 2 Months ago Karma: 747
Use the next code:

Code:


{arifancybox activeType="rcontent" title="Image" url="LINK_TO_BIG_IMAGE"}
<img src="LINK_TO_THUMBNAIL" />
{/arifancybox}



Where LINK_TO_BIG_IMAGE is link to big image and LINK_TO_THUMBNAIL is link to thumbnail.

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