Einzelnen Beitrag anzeigen
Alt 03.04.2008, 22:40   #1 (permalink)
moopoints
PostRank: 2
 
Registriert seit: 02.12.2007
Beiträge: 76
Lightbox in WP 2.5

Hi,

durch mein Upgrade auf WP 2.5 funktioniert das Lightbox Plugin nicht mehr. Kann aber auch sein, dass ich was falsch gemacht habe, da ich erst eine Version des Plugins installiert habe, dann deaktiviert und dann eine andere Version.
Im Moment sieht es so aus, dass egal welches Lightbox oder Lightview Plugin ich installiere nichts dabei rauskommt. Auch nicht, wenn ich die Codes (..rel..) einzeln im Image-Tag einfüge.

Habt ihr ne Lösung?
Hier meine Header.php, vielleicht hilft die:
PHP-Code:
<!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">

<head profile="http://gmpg.org/xfn/11">
    <meta http-equiv="Content-Type" content="<?php bloginfo('html_type'); ?>; charset=<?php bloginfo('charset'); ?>" />

    <title><?php bloginfo('name'); ?><?php wp_title(); ?></title>

    <meta name="generator" content="WordPress <?php bloginfo('version'); ?>" /> <!-- leave this for stats -->

    <style type="text/css" media="screen">
        @import url( <?php bloginfo('stylesheet_url'); ?> );
    </style>

    <link rel="shortcut icon" type="image/ico" href="<?php bloginfo('stylesheet_directory'); ?>/imagenes_qwilm/favicon.gif" />
    <link rel="alternate" type="application/rss+xml" title="RSS 2.0" href="<?php bloginfo('rss2_url'); ?>" />
    <link rel="alternate" type="text/xml" title="RSS .92" href="<?php bloginfo('rss_url'); ?>" />
    <link rel="alternate" type="application/atom+xml" title="Atom 0.3" href="<?php bloginfo('atom_url'); ?>" />
    <link rel="pingback" href="<?php bloginfo('pingback_url'); ?>" />

    <?php wp_get_archives('type=monthly&format=link'); ?>

    <?php wp_head(); ?>

</head>

<body>
<div id="mini-nav">
    <a href="<?php echo get_settings('home'); ?>"><img src="<?php bloginfo('stylesheet_directory'); ?>/imagenes_qwilm/home_icon.gif" alt="inicio" /></a>
    <a href="http://www.neuemedienblog.de/about/"><img src="<?php bloginfo('stylesheet_directory'); ?>/imagenes_qwilm/email_icon.gif" alt="mail me!" /></a>
    <a href="http://feeds.feedburner.com/NeueMedienBlog"><img src="<?php bloginfo('stylesheet_directory'); ?>/imagenes_qwilm/rss_icon.gif" alt="Abonnieren" /></a>
</div>
<div id="wrapper">
    <div id="content">
__________________
http://www.neuemedienblog.de
moopoints ist offline   Mit Zitat antworten