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?

Showing images from folder
(1 viewing) (1) Guest
Go to bottomPage: 12
TOPIC: Showing images from folder
#8983
Re:Showing images from folder 13 Years, 4 Months ago Karma: 0
Hello,

Thanks for correcting the csv file but where was the error ???
I had added " before and after the word "File" as I've seen in this forum here under : "File","Title"

Another thing : It seems this file doesn't accept all the accentuated chars ...
It accepts the "й" but not the "и"; this one is replaced by "Д"
Do I have to save the csv file in UTF-8 ?

Best regards.
Dominique,
The administrator has disabled public write access.
 
#8984
Re:Showing images from folder 13 Years, 4 Months ago Karma: 746
CSV file should contains two columns: "File" and "Title". Your CSV file was messed up. If you use non-English characters save CSV file in UTF-8 encoding without BOM. This information can be found in "Description" field on module settings page. On this page you can also download sample CSV file and use it in CSV editor for creating new CSV file.

Regards,
ARI Sot
The administrator has disabled public write access.
 
#8985
Re:Showing images from folder 13 Years, 4 Months ago Karma: 0
hello,

YES, it works perfectly.
As I said a few minutes ago, what a support !!

Is it possible to change the words 'prev.', 'next' and 'close' ?
I want to translate them in french.

Best regards.
Dominique,
The administrator has disabled public write access.
 
#8992
Re:Showing images from folder 13 Years, 4 Months ago Karma: 746
The extension uses images for navigation and close buttons. We can provide PSD source file with these buttons.

Regards,
ARI Soft
The administrator has disabled public write access.
 
#9014
Re:Showing images from folder 13 Years, 4 Months ago Karma: 0
Hello,

Yes, I'm interested to receive the PSD files to be able to edit prev. next and close ...

As all is working for showing images from all a folder, I would like to know how to be able to display in an article just 2 or 3 pictures from a folder (not all pictures) ?
I've put this code:
{arisexylightbox}<img src="images/stories/my_folder/picture1.jpg" alt="example text">{/arisexylightbox}
and a few lines below : {arisexylightbox}<img src="images/stories/my_folder/picture2.jpg" alt="example text2">{/arisexylightbox}

Is it possible to have a shadow under the thumbs like for the gallery and to display next, previous, close and play ?

It seems the code above is not correct for what I'm searching to do ...
Best regards.
Dominique,
The administrator has disabled public write access.
 
#9025
Re:Showing images from folder 13 Years, 4 Months ago Karma: 746
Hello,

We have sent PSD source by email. If you want to show only several images from folder and show other images in lightbox, use the following code:

Code:


{arisexylightbox activeType="imglist" dir="PATH_TO_IMAGE_FOLDER" visibleItemCount="3"}{/arisexylightbox}



Specify visible items count with help "visibleItemCount" parameter. If you want to create thumbnails for images in content, it doesn't require to wrap each image with {arisexylightbox} and {/arisexylightbox} tags. You can wrap all content with images with these tags and set "single" attribute of {arisexylightbox} tag to "0" that group images into gallery. The code will look like:

Code:


{arisexylightbox thumbWidth="250" single="0"}
  content ... content ...
  <img src="[path_to_large_image]" alt="description" />
  content ... content ...
  <img src="[path_to_large_image2]" alt="description" />
  content ... content ...
{/arisexylightbox}



Currently it is impossible to choose theme for inline image, but will add this ability in a future release.

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