[TYPO3-german] PerfectLightbox mit Superfish-Menu funktioniert leider nicht - Wer kann helfen?

Sebastian Lorenz webmaster at derlorenz.de
Mon Jul 12 22:22:22 CEST 2010


-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Hi,

hast du schon mal superfish im no-conflict mode getestet.

Dann sollte eigentlich alles Funktionieren. Hatte am Anfang auch das
Problem mit andern Extensions.

Viele Grüße

Sebastian

Am 12.07.10 21:52, schrieb Michael Ludwig:
> Hallo Leute,
> 
> ich habe gerade das Problem, dass diese beiden nicht miteinander wollen:
> 
> - SuperFish Menu [v1.4.8] (http://users.tpg.com.au/j_birch/plugins/superfish/
> - PerfectLightbox [v3.0.3]
> (http://typo3.org/extensions/repository/view/perfectlightbox/current/)
> 
> Das SuperFish Menu war vorher bereits eingebunden und durchgetestet.
> Funktionierte auch soweit prima, bis ich auf die Idee kam, die
> Perf.Lightb. einzubauen.
> Deaktiviere die Perf.Lightb., ist alles wieder im Lot...
> 
> 
> Die Firefox-Fehlerkonsole bringt folgendes:
> 
> ============================
> $("el.sf-menu") is null
> http://this.addre.ss/                      Zeile: 56
> ============================
> 
> 
> 
> HTML-Code (bis zum body-tag) ohne PerfectLightbox:
> 
> ============================
> <?xml version="1.0" encoding="utf-8"?>
> <!DOCTYPE html
>      PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
>      "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
> <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="de-DE" lang="de-DE">
> <head>
> 
> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
> 
> <base href="http://this.addre.ss/" />
> <link rel="shortcut icon" href="http://this.addre.ss/" />
> <link rel="icon" href="http://this.addre.ss/" />
> <title>Internetseite</title>
> <meta name="generator" content="TYPO3 4.4 CMS" />
> <meta name="language" content="de" />
> <meta name="author" content="Autor" />
> <meta name="description" content="Description" />
> 
> <meta name="keywords" content="KEYWORDS" />
> <meta name="email" content="MAILADRESSE" />
> <meta name="robots" content="index,follow" />
> <meta name="copyright" content="COPYRIGHT" />
> 
> <link rel="stylesheet" type="text/css"
> href="typo3temp/stylesheet_8519df12fd.css?1278957151" media="all" />
> <link rel="stylesheet" type="text/css"
> href="fileadmin/www/css/layout_2col_right_13.css?1278959978"
> media="all" />
> 
> <script src="typo3temp/javascript_0b12553063.js?1278957151"
> type="text/javascript"></script>
> <script type="text/javascript">
> /*<![CDATA[*/
> <!--
> /*TS_inlineJSint*/
> 
> // -->
> /*]]>*/
> </script>
> 
> <!--[if IE]><link
> href="fileadmin/www/css/patches/patch_2col_right_13.css"
> rel="stylesheet" type="text/css" /><![endif] -->
>         <link rel="stylesheet" type="text/css"
> href="fileadmin/www/css/my_superfish/superfish.css" media="screen" />
> 
>         <script type="text/javascript"
> src="fileadmin/www/js/jquery-1.4.2.min.js"></script>
>         <script type="text/javascript"
> src="fileadmin/www/js/superfish.js"></script>
>         <script type="text/javascript"
> src="fileadmin/www/js/hoverIntent.js"></script>
>         <script type="text/javascript"
> src="fileadmin/www/js/supersubs.js"></script>
> 
>         <script type="text/javascript">
> 
>            $(document).ready(function() {
>               $('ul.sf-menu').superfish();
>            });
> 
>         </script>
> 
> </head>
> <body>
> ============================
> 
> 
> 
> 
> 
> HTML-Code (bis zum body-tag) mit PerfectLightbox:
> 
> ============================
> <?xml version="1.0" encoding="utf-8"?>
> <!DOCTYPE html
>      PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
>      "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
> <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="de-DE" lang="de-DE">
> <head>
> 
> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
> 
> <base href="http://this.addre.ss/" />
> <link rel="shortcut icon" href="http://this.addre.ss/" />
> <link rel="icon" href="http://this.addre.ss/" />
> <title>Internetseite</title>
> <meta name="generator" content="TYPO3 4.4 CMS" />
> <meta name="language" content="de" />
> <meta name="author" content="Autor" />
> <meta name="description" content="Description" />
> 
> <meta name="keywords" content="KEYWORDS" />
> <meta name="email" content="MAILADRESSE" />
> <meta name="robots" content="index,follow" />
> <meta name="copyright" content="COPYRIGHT" />
> 
> <link rel="stylesheet" type="text/css"
> href="typo3temp/stylesheet_8519df12fd.css?1278957151" media="all" />
> <link rel="stylesheet" type="text/css"
> href="fileadmin/www/css/layout_2col_right_13.css?1278959978"
> media="all" />
> 
> 
> 
> <script src="typo3temp/javascript_0b12553063.js?1278957151"
> type="text/javascript"></script>
> <script type="text/javascript">
> /*<![CDATA[*/
> <!--
> /*TS_inlineJSint*/
> 
> // -->
> /*]]>*/
> </script>
> 
> <!--[if IE]><link
> href="fileadmin/www/css/patches/patch_2col_right_13.css"
> rel="stylesheet" type="text/css" /><![endif] -->
>         <link rel="stylesheet" type="text/css"
> href="fileadmin/www/css/my_superfish/superfish.css" media="screen" />
> 
>         <script type="text/javascript"
> src="fileadmin/www/js/jquery-1.4.2.min.js"></script>
>         <script type="text/javascript"
> src="fileadmin/www/js/superfish.js"></script>
>         <script type="text/javascript"
> src="fileadmin/www/js/hoverIntent.js"></script>
>         <script type="text/javascript"
> src="fileadmin/www/js/supersubs.js"></script>
> 
>         <script type="text/javascript">
> 
>            $(document).ready(function() {
>               $('ul.sf-menu').superfish();
>            });
> 
>         </script>
> <link rel="stylesheet"
> href="typo3conf/ext/perfectlightbox/res/css/slightbox.css"
> type="text/css" media="screen,projection" /><script
> type="text/javascript"
> src="typo3conf/ext/perfectlightbox/res/js/prototype.1.6.1.yui.js"></script>
> 
> <script type="text/javascript"
> src="typo3conf/ext/perfectlightbox/res/js/scriptaculous.js?load=effects,builder"></script><script
> type="text/javascript"
> src="typo3conf/ext/perfectlightbox/res/js/lightbox.2.0.4.yui.js"></script><script
> type="text/javascript">
> 	LightboxOptions.borderSize = 10;
> 	LightboxOptions.resizeSpeed = 400;
> 	LightboxOptions.overlayOpacity = 0.8;
> 	LightboxOptions.loop = true;
> 	LightboxOptions.allowSave = false;
> 	LightboxOptions.slideshowAutoplay = false;
> 	LightboxOptions.slideshowInterval = 5000;
> 	LightboxOptions.slideshowAutoclose = true;
> 	LightboxOptions.labelImage = 'Bild';
> 	LightboxOptions.labelOf = 'von';</script>
> 
> </head>
> <body>
> ============================
> 
> 
> 
> 
> Da ich erst das Menü in Verdacht hatte (weil das Ding ja nicht mehr
> funktionierte), habe ich es nochmal komplett neu eingebaut. Alles
> frisch von der Seite geladen, das gesamte CSS neu angepasst und alle
> Dateien (jQuery usw.) erneuert.
> Das brachte leider keinen Erfolg. Beim weitersuchen ist dann das
> Augenmerk auf die PerfectLightbox gefallen.
> 
> Wer weiss Rat, wer kann helfen??
> Die PerfectLightbox kommt doch sogar schon ohne XCLASSES aus, daher
> sollte doch sowas hier eigentlich gar nicht vorkommen??
> Kann ich vielleicht irgendwo anders besser Fragen??
> 
> Na, ich versuche es erst mal hier mit meiner Frage, bisher habe ich
> von Euch immer noch die besten Antworten erhalten. :-)
> 
> Liebe Grüsse,
> Michael
> _______________________________________________
> TYPO3-german mailing list
> TYPO3-german at lists.typo3.org
> http://lists.typo3.org/cgi-bin/mailman/listinfo/typo3-german

-----BEGIN PGP SIGNATURE-----
Version: GnuPG/MacGPG2 v2.0.14 (Darwin)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org/

iQEcBAEBAgAGBQJMO3l+AAoJEK7mjCDK4BdxtYsIAK94fbmK0KSXrQJa8A+RVOLi
PBf5Q3X52T9lyq6+4hfEVgGxlfG946rYBc1vXSzgpMjHZI+LTcjewi5HCHi77xsa
A+DnE0FdGmglv37WftpJVQ7IXZBKBU8AA2jwbuLFVLGN4V+KYWOC4MgtUnGcfrXC
5Thnjb45HZmme2xl50cR+Cp7bmUrSzjgkZdlbxu1BgGX0gkypFfMvPK6Nw54IXPU
YclEKwdhS8+BwUweP84QIGjSyxUPSlwhLVQXmHmUQb9UltJJKDmh2Q5JzJ8FAOR4
muPGyAmU5MplCwOFdccqrsUVP9o8gqEwQ2aqBAg3i9r/e2eXOCDZY+rC3HmL+O0=
=YIN3
-----END PGP SIGNATURE-----


More information about the TYPO3-german mailing list