Image captions can be placed into CSV file. Sample of CSV file you can find by the following path:
<joomla_dir>/modules/mod_arisexylightbox/arisexylightbox.csv
It has the following format:
Code: |
"File","Title"
file_name,title
|
For example if you want to enter titles for image_01.jpg and image_02.jpg files, create the following CSV file:
Code: |
"File","Title"
image_01.jpg,"Caption 1"
image_02.jpg,"Caption 2"
|
and place it to folder with images. By default the module uses arisexylightbox.csv file, but it can be changes with help "Description file" parameter.
Regards,
ARI Soft