0

私のサイト www.spoiltpets.com について助けてもらえますか

応答しないスクリプトでハングします。どのスクリプトか、またはその方法を見つける方法がわかりません。Chrome と Firefox でテストしましたが、どちらも同じ結果でした。

1 つまたは 2 つのページをロードしたようで、ハングします。

どんな助けでも大歓迎です!

4

1 に答える 1

2

Well looking at the javascript console in Chrome Dev tools shows these errors:

  1. Directed Edge: BlocksController::NoBlocksConfigured shopify.directededge.com/blocks/compound?shop=site-1111.myshopify.com&templ…t=&product_handle=&basket=&tracking=8b952818-10a6-4caf-ab8b-16dbe70e3583:1
  2. Invalid App Id: Must be a number or numeric string representing the application id. all.js:56
  3. FB.getLoginStatus() called before calling FB.init(). all.js:56

So it would appear that you have problems with your Shopify scripts and your Facebook scripts.

Update:

To view the Javascript console in Chrome Dev Tools you would go to View | Developer | Javascript console.

Doing so would show something like: enter image description here

于 2013-10-05T17:44:03.317 に答える