简体   繁体   English

WP样式问题

[英]WP styling issue

I've made a theme for my new site and trying to upload it on my live site for testing and kind having an issue with the styling. 我已经为新网站制作了一个主题,然后尝试将其上传到我的实时网站上进行测试,并发现样式存在问题。 I used a different stylesheet for my own theme which is in a different folder however that worked fine on localmachine, so I thought I'd try to import it in WP style.css but still the same. 我为自己的主题使用了不同的样式表,该样式表位于不同的文件夹中,但在localmachine上运行良好,因此我认为我尝试将其导入WP style.css,但仍然相同。

this is how I link my css: 这就是我链接CSS的方式:

<link rel="stylesheet" href="<?php echo get_template_directory_uri(); ?>/stylesheets/style.css" />

Local test: 本地测试: 在此处输入图片说明

Live one: 住一个: 在此处输入图片说明

A Lot of things can be happened. 很多事情都会发生。 Try see in ur console in browser (f12 chrome or fox). 尝试在浏览器的ur控制台中查看(f12 chrome或fox)。 安慰

if u get error: 如果您收到错误:

错误

Try browse source. 尝试浏览源。 But it can be just a cache trouble. 但这可能只是缓存问题。 Try Ctrl + F5 on ur page - this will be reload page without caching. 在您的页面上尝试按Ctrl + F5-这将重新加载页面而不进行缓存。 Also check images exists on ur server, try use absolute path. 另外请检查您的服务器上是否存在图片,请尝试使用绝对路径。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM