douchao9899 2015-06-15 03:52
浏览 127
已采纳

由于此错误,Wordpress页面无法继续

I just faced this problem recently, I don't what causes it. But I need help fixing it.

The error are :

http://www.udesign.my/aaf4/wp-admin/admin-ajax.php?action=woocommerce_checkout Failed to load resource: the server responded with a status of 500 (Internal Server Error)

http://fonts.googleapis.com/css?family=century+gothic+:300,400 Failed to load resource: the server responded with a status of 400 (Bad Request)

The theme I'm using is , Love Fashion - Responsive WordPress Theme

I've tried accessing my FTP, checked the CSS all pointing towards the font awesome. Any ideas?

  • 写回答

1条回答 默认 最新

  • duanrang3357 2015-06-16 06:39
    关注

    First error is a general server error (look for http 500 status code). It's very unspecific so it you could look up in your server logs fore more information.

    Second error occurs because the font url can't be reached - try it for you self and open the url of the font in your browser. You will get an error.

    Error (400): Missing font family

    The requested font families are not available.

    Requested: century gothic (style: normal, weight: 300),century gothic (style: normal, weight: 400)

    本回答被题主选为最佳回答 , 对您是否有帮助呢?
    评论

报告相同问题?