채택완료

그누보드5- 회사(company)스킨에서 롤링배너 부분 수정질문입니다.

2015-08-13 (목) 13:36:41 3,560

그누보드5 롤링배너부분에서 4가지 사진이 돌아가는 데

4가지 사진을 바꿀려면 어떻게 해야하는 지 고수님들께 질문드립니다.

|

답변 5개 / 댓글 1개

채택된 답변
+20 포인트
2015-08-13 (목) 19:02:18

http://liberta1980.co-story.net/ 

theme/company/img

이미지 : 1444 * 647 px

theme/company/css/default.css 

Copy
#main_bn li.bn_bg1{background:url(../img/Hashima_Island_01.jpg) no-repeat 50% 50%; background-size: cover;display: table;-ms-filter: sizingMethod='scale' property}#main_bn li.bn_bg2{background:url(../img/Hashima_Island_02.jpg) no-repeat 50% 50%; background-size: cover;display: table;-ms-filter: sizingMethod='scale' property}#main_bn li.bn_bg3{background:url(../img/Hashima_Island_03.jpg) no-repeat 50% 50%; background-size: cover;display: table;-ms-filter: sizingMethod='scale' property}#main_bn li.bn_bg4{background:url(../img/Hashima_Island_04.jpg) no-repeat 50% 50%; background-size: cover;display: table;-ms-filter: sizingMethod='scale' property}

theme/company/index_head.php 

Copy
<div id="main_bn">        <ul class="bn_ul">            <li class="bn_bg1">                <div class="bn_wr">                    <div class="bn_txt">                        <h2>Hashima Island  <br></h2>                        <p>Native name: 端島<br>Nickname: Battleship Island</p>                    </div>                </div>            </li>            <li class="bn_bg2">                <div class="bn_wr">                    <div class="bn_txt">                        <h2>Hashima Island  <br></h2>                        <p>Native name: 端島<br>Nickname: Battleship Island</p>                    </div>                </div>            </li>            <li class="bn_bg3">                <div class="bn_wr">                    <div class="bn_txt">                        <h2>Hashima Island  <br></h2>                        <p>Native name: 端島<br>Nickname: Battleship Island</p>                    </div>                </div>            </li>            <li class="bn_bg4">                <div class="bn_wr">                    <div class="bn_txt">                        <h2>Hashima Island  <br></h2>                        <p>Native name: 端島<br>Nickname: Battleship Island</p>                    </div>                </div>            </li>        </ul>        <div class="bn_btn">            <a href="#" class="unslider-arrow prev">Previous slide</a>            <a href="#" class="unslider-arrow next">Next slide</a>        </div>    </div>
2015-08-13 (목) 18:15:54

답변 감사드립니다. 

4장면이 다 동일하게 돌아가잖아요?

그래서 4장면을 다 다른 사진으로 등록해서 사용하고 싶은 데

어떤식으로 하면 될지 알고 싶습니다. 

2015-08-13 (목) 15:34:37

theme/company/css/default.css 

'메인배너'를 찾아보세요.

이미지는

theme/​company/img/main_bn.jpg 

theme/company/tail.php 

아래의 스크립트 파일의 소스로 돌아가나봐요.

답변에 대한 댓글 1개

2015-08-13 (목) 21:49:45
자세한 설명 감사합니다.
덕분에 잘 해결되었습니다. ^^
2015-08-13 (목) 14:28:05

그누보드5  테마 중 컴퍼니 입니다. 

 http://theme.sir.co.kr/gnuboard5/demo/company

정확한 스킨 링크를 걸어주시면 고맙겠습니다. 

답변을 작성하려면 로그인이 필요합니다.