솔소님이 올리신 그누보드 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
댓글 7개
너무 좋은 테마, 간혹 데이터를 읽다 말거나 이상하게 엉켜 나오는 경우
<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 도 적용해야 합니다.
저 그누보드 처음해보는데 이 테마 적용하고 나면 관리자 페이지에서 쇼핑몰바로가기 누르면 "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" 이런 오류가 나더라구요. 혹시 해결방법 아시는 분 있나요?
게시글 목록
| 번호 | 제목 |
|---|---|
| 8065 | |
| 8059 | |
| 8049 | |
| 8046 | |
| 8042 | |
| 8038 | |
| 8011 | |
| 7965 | |
| 7928 | |
| 7855 | |
| 7835 | |
| 7815 |
댓글 작성
댓글을 작성하시려면 로그인이 필요합니다.
로그인하기