2012-02-22 5 views
0

은 내 사이트에 몇 가지 변화를 만드는 과정에있어, 당신은에서와 같이 (이미지 및 일부 소셜 미디어 아이콘이 있어야 오른쪽 상단을 보면 나는 http://wpdallas.com/test아이콘과 그림이 나타나지 않습니까? 왜 그런가?

에서 테스트 버전을 실행하는거야 http://noahsdad.com/)하지만 제대로 표시되지는 않습니다. 어떤 아이디어?

감사합니다.

편집 :. 여기에 내가 "사용하고 있습니다 자식 테마의 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

너무 재미 있습니다. 안녕, 릭, 웹을 통해 내 아내 그레첸을 알지. 우리 아들 줄리안은 특별한 도움이 필요합니다. 어떤 일대일 도움이 필요하면 알려주세요. tsherman57 gmail – mrtsherman

+0

와우, 재밌 네요! 너 나 같은 괴상한 사람이야? 하, 하. (그리고 내 CSS로 무슨 일이 일어나고 있는지 아십니까?) –

+0

어떤 소셜 미디어 아이콘을 말하는 겁니까? 가장 검은 색 막대에서 맨 위에있는 것을 보았습니다. 노아의 아빠에게 나는 오른쪽 사이드 위젯 인 것처럼 보이는 것에 소셜 미디어 링크를 보았습니다. 위젯을 사용하고 있다면 위젯을 알아야합니다. 또한 WP에 대한 질문에 답하는 것이 더 나은 http://wordpress.stackexchange.com을 알고 있어야합니다. 그렇기 때문에 프로그래밍 질문에 가장 적합합니다. – mrtsherman

답변

0

'. 안녕하세요, Noah입니다. 또한 아이콘이 있습니다. 배경 이미지가 CSS에 지정되어 있지 않아 이미지가 표시되지 않습니다.

NoahsDad.com에서 안녕하세요. 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

좋아, @ mrtsherman 나는 CSS를 추가했습니다. :) –

+0

여기 있습니다. http://wpdallas.com/test/wp-content/themes/Standard-Child-Theme-1/style.css –

0

이 아이콘이 표시되는 것과 비슷하거나 비슷한 문제가있었습니다. CSS가 올바르게 설정되어있는 것 같았지만 여전히 아이콘이 표시되지 않았습니다.

상위 테마의 폴더 "이미지"를 하위 테마의 폴더에 복사하여 붙여 넣으면 즉시 문제가 해결되었습니다.

관련 문제