0

サイトを hostgator の新しいドメインに移動したところ、サイトのコンテンツが表示されなくなりました。動作しないサイトはhttp://alcaldarone.comで、私が開発して動作するサイトはhttp://atcjr.alcaldarone.comです。

If I look at the problem site in Chrome and refresh the Home page, I can see the content flash for a split second then it disappears. I think the problem is that jQuery is not loading. The Blog page content appears but the jQuery slide function isn't executing either.

I have gone through the database and changed the URL settings for home and siteurl in wp-options to point to alcaldarone.com and did the same for records in the wp-posts table, but still no luck...any ideas?

4

1 に答える 1

0

わかりました、これを見つけました。何らかの理由で、私の jquery-ui.min.js がロードされませんでした。さっき電話した

<script type="text/javascript" src="https://ajax.googleapis.com/ajax/libs/jqueryui/1.8.12/jquery-ui.min.js">

それ以外の

<script type="text/javascript" src="<?php bloginfo('template_url'); ?>/js/jquery-ui.min.js"></script>

そしてそれはそれをしました。ファイルの移動時にスクリプトが破損した可能性があります。

于 2012-07-03T01:10:07.973 に答える