更改WordPress URL会破坏一些jQuery函数

时间:2012-03-23 作者:Zade

旧URL:http://www.pillerdesigns.com/foxterrier/

新建URL:http://www.foxterrier.com/

过程:将所有文件复制到新服务器,更新wp config。php,更改了设置中的站点和WordPress URL,使用phpMyAdmin导出DB,然后使用phpMyAdmin导入DB。

问题:有三件事在新网站上不再有效,似乎它们都是基于jQuery的:

标题中的幻灯片(左侧和右侧图像框)不再过渡,jQuery masonry不再排列薰衣草区帖子,下一代画廊插件不再工作,有人能帮忙吗?谢谢

1 个回复
SO网友:fuxia

脚本中存在导致JavaScript代码无效的PHP错误和通知:

http://www.foxterrier.com/wp-content/themes/shape/smooths/getimages.php

<b>Deprecated</b>:  Function eregi() is deprecated in <b>/home/foxterrier/public_html/wp-content/themes/shape/smooths/getimages.php</b> on line <b>13</b><br />
smootharray[0]="004.jpg";<br />
另外,您加载jQuery太晚了。阅读wp_enqueue_script() 以及如何处理依赖关系(第三个参数)。

结束

相关推荐

如何在WordPress中包含这个jQuery文件?

好的,我有一个jQuery,我已经在静态html页面中测试过了,它运行得很好。我如何在插件中包含jQuery来处理wordpress?这就是html页面。<head> <title> Welcome to my page</title> <link rel=\"stylesheet\" type=\"text/css\" href=\"css/style.css\"> <link rel=\"stylesheet\" type=