[COLOR=#333333]Hallo zusammen,
ich versuche seit Tagen in meinen NextGen Gallerien den Effekt Highslide zu integrieren...
Notfalls würde ich auf Lightbox (über slimbox2) ausweichen, welches ohne Probleme funktioniert!
An Highslide ist aber der wichtige Vorteil das ich schon eine Slideshow nach dem öffnen integriert habe ([/COLOR]http://highslide.com[COLOR=#333333])
Ich habe es schon nach 3-4 Anleitungen versucht aber es will einfach nicht.
Unteranderem nach dieser Anleitung:
[/COLOR]
http://www.lomania.ch/wordpress/code…nextgen-gallery
[COLOR=#333333]
Also alles in den Pluginsordner geladen, die Links abgeändert und unter NextGen Einstellungen/Effekte auf Highslide gestellt.
Dort war schon vordefiniert:
[/COLOR]
[COLOR=#333333]Hier ein Ausschnitt aus der geänderten Footer.php:[/COLOR]
<!-- Start Highslide Mod Gallery --><script type="text/javascript"
src="http://cms.rattattoo.de/wp-content/plugins/highslide/highslide-with-gallery.js">
</script>
<link rel="stylesheet"
type="text/css"
href="http://cms.rattattoo.de/wp-content/plugins/highslide/highslide-with-gallery.js/" />
<!--[if lt IE 7]>
<link rel="stylesheet"
type="text/css"
href="http://cms.rattattoo.de/wp-content/plugins/highslide/highslide-ie6.css" />
<![endif]-->
<script type="text/javascript">
hs.graphicsDir = 'http://cms.rattattoo.de/wp-content/plugins/highslide/graphics/';
hs.align = 'center';
hs.transitions = ['expand', 'crossfade'];
hs.fadeInOut = true;
hs.dimmingOpacity = 0.8;
hs.outlineType = 'rounded-white';
hs.captionEval = 'this.thumb.alt';
hs.marginBottom = 105 // make room for the thumbstrip and the controls
hs.numberPosition = 'caption';
// Add the slideshow providing the controlbar and the thumbstrip
hs.addSlideshow({
//slideshowGroup: 'group1',
interval: 5000,
repeat: false,
useControls: true,
overlayOptions: {
className: 'text-controls',
position: 'bottom center',
relativeTo: 'viewport',
offsetY: -60
},
thumbstrip: {
position: 'bottom center',
mode: 'horizontal',
relativeTo: 'viewport'
}
});
</script>
<div class="highslide-gallery">
<a href="#" class="highslide" onclick="return hs.expand(this)" >"></a>
</div>
<!-- End Highslide Mod Gallery -->
</body>
Alles anzeigen
[COLOR=#333333]
Ich bekomme es einfach nicht hin :(
[/COLOR]
[COLOR=#333333]- Adresse zum Blog: cms.rattattoo.de[/COLOR]
[COLOR=#333333]- WordPress-Version. 3.3.2[/COLOR]
[COLOR=#333333]- Verwendetes Theme, verwendete Plugins: NextGenGallery - Highslide - Eigenes Theme
Schonmal Danke im Vorraus!
Grüße Timo[/COLOR]