【问题标题】:trouble with CSS being applied to my Wordpress site将 CSS 应用到我的 Wordpress 网站时遇到问题
【发布时间】:2012-01-07 15:40:39
【问题描述】:

我创建了一个网站,ImASpy,首页很好,但问题是当你点击“发现”时,所有样式都完全从网站上消失了。我检查了我的托管帐户并验证了 style.css 文件在那里,并查看了我确认 header.php 正在连接到我的样式表的代码。我真的不知道是什么原因造成的。

【问题讨论】:

  • 样式表中是否有任何@imports 使用folder/css.css 之类的路径或url(images/img.png) 之类的图像链接,这可能会导致您网站上的所有路径(例如 domain.com/findings/)都无法加载它们?
  • 是的,我有这样的 img 链接。这是一个CSS问题。我不明白你在问什么
  • 这可能就是某些样式似乎正在消失的原因。在您的 css 文件中,路径应该是相对的(/css/style.cssurl(/images/img.png) 或相对于 css 文件本身(../../images/img.png./otherstyle.css)这样,如果您正在查看 domain.com/ 或 domain,路径可以正常工作。 com/products/category/test。您可以尝试使用 firebug 来查看是否收到任何可能相关的 404 错误。

标签: html css wordpress wordpress-theming


【解决方案1】:

这是您的 html 的问题:

<link rel="stylesheet" type="text/css" media="all" href="http://imaspy/wordpress/wp-content/themes/imaspy/style.css" />
<link rel="pingback" href="http://imaspy/wordpress/xmlrpc.php" />
<link rel="alternate" type="application/rss+xml" title="I&#039;m A Spy &raquo; Feed" href="http://imaspy/wordpress/?feed=rss2" />
<link rel="alternate" type="application/rss+xml" title="I&#039;m A Spy &raquo; Comments Feed" href="http://imaspy/wordpress/?feed=comments-rss2" />

<script type='text/javascript' src='http://imaspy/wordpress/wp-includes/js/l10n.js?ver=20101110'></script>
<script type='text/javascript' src='http://imaspy/wordpress/wp-includes/js/jquery/jquery.js?ver=1.6.1'></script>
<link rel="EditURI" type="application/rsd+xml" title="RSD" href="http://imaspy/wordpress/xmlrpc.php?rsd" />
<link rel="wlwmanifest" type="application/wlwmanifest+xml" href="http://imaspy/wordpress/wp-includes/wlwmanifest.xml" /> 

var shadow = new google.maps.MarkerImage("http://imaspy/wordpress/wp-content/plugins/geolocation/img/wp_pin_shadow.png",

您需要将http://imaspy/ 替换为http://imaspy.com/

我认为在 wordpress 中您需要设置 Site URL 设置。

【讨论】:

  • 那是用 Wordpress 的 php 生成的动态内容......我不知道如何改变它。你确定这是问题所在?
  • 是的,在 WP Settings->General->Site address (URL) 的管理员中检查
  • 哇,我尝试进入 wp-admin,但页面没有打开...imaspy.com/wordpress/wp-admin.php...我不知道发生了什么
  • 我的整个 wordpress 都被顶起来了。我不知道从哪里开始
  • 您现在可能需要更改数据库中的某些内容。看来您必须按照某些步骤来更改网站网址,请参阅 here
猜你喜欢
  • 2017-01-04
  • 1970-01-01
  • 1970-01-01
  • 1970-01-01
  • 1970-01-01
  • 1970-01-01
  • 1970-01-01
  • 1970-01-01
  • 2020-02-01
相关资源
最近更新 更多