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 Popup via specific URL
(1 viewing) (1) Guest
Go to bottomPage: 1
TOPIC: Image Popup via specific URL
#64258
Image Popup via specific URL 5 Years, 4 Months ago Karma: 0
1. I want to popup different Image Popup Galleries via an URL in that form, that user can show different galleries via different URLs.
2. The pictures for each gallery should be load from different folders.
3. Each picture should have a description.

How can I do this, what must I customize?

Best regards,

Chris
The administrator has disabled public write access.
 
#64261
Re:Image Popup via specific URL 5 Years, 4 Months ago Karma: 748
Hello,

The following shortcode can be used for "ARI Image Popup Anywhere" plugin to show images from <joomla_directory>/images/album folder:

Code:


{ariimagepopup activeType="imglist" dir="images/album"}{/ariimagepopup}



Image descriptions can be defined in CSV file. Place it into folder with images. It has the following format:

Code:


"File","Title"
image_01.jpg,"Title 01"
image_02.jpg,"Title 02"



Regards,
ARI Soft
The administrator has disabled public write access.
 
#64274
Re:Image Popup via specific URL 5 Years, 4 Months ago Karma: 0
Does it mean that I can use the Image popup in different articles and not only in one Gallery?
The administrator has disabled public write access.
 
#64276
Re:Image Popup via specific URL 5 Years, 4 Months ago Karma: 748
Different shortcodes can be used in different articles or in the same article.

Regards,
ARI Soft
The administrator has disabled public write access.
 
#64277
Re:Image Popup via specific URL 5 Years, 4 Months ago Karma: 0
I see, ARI Soft.

What must I do if I want to open the Gallery out of a link? Please see prntscr.com/lzlurm

Now, there is an URL to another site, but what must I do to open the ARI Gallery with this code out of a link?

Best regards,
Customer
The administrator has disabled public write access.
 
#64280
Re:Image Popup via specific URL 5 Years, 4 Months ago Karma: 748
It is only possible to open the popup when click by a thumbnail or show only the first image which triggers the lightbox. For this the following shortcode is used:

Code:


{ariimagepopup activeType="imglist" dir="images/album" type="singleimage"}{/ariimagepopup}



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