[TYPO3-german] perfectlightbox funktioniert nicht mehr
Philipp Holdener
philipp at holdener.ch
Tue Nov 18 13:39:28 CET 2008
David Bruchmann schrieb:
> Werden bestimmt zuviel oder zu wenig JavaScript geladen.
> Sieh einfach mal in den Quelltext und überprüfe, ob die Angaben denen im
> Manual entsprechen.
> Wenn Du verschiedene Erweitzerungen getestet hast, hat sich da sicherlich
> Müll angesammelt.
>
> Gruß
> David
Hallo David
Der Quelltext sieht soweit ich sagen kann okey aus!?
Komishcerweise haben beide Extensions bis vor kurzem zusammen funktioniert!
......
<link rel="stylesheet"
ref="typo3conf/ext/perfectlightbox/res/css/slightbox.css"
type="text/css" media="screen,projection" />
<script type="text/javascript"
src="typo3conf/ext/perfectlightbox/res/js/mootools1.11-packed.js"></script>
<script type="text/javascript"
src="typo3conf/ext/perfectlightbox/res/js/slimbox-packed.js"></script>
<script type="text/javascript">window.addEvent('domready',
Lightbox.init.bind(Lightbox,{resizeSpeed: 400, animate: true,
overlayOpacity: 0.8, allowSave: true, slideshowAutoplay: true,
slideshowInterval: 5000, slideshowAutoclose: true,lllImage: 'Bild',
lllOf: 'von'}));</script>
<script
src="http://p105269.typo3server.info/index.php?id=20&type=3131"
type="text/javascript" />
<script type="text/javascript"
src="typo3temp/javascript_a708894199.js"></script>
<script type="text/javascript"
src="typo3conf/ext/t3mootools/res/mootoolsv1.11.js"></script>
<script type="text/javascript">
var Page = {
initialize: function() {
new SmoothScroll({
transition: Fx.Transitions.bounceOut,
fps: 60,
duration: 1500
});
}
}
window.addEvent("domready", Page.initialize);</script>
<script type="text/javascript">
/*<![CDATA[*/
<!--
function openPic(url,winName,winParams) { //
var theWindow = window.open(url,winName,winParams);
if (theWindow) {theWindow.focus();}
}
// -->
/*]]>*/
More information about the TYPO3-german
mailing list