我沒有任何緩存插件,CSS是的WordPress不會顯示最新的CSS
#featured { border-bottom: 1px solid #ffffff; background: #000000; height: 300px; overflow: hidden; }
div.slide { height: 300px; position: relative; }
div.overlay, div.top-overlay { background:url("images/dropshadow.png") repeat-x bottom left; bottom:0; height:22px; left:0; position:absolute; width:100%; }
div.top-overlay { background:url("images/top-overlay.png") repeat-x bottom left; top: 0px; height: 43px; }
.slide .description { background:url("images/overlay.png") no-repeat scroll 0 0 transparent; float:right; height:276px; margin-top:6px; padding:18px 68px 0 50px; width:342px; }
.description h2.title { font-weight: bold; font-size: 36px; padding-top:3px; }
.description h2.title a { color: #ffffff; text-shadow: 2px 2px 2px #000000; }
.description h2.title a:hover { color: #eeeeee; text-decoration: none; }
.description p.tagline { font-size: 14px; font-family: Georgia, serif; font-style: italic; color: #4f4f4f; padding: 7px 0px 4px; }
.description p.tagline a { color: #4f4f4f; }
.description p.tagline a:hover { color: #7c7c7c; text-decoration: none; }
.description p { line-height: 19px; }
.slide a.readmore { background:url(images/featured-readmore-right.png) no-repeat scroll right bottom; display:block; float:left; height:31px; line-height:32px; padding-right:11px; color: #ffffff; text-shadow: 1px 1px 1px #0080bd; margin-top:8px; }
.slide a.readmore span { background:url(images/featured-readmore-left.png) no-repeat; display:block; padding: 0px 4px 0px 15px; }
a#prevlink, a#nextlink { position:absolute; bottom:-2px; right:0; height: 40px; text- indent: -9999px; display: block; z-index: 1000; }
a#prevlink { right: 80px; background: url(images/arrow-left.png) no-repeat; width: 81px; }
a#nextlink { width: 80px; background: url(images/arrow-right.png) no-repeat; }
Ofcourse沒有什麼是錯的代碼。它似乎只是缺少一個更新網頁緩存的功能。代碼是它應該如何,但是當我的瀏覽器從我的網頁上讀取它時,我得到這個鏈接wp-content/themes/TheSource/style.css:284而不是wp-content/themes/TheSource/style.css這是我的主要問題是因爲我無法編輯我的滑塊上的簡單圖像來完成我想要的操作。我知道,這發生在我身上的一個小部件,我看着谷歌,並找到了一個函數添加因爲我得到了像wp-content/themes/TheSource/style.css?ver:248之前,現在它脫掉了?ver但我需要一些能夠讓我更新我的主題的東西,以便我可以自定義它。
通常情況下,通過縮短您的代碼並使其符合要點,您將有更好的機會獲得所需的答案,並加快速度。嘗試刪除不直接涉及問題發生部分的任何代碼,或嘗試製作簡化的類似代碼,以便爲您展示相同的問題。 – Joeytje50