2012-02-22 4 views
0

のように(あなたが右上を見てみるとイメージといくつかのソーシャルメディアのアイコンがあるはず私は自分のサイトにいくつかの変更を作る過程にいるよ、と私はhttp://wpdallas.com/testアイコンと画像が表示されませんか?どんな考え?

でテストバージョンを実行していますよhttp://noahsdad.com/)しかし、私はそれが正しく表示されるように見えることはできません。何か案は?

ありがとうございました。

編集:ここで使用したI "M子テーマのCSSコードは、CSSがありますが、何らかの理由でそれが親CSSをオーバーライドしていない)

/* 
Theme Name: Standard Preview Child Theme 
Description: Standard is a meticulously designed and coded theme for professional blogging. It adapts to mobile devices and individual posts can be styled distinctly for words, images, quotes, links, videos, or statuses. It includes a light and dark style sheet and precision, zero-config SEO techniques are built-in. Visitors will love it. Search engines will love it. And you will love it. 
Author: 8BIT 
Template: Standard 
*/ 

@import url("../Standard/style.css"); 

.iframe { width:580px !important; height: 326px !important; } 

/* Social Updates */ 
#text-25 {position:relative;} 
#social   {background:url(http://wpdallas.com/test/wp-content/uploads/2012/02/noah-front-page-standard.jpg) no-repeat; height:300px; width:300px; position:relative;} 
.social_icon  {height:32px; width:32px; display:inline-block;} 
.social_trans  {height:32px; width:32px;} 
#social_dock  {position:absolute; top:70px; left:8px;} 
#social_dock a * {border:0;} 
#subscribe_dock  {position:absolute; bottom:12px; left:8px;} 
#social #facebook {background:url(http://noahsdad.com/wp-content/uploads/2012/02/social-sprite-2.png) no-repeat;} 
#social #twitter {background:url(http://noahsdad.com/wp-content/uploads/2012/02/social-sprite-2.png) no-repeat -32px 0px;} 
#social #youtube {background:url(http://noahsdad.com/wp-content/uploads/2012/02/social-sprite-2.png) no-repeat -64px 0px;} 
#social #rss  {background:url(http://noahsdad.com/wp-content/uploads/2012/02/social-sprite-2.png) no-repeat -96px 0px;} 
#social #pintrest {background:url(http://noahsdad.com/wp-content/uploads/2012/02/social-sprite-2.png) no-repeat -128px 0px;} 
#social #googleplus {background:url(http://noahsdad.com/wp-content/uploads/2012/02/social-sprite-2.png) no-repeat -160px 0px;} 

#email-subscription-box {width: 244px !important; text-algn:center; margin-top:15px;} 

/* Add Border Strip on Post Titles */ 
h2.title {font-size: 16px; line-height: 24px; border-left: 5px solid #2e3192; padding-left: 8px; 
    -webkit-transition-property: *; 
    -webkit-transition-duration: 1s; 
    -moz-transition-property: *; 
    -moz-transition-duration: 1s; 
    } 
h2.title:hover {border-left: 5px solid #d5145a; padding-left: 5px;} 

[css].bsap-wrapper { -moz-border-radius: 4px; -webkit-border-radius: 4px; background: #FFFFFF; border-radius: 4px; padding: 15px 0 10px 15px; } 
.bsap-wrapper .bsap a { margin-right: 17px; }[/css] 

.content iframe { width:580px; height: 326px; } 
+0

これは面白いです。こんにちはリック、あなたは私の妻グレッチェンをウェブで知っています。私たちの息子ジュリアンも特別なニーズです。何か1対1の助けが必要なら私に知らせてください。 tsherman57 gmail – mrtsherman

+0

うわー、それは面白いです!あなたは私のようなオタクですか?ハ、ハ。 (そしてあなたは私のCSSで何が起こっているか知っていますか?) –

+0

あなたはどんなソーシャルメディアのアイコンを参照していますか?私は一番黒いバーでいくつかを見ます。ノアの父親は、ソーシャルメディアのリンクを右手側のウィジェットのように見えます。ウィジェットを使用している場合は、ウィジェットを知る必要があります。また、http://wordpress.stackexchange.comについて知っておく必要があります。これはWP質問に答えるのが優れています.SOはプログラミングに関する質問に最適です。 – mrtsherman

答えて

0

絵が '読みください。こんにちは、私はノアとアイコンですが、あなたのCSSで背景画像が指定されていないため画像が表示されません。

NoahsDad.comでは、Hi I'm Noahの画像が表示されます次のCSS

#social { 
    background: url(http://noahsdad.com/wp-content/uploads/2012/02/bg2.jpg) no-repeat; 
    height: 260px; 
    width: 260px; 
    position: relative; 
} 

http://wpdallas.com/test/サイトにはこのCSSはまったく含まれていません。 CSSの参照が正しいことを確認してください。

更新:

あなたのCSSファイルは、この子テーマの正しいパス設定ではありませんWordpress docsによると

http://wpdallas.com/test/wp-content/themes/Standard-Child-Theme-1/style.css 

です。子のテーマは親のディレクトリに入れられます。

public_html 
    wp-content 
    themes (directory where all themes are) 
     twentyten (directory of our example parent theme, Twenty Ten) 
     twentyten-child (directory of our child theme; can be named anything) 
      style.css (required file in a child theme; must be named style.css) 

私はWPのAPIは、本当に私の強いスーツではありませんので、あなたがhttp://wordpress.stackexchange.comでこの質問を再投稿すべきだと思います。それはそうです:

私はStandard-Child-Theme-1と呼ばれる子供のテーマを持っています。そのためのstyle.cssファイルがロードされていません。私のサイトはhttp://wpdallas.com/testです。誰かがなぜそれが含まれていないのトラブルシューティングを手伝ってもらえますか?

+0

うん。私は自分のスタイルシートを見ていますが、そこにはこのCSSがあります。それは子供のテーマなので、私はそれに関係があるのだろうかと疑問に思っていますか?これは私のCSSの子供のテーマです。私のコードをここに挿入する方法を理解できません。インデントしようとすると「編集内容を保存」に行く..... .....? –

+0

Ok、@mrtsherman私はCSSを追加しました。 :) –

+0

ここにあります。 http://wpdallas.com/test/wp-content/themes/Standard-Child-Theme-1/style.css –

0

これらのアイコンが表示されているときに、同じ/類似の問題が発生しました。私のCSSは正しく設定されているように見えましたが、私はまだアイコンを見ていませんでした。

親テーマのフォルダ「images」を子テーマのフォルダにコピーして貼り付けると、すぐに問題が解決されました。

関連する問題