为什么我的logopress不会出现在我的wordpress主题上?

时间:2013-01-02 16:20:03

标签: image wordpress themes loading graphical-logo

首次到达索引页面时,我的徽标图片加载时遇到问题。它最初没有加载。但是,如果单击其中一个内部页面,则会在此之后加载。任何想法?

http://wilsoncain.com/ http://karinjillkatz.com/

我在两个网站上都使用相同的主题。两者的问题都是一样的。

感谢您的任何建议,我无法弄清楚这一点。

2 个答案:

答案 0 :(得分:0)

当您加载页面时,加载此图片时遇到问题:http://karinjillkatz.com/wp-content/themes/aries-orig/images/select_arrow.gif 您需要删除/更正路径,以便它不会破坏您网站的其余部分。

答案 1 :(得分:0)

如果您使用Google Chrome(我不确定此功能是否存在于任何其他浏览器中,因为我不使用它们),并右键单击页面上的任意位置,您可以点击Inspect Element这会给你一些有关页面的详细信息。

在检查器窗口中,它还会告诉您加载页面时发生的任何错误...在您的网站(WilsonCain)上,5错误出现了:

  

404:http://wilsoncain.com/wp-content/themes/aries/images/module_line.png
  404:http://wilsoncain.com/wp-content/themes/aries/images/select_arrow.gif
  404:http://wilsoncain.com/wp-content/themes/aries/Aaargh-webfont.woff
  404:http://wilsoncain.com/wp-content/themes/aries/Aaargh-webfont.ttf
  404:http://wilsoncain.com/wp-content/themes/aries/Aaargh-webfont.svg

在您的网站上(Karin Jill),出现1错误:

  

404:http://karinjillkatz.com/wp-content/themes/aries-orig/images/select_arrow.gif

我首先会查看这些图片并更正可能不再存在或可能已重命名的文件的任何路径。