jqueryプラグインについて
-
お世話になります。
Moi Magazineと言うテーマを使っています。
そのヘッダーには<!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 –>
<link rel=”stylesheet” href=”<?php bloginfo(‘stylesheet_url’); ?>” type=”text/css” media=”screen” />
<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’); ?>” />
<script type=”text/javascript” src=”http://ajax.googleapis.com/ajax/libs/jquery/1.3.2/jquery.min.js”></script>
<script type=”text/javascript” src=”<?php bloginfo(‘template_directory’); ?>/js/slider.js”></script>
<script type=”text/javascript” src=”<?php bloginfo(‘template_directory’); ?>/js/superfish.js”></script>
<script type=”text/javascript” src=”<?php bloginfo(‘template_directory’); ?>/js/jquery.scrollable.js”></script>
<script type=”text/javascript” src=”<?php bloginfo(‘template_directory’); ?>/js/jquery.mousewheel.js”></script>
<script type=”text/javascript” src=”<?php bloginfo(‘template_directory’); ?>/js/jquery.easing.min.js”></script>
<script type=”text/javascript” src=”<?php bloginfo(‘template_directory’); ?>/js/jquery.lavalamp.min.js”></script>
<script type=”text/javascript”>
jQuery(function(){
jQuery(‘ul.superfish’).superfish();
});
</script>
<script type=”text/javascript”>
$(function() {
$(“#1”).lavaLamp({
fx: “backout”,
speed: 700
});
});
</script>
<?php wp_get_archives(‘type=monthly&format=link’); ?>
<?php if ( is_singular() ) wp_enqueue_script( ‘comment-reply’ ); ?>
<?php wp_head(); ?></head>
<body><div id=”wrapper”>
<div id=”header”>
<div id=”header-top”>
<small>
<?php
$numcomms = $wpdb->get_var(“SELECT COUNT(*) FROM $wpdb->comments WHERE comment_approved = ‘1’”);
if (0 < $numcomms) $numcomms = number_format($numcomms);
?>
<span style=”color:#c0b1a0;”><?php $count_posts = wp_count_posts(); echo $count_posts->publish; ?></span> Posts and <span style=”color:#c0b1a0;”><?php echo $numcomms ; ?></span> Comments under <span style=”color:#c0b1a0;”><?php $mycats=get_categories (‘include=’); echo $mycats[0]->category_count; ?></span> Categories.
</small>
</div>
<div class=”alignleft”>
<h1>“><?php bloginfo(‘name’); ?></h1><div class=”description”><?php bloginfo(‘description’); ?></div>
</div><div class=”alignright” style=”margin:58px 59px 0 0;”>
” ><img src=”<?php bloginfo(‘stylesheet_directory’); ?>/images/twitter.png” alt=”Twitter” border=”0″ style=”margin:0 30px 0 0;”/>
” ><img src=”<?php bloginfo(‘stylesheet_directory’); ?>/images/rss.png” border=”0″ alt=”RSS”/>
</div>
</div><!– end header –><div class=”nav-bar”>
<ul class=”lavalamp” id=”1″>- “>Home
- <?wp_list_pages(‘depth=1&title_li=’); ?>
</div>
のようにjqueryが組み込まれています。
この状態でwp-jquery-lightboxやiSlidexのプラグインを使うと相殺されてしまって両方とも機能しなくなります。この場合テーマ自体がその様になってしまっているのでしょうか?
それともカスタマイズによって共存できるようになるのでしょうか?皆さんお力をお貸しくださいますよう宜しくお願いします。
トピック「jqueryプラグインについて」には新たに返信することはできません。