ocean-gallery 최신글 사이즈 조정문의

1. 원하는 구현은 최신글 불러왔는데 사이즈 조정하려구요 

/wordpress/wp-content/plugins/kboard/skin/ocean-gallery/latest.php 여기 경로에서 

latest.php 파일에서 getThumbnail(220, 155)); 수정하는거 맞지요 그런데, 사이즈가 안늘어나서요 https://ibb.co/ZMbJdLB 보시면 이미지가 너무 작아서요 이미지 가로 220으로 세로 155로 크게 하고싶어서요

<div id="kboard-ocean-gallery-latest">
    <?php while($content = $list->hasNext()):?>
        <a href="<?php echo $url->getDocumentURLWithUID($content->uid)?>">
            <div class="kboard-ocean-gallery-latest-item">
                <div class="kboard-ocean-gallery-latest-thumbnail"><?php if($content->getThumbnail(220, 155)):?><img src="<?php echo $content->getThumbnail(220, 155)?>" style="width:100%;height:100%" alt=""><?php else:?><div class="kboard-no-image"><i class="icon-picture"></i></div><?php endif?></div>
                <div class="kboard-ocean-gallery-latest-title kboard-ocean-gallery-cut-strings"><?php echo $content->title?></div>
            </div>
        </a>
    <?php endwhile?>
</div>

 

--------------------

2. 그리고 또다른 부분인데요 /wordpress/wp-content/plugins/kboard/skin/ocean-gallery/style.css

https://ibb.co/ZMbJdLB 여기 보시면 최신글 불러오긴했는데 이미지 아래 글씨부분도 없애려는데 없어지지가 않아서요

#kboard-ocean-gallery-latest .kboard-ocean-gallery-latest-title {  display:none;}

style.css 여기 파일파일에서 해당 소스 display:none 줬는데 숨겨지지도 않구요

 

css, php  모두 안먹어서요

 

왜그런지 알수없을까요ㅠㅠㅠ 

튜닝을 하고 싶은데 ftp파일에 업로드는 되는데 케이보드 게시판 최신글부분이 적용이 안됩니다ㅠ 

 

 

좋은 정보와 인맥을 동시에, 워드프레스 사용자 단톡방 참여하기
워드프레스 에러 기술지원 서비스 전문가에게 맡기세요
워드프레스 에러 기술지원 서비스 전문가에게 맡기세요