Добрый день.
Второй день бьюсь с одной проблемой.
никак не могу добиться эффектов fancybox или lightbox. Установил Nextgen galery, Lightbox2, Fancybox for WordPress. Интересно, что на другом сайте все работает. ТУт – никак.
Часть кода из хедера. Подскажите, в чем может быть проблема. Я уже устал искать решение.
<head profile="http://gmpg.org/xfn/11">
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
<title><?php bloginfo("name"); ?> <?php wp_title(); ?></title>
<link rel="icon" href="http://azbuka-cveta.ru/favicon.gif" type="image/x-icon" />
<link rel="shortcut icon" href="http://azbuka-cveta.ru/favicon.gif" type="image/x-icon" />
<link rel="stylesheet" type="text/css" href="<?php bloginfo("template_url"); ?>/style.css" />
<!–[if lte IE 6]><link rel="stylesheet" type="text/css" href="<?php bloginfo("template_url"); ?>/ie.css" /><![endif]–>
<script type="text/javascript" src="<?php bloginfo("template_url"); ?>/scripts.js"></script>
<script type="text/javascript" src="cssverticalmenu.js"> </script>
<script type="text/javascript" src="<?php echo $dirs[‘www’][‘js’]; ?>jquery.js"></script>
<?php if (function_exists(‘wp_enqueue_script’) && function_exists(‘is_singular’)) : ?>
<?php if ( is_singular() ) wp_enqueue_script( ‘comment-reply’ ); ?>
<?php endif; ?>
<?php wp_head(); ?>
</head>
Очень жду от вас советы.



