problema utilizzo highslide-gallery

garmaz

Nuovo Utente
14 Ago 2011
2
0
0
Ciao....

sto usando questo script per mostrare delle gallerie di foto. Il problema è che utilizzando la configurazione suggerita dal sito di riferimento mi accade una cosa non voluta.

Visualizzo in unica slide TUTTE le immagini della pagina (thumbnail) e delle gallery associate (4 complete e divise in cartelle separate) che vorrei tenere chiaramente ognuna per se, questo nonostante le variabili hanno nomi differenti.

Esiste un modo per tenerle separate?

Grazie in anticipo

Allego esempio:

<script type="text/javascript" src="js/highslide-with-gallery.js"></script>
<link rel="stylesheet" type="text/css" href="css/highslide.css" />
<script type="text/javascript">
hs.graphicsDir = 'js/graphics/';
hs.align = 'center';
hs.transitions = ['expand', 'crossfade'];
hs.outlineType = 'rounded-white';
hs.fadeInOut = true;
hs.numberPosition = 'caption';
hs.dimmingOpacity = 0.75;

// Add the controlbar
if (hs.addSlideshow) hs.addSlideshow({
//slideshowGroup: 'group1',
interval: 5000,
repeat: false,
useControls: true,
fixedControls: 'fit',
overlayOptions: {
opacity: .75,
position: 'bottom center',
hideOnMouseOut: true
}
});
</script>

<!--- INIZIO PRIMA GALLERY--->

<p align=justify><img src="my bikes/marin/thumb1.JPG" alt="Marin Nail Trail 29"" title="Click to enlarge" style="float:left" />

<font color="#FF0000">2011 -></font><a id="thumb1" href="my bikes/marin/P1000026.JPG" class="highslide"
onclick="return hs.expand(this)">MARIN NAIL TRAIL 29"</a>

<div class="hidden-container">
<a href="my bikes/marin/P1000027.JPG" class="highslide" onclick="return hs.expand(this, { thumbnailId: 'thumb1' })"></a>
<div class="highslide-caption">
ipsum dolor sit amet, consectetur adipiscing
</div>

<a href="my bikes/marin/P1000029.JPG" class="highslide" onclick="return hs.expand(this, { thumbnailId: 'thumb1' })"></a>
<div class="highslide-caption">
Caption for the third image.
</div>

<a href="my bikes/marin/P1000030.JPG" class="highslide" onclick="return hs.expand(this, { thumbnailId: 'thumb1' })"></a>
<div class="highslide-caption">
Caption for the third image.
</div>

<!--- FINE PRIMA GALLERY--->

<!--- INIZIO SECONDA GALLERY--->

<p align=justify><a id="thumb2" href="my bikes/dahon/uno.jpg" class="highslide"
onclick="return hs.expand(this)">
<img src="my bikes/dahon/thumb2.jpg" alt="Dahon Mu Uno" title="Click to enlarge" style="float:left" /></a>
<div class="hidden-container">
<a href="my bikes/dahon/uno_uno.jpg" class="highslide" onclick="return hs.expand(this, { thumbnailId: 'thumb2' })"></a>
<div class="highslide-caption">
ipsum dolor sit amet, consectetur adipiscing
</div>
</div>

<!--- FINE SECONDA GALLERY--->
 
Discussioni simili
Autore Titolo Forum Risposte Data
gandalf1959 [PHP] problema con l'utilizzo di Header PHP 3
C [Javascript] problema nell'utilizzo di un array Javascript 2
M Problema con l'utilizzo delle Session PHP 3
D Problema utilizzo tutorial community PHP 16
I Sto progettando nuovi siti utilizzando bootstrap e devo dire funziona bene, l'unico problema e la maschera -moz- HTML e CSS 0
K Problema form update PHP 2
O problema con dvr dahua xvr5116 IP Cam e Videosorveglianza 0
S Problema nel ciclare un json Javascript 0
G Problema con Xampp Web Server 1
andrea barletta Problema con miniature comandi Photoshop 0
I problema con alice Posta Elettronica 0
K Problema Inner join PHP 1
F firefox problema http Linux e Software 0
N Problema con position absolute e overflow HTML e CSS 4
E Problema jquery Success jQuery 2
L Problema con inner join PHP 11
K [php] Problema con inner join PHP 4
E problema selezione sfumata Photoshop 2
K [PHP] Problema con variabili concatenate. PHP 1
A Problema filtro fluidifica Photoshop Photoshop 1
H Problema Bordi Scontorno Photoshop 1
O problema con query PHP 4
R Problema installazione Realtek WiFi USB rtl8821 Reti LAN e Wireless 0
I problema con 2 account Posta Elettronica 1
L problema collegamento file css con html HTML e CSS 1
Y Problema percorso file in rete PHP 1
N Problema SEO "L'URL non si trova su Google" SEO e Posizionamento 4
E Problema accesso a file con app sviluppata con MIT APP INVENTOR 2 Sviluppo app per Android 0
P Problema acquisizione clienti Webdesign e Grafica 1
F NetBeans problema creazione progetto Java Windows e Software 0
M Problema con Try Catch PHP 0
C problema seo + cerco esperto SEO e Posizionamento 11
Sergio Unia Problema con gli eventi del mouse su una data table: Javascript 2
T PROBLEMA CON SESSIONI PHP 3
A Problema, non so, di scale() o transform, oppure altro? HTML e CSS 0
T ALTRO PROBLEMA CON ARRAY PHP PHP 1
R problema con else PHP 0
T PROBLEMA CON ARRAY PHP 8
L problema con query select PHP 2
R Problema query con ricerca id numerico PHP 2
F Problema con risposta PHP 0
S problema con recupero dati tabella mysql PHP 2
Z Problema con il mio tp-l i nk Reti LAN e Wireless 1
I PROBLEMA: Sostituzione sito XAMPP E-Commerce 0
T problema data 30/11/-1 PHP 0
L Problema RAM con Tomcat 8 Apache 0
napuleone problema con sort e asort PHP 4
Y Problema incolonnamento tabella PHP 7
S problema salvataggio immagini Photoshop 0
Z Problema con INT MySQL PHP 1

Discussioni simili