NextGen-Gallery Flash add-on: Smooth-gallery
Smooth-gallery
- Scaricate NextGen Gallery ed installatelo
- Scaricate Smooth Gallery:
Download- Decomprimete lo zip ed inviate i files nella cartella /wp-content/plugins/
- Attivate il plugin nel Wordpress admin panel
Per mostrare una SmoothGallery all’interno di un post o di una pagina del proprio sito sarà necessario inserire il tag con l’ID della galleria.
Per utilizzare il plugin: [smooth=idgalleria]
Le tag disponibili sono:
id-galleria: il numero di id della galleria
larghezza (finestra): valore numerico, pixel
altezza (finestra): valore numerico, pixel
slideshow: true/false (sì/no) per attivare la funzione slideshow
frecce: true/false (sì/no) inserisce le frecce di navigazione avanti/indietro
miniature: true/false (sì/no) per mostrare le thumbs
embedLinks: true/false (sì/no) per aprire l’immagine in una nuova finestra
Opzioni:
[smooth=galleryId, width, height, timed, showArrows, showCarousel, embedLinks][smooth=12345, 400, 400, false, true, true, true]galleryId: The id you were already using on width: Width of your image container height: Height of your image container timed: true/false to slideshow your images showArrows: true/false to see the arrows for next/previous showCarousel: true/false to see the thumbnails embedLinks: true/false to open the image on a new window
Default
Per cambiare i valori di default aprite /wp-content/plugins/nextgen-smooth/nggSmooth.php, cercate e cambiate:
define('SMOOTH_WIDTH' , '400'); define('SMOOTH_HEIGHT' , '400'); define('SMOOTH_TIMED' , 'false'); define('SMOOTH_SHOWARROWS' , 'true'); define('SMOOTH_SHOWCAROUSEL', 'true'); define('SMOOTH_EMBEDLINKS' , 'true');