[그누보드5.5] mango 반응형 정보
[그누보드5.5] mango 반응형관련링크
첨부파일
테스트한 버전5.5.7
호환 가능 버전5.5 이상
본문
솔소님이 올리신 그누보드 5.3 버전용 mango 테마를 그누보드 5.5 에 호환되게 수정했습니다.
이 테마는 그누보드 5.4 버전 이상에서만 사용가능합니다.
그누보드 5.3 버전용 mango 테마 : https://sir.kr/g5_theme/3426
그누보드 5.3 버전용 mango 테마 : https://sir.kr/g5_theme/5236
테마적용방법 : http://sir.kr/faq/57
추천
3
3
댓글 전체
김사합니다.
5.4에서 사용중인데 업글과 함께 고려해보겠습니다.
거듭 감사합니다.
5.4에서 사용중인데 업글과 함께 고려해보겠습니다.
거듭 감사합니다.
감사합니다.
너무 좋은 테마, 간혹 데이터를 읽다 말거나 이상하게 엉켜 나오는 경우
<script>
$('.latest_wr').show().waterfall({
// top offset
top : false,
// the container witdh
w : false,
// the amount of columns
col : false,
// the space bewteen boxes
gap : 15,
// breakpoints in px
// 0-400: 1 column
// 400-600: 2 columns
// 600-800: 3 columns
// 800-1000: 4 columns
gridWidth : [0,600,790,970,],
// the interval to check the screen
refresh: 500,
timer : false,
// execute a function as the page is scrolled to the bottom
scrollbottom : false
});
$("#wrapper").addClass("idx_wrp");
</script>
여기서 refresh: 500, timer : false, 설정되게 바꿔주시면 됩니다.
mobile/index.php 그리고 skin 에 list 도 적용해야 합니다.
<script>
$('.latest_wr').show().waterfall({
// top offset
top : false,
// the container witdh
w : false,
// the amount of columns
col : false,
// the space bewteen boxes
gap : 15,
// breakpoints in px
// 0-400: 1 column
// 400-600: 2 columns
// 600-800: 3 columns
// 800-1000: 4 columns
gridWidth : [0,600,790,970,],
// the interval to check the screen
refresh: 500,
timer : false,
// execute a function as the page is scrolled to the bottom
scrollbottom : false
});
$("#wrapper").addClass("idx_wrp");
</script>
여기서 refresh: 500, timer : false, 설정되게 바꿔주시면 됩니다.
mobile/index.php 그리고 skin 에 list 도 적용해야 합니다.
같은 증상때문에 고민을 하고 있었는데 적용해 보았습니다.
그래도 아직 뭔가 이상하게 화면이 잡히네요. 새로고침을 하면 정상적으로 바뀝니다. 처음 불러올때 푸터를 제대로 위치 잡지 못하는 증상이 계속이네요. 고민입니다.
그래도 아직 뭔가 이상하게 화면이 잡히네요. 새로고침을 하면 정상적으로 바뀝니다. 처음 불러올때 푸터를 제대로 위치 잡지 못하는 증상이 계속이네요. 고민입니다.
mango2/mobile/skin/board/basic/list.skin.php 여기도 바꿔보세요
같은 문제로 고민했습니다, 저는 refresh: 600으로 설정했습니다.
저 그누보드 처음해보는데 이 테마 적용하고 나면 관리자 페이지에서 쇼핑몰바로가기 누르면 "Warning: require_once(/var/www/warm_up/theme/mango/shop/index.php): Failed to open stream: No such file or directory in /var/www/warm_up/shop/index.php on line 5 Fatal error: Uncaught Error: Failed opening required '/var/www/warm_up/theme/mango/shop/index.php' (include_path='.:/usr/share/pear:/usr/share/php') in /var/www/warm_up/shop/index.php:5 Stack trace: #0 {main} thrown in /var/www/warm_up/shop/index.php on line 5" 이런 오류가 나더라구요. 혹시 해결방법 아시는 분 있나요?