묻고답하기
모바일 댓글삭제버튼 이미지 겹침 문제
2014.12.03 00:06
아래는 제 사이트의 댓글창입니다.
모바일 레이아웃은 기본 XE 그레이 레이아웃 사용중입니다.
작동은 합니다만 위와 같이 이미지가 겹쳐있습니다.
어떻게 해결해야 할까요?? 도와주세요!
댓글 3
-
silhwang
2014.12.23 00:36
-
ㅊㄷㄱ
2014.12.23 04:05
default 폴더 안에 있는 comment.html에서
<a href="{getUrl('act','dispBoardDeleteComment','comment_srl',$comment->comment_srl)}" class="btn de">{$lang->cmd_delete}</a>
<!--@endif-->
<a href="{getUrl('act','dispBoardReplyComment','comment_srl',$comment->comment_srl)}" class="btn re">{$lang->cmd_reply}</a>
{@ $start = false }
{@ $depth = $comment->get('depth') }
</span>
이부분을
<a href="{getUrl('act','dispBoardDeleteComment','comment_srl',$comment->comment_srl)}">삭제</a>
<!--@endif-->
<a href="{getUrl('act','dispBoardReplyComment','comment_srl',$comment->comment_srl)}">댓글</a>
{@ $start = false }
{@ $depth = $comment->get('depth') }
</span>
이렇게 바꿔주세요
-
silhwang
2015.01.24 21:51
이슈가 있었네요.
https://github.com/xpressengine/xe-core/commit/9fb5f8b55820d0444e0a9cfdbbd3d54273e2fdd3
요거 참고하세요. ^^
전 잘 해결됐습니다.
혹시 해결하셨는지요? 저도 동일 증상인지라... ㅠㅠ