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?

A tutorial for ARI image slider?
(1 viewing) (1) Guest
Go to bottomPage: 1234
TOPIC: A tutorial for ARI image slider?
#9328
A tutorial for ARI image slider? 13 Years, 4 Months ago Karma: 0
Hi. Is there A tutorial for Ari image slider? specifically I'm interested on explanations on how to add titles to images in the ARI Image Slider. I'm looking for an elaboration on the issue, beyond what is given in the Module page which is:
You can also define titles and redirect links for images. For this place INI file with name from 'Description file' parameter in necessary folder with images. Sample INI file you can download here. In [DESCRIPTION] section place image file name and title for image in the following format: [file_name]=[title]. Where [file_name] is image file name and [title] is image title. In [LINK] section place image file name and link for image in the following format: [file_name]=[link]. Where [file_name] is image file name and [link] is image title. If you use non-english characters in INI file, save this file in UTF-8 encoding.

Thanks for any help.
ddl
User Offline Click here to see the profile of this user
The administrator has disabled public write access.
 
#9330
Re:A tutorial for ARI image slider? 13 Years, 4 Months ago Karma: 747
Hello,

You can find information how to use the module in 'Description' field on module settings page. It also contain link to sample of INI file with descriptions and redirect links. For example if you want to load images from <joomla_directory>/images/slides/ folder and this folder contains photo01.jpg and photo02.jpg files and you want to define descriptions and redirect links for these files, set "Image path" parameter to "images/slides", create ariimageslider.ini file with the following content:

[DESCRIPTION]
photo01.jpg="Photo 01"
photo02.jpg="Photo 02"
[LINK]
photo01.jpg="www.google.com"
photo02.jpg="www.ari-soft.com"

and place this file to <joomla_directory>/images/slides/ folder.

Regards,
ARI Soft
The administrator has disabled public write access.
 
#9337
Re:A tutorial for ARI image slider? 13 Years, 4 Months ago Karma: 0
Thank you very much.
It looks very clear. just a question regarding the Link section of the ini file:
Code:

[LINK]
photo01.jpg="www.google.com"
photo02.jpg="www.ari-soft.com"


considering the above examples of web-links, should the link simply refer just to the domain name of my website [as it is implied by your example], which is my homepage, or a more elaborate web path is necessary [my gallery is not in my homepage, it is located at a different page within my website]
Thanks for any help
ddl
User Offline Click here to see the profile of this user
The administrator has disabled public write access.
 
#9338
Re:A tutorial for ARI image slider? 13 Years, 4 Months ago Karma: 747
You are welcome. It's just a sample, you can use any links which you want. For example you can use the following link:

Code:


[LINK]
photo01.jpg="http://www.ari-soft.com/Joomla-Components/ARI-Quiz/Detailed-product-flyer.html"



or if you want to use relative link to your site, you can enter it in the following way:

Code:


[LINK]
photo01.jpg="Joomla-Components/ARI-Quiz/Detailed-product-flyer.html"




Regards,
ARI Soft
The administrator has disabled public write access.
 
#28583
Re:A tutorial for ARI image slider? 11 Years, 11 Months ago Karma: 0
Jumpoing on to this I have the following file in file

[LINK]
01-goodluckr.jpg="www.google.com"

That corresponds to a picture in the images folder.

When the user clicks that picture a small window opens but doesn't open the page?

the site is www.prentonhighschool.co.uk in case anyone wanted to look!

Thanks
The administrator has disabled public write access.
 
#28584
Re:A tutorial for ARI image slider? 11 Years, 11 Months ago Karma: 747
Hello,

When we click by the first image, Google site is opened in main window.

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