prettyPhoto不能在我的wordpress主题中工作

时间:2012-10-20 04:48:21

标签: php jquery css wordpress

所以朋友我想在我的wordpress主题中使用prettyPhoto,但它根本不工作。它的两个文件 - prettyPhoto.css和jquery.prettyPhoto.js都在header.php文件中正确链接。

这是我的header.php文件中的文件链接 -

<link rel="stylesheet" href="<?php bloginfo('stylesheet_directory'); ?>/js/prettyPhoto/css/prettyPhoto.css" type="text/css" media="screen" title="prettyPhoto main stylesheet" charset="utf-8" />
<script src="<?php bloginfo('stylesheet_directory'); ?>/js/prettyPhoto/js/jquery.prettyPhoto.js" type="text/javascript"></script>

如果这个问题是由于没有使用wp_enqueue_script(),请告诉我。

这就是我将图像链接到prettyPhoto的方式 -

<a title="test image" href="images/new-image.png" rel="prettyPhoto[]"><img src="images/new-image.png" alt="Some Alternate Text" /></a>

当我点击图片时,它不会在prettyPhoto中打开。

1 个答案:

答案 0 :(得分:0)

您是否构建了自定义主题以使其正常运行。如果是这样,可能存在对header.php index.php或footer.php等文件的其他依赖性,这可能导致它无法工作。切换到默认的二十一主题,看看它是怎么回事。如果它在那里工作,那么你的主题文件有问题,可能是footer.php或index.php et al。