Home News Contact Us Forum About Us Demos Products F.A.Q.
Shopping Cart
You currently have 0 items in your cart.


Recent Events
  • 23/11/2024 Black Friday 2024

    BIG SALE, 30% discount for all our extensions. Use BF24 coupon code. Hurry up the discount is valid till 3 December.

  • 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.


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?

How would I accomplish this?
(1 viewing) (1) Guest
Go to bottomPage: 1
TOPIC: How would I accomplish this?
#32211
How would I accomplish this? 12 Years, 2 Months ago Karma: 0
So I been trying to do the following:
Have several links to images for example:

ImageLink1 ImageLink2 ImageLink3

And of course, when you click on it, the image will pop up. However, how would I be able to make it so:
1. If I click ImageLink1, I can click the arrow on the right to move onto ImageLink2
2. No resizing is done.
The administrator has disabled public write access.
 
#32224
Re:How would I accomplish this? 12 Years, 2 Months ago Karma: 760
Hello,

If ImageLink1,ImageLink1,... are links which are created in an article using HTML code like the following code:

Code:


<a href="http://www.domain.com/page.html"><img src="LINK_TO_IMAGE" /></a>



It is possible to use "System - ARI Pretty Photo" plugin and use the following code for links:

Code:


<a href="http://www.domain.com/page.html?iframe=true&width=800&height=600" rel="prettyPhoto[links]"><img src="LINK_TO_IMAGE" /></a>



Where LINK_TO_IMAGE is a link to an image.

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