Flex

사이트 설정 레이아웃확인용

작성자 정보

  • 관리자 작성
  • 작성일

컨텐츠 정보

본문

나리야 사이트설정시 레이아웃설정 레이아웃확인
1. /theme/BS4-Basic/adm/setup_form.php - 78Line 아래 코드 추가


jQuery("select.theme_layout").on("change", function() {
    var theme_layout = jQuery(this).val();
    if(theme_layout == 'ac') {
        $('.wrapper').removeClass('boxed boxed-a m-lg-auto');
        $('.wrapper').addClass('boxed boxed-a m-lg-auto');
    } else if(theme_layout == 'bc') {
        $('.wrapper').removeClass('boxed boxed-b m-lg-auto');
        $('.wrapper').addClass('boxed boxed-b m-lg-auto');
    } else {
        $('.wrapper').removeClass('boxed boxed-a m-lg-auto');
        $('.wrapper').removeClass('boxed boxed-b m-lg-auto');
        $('.wrapper').addClass('wided');
    }
});


2. select box 클레스(theme_layout) 추가

수정전



    <?php echo $sel_option ?>
    >와이드
    >박스 A
    >박스 B


수정후



    <?php echo $sel_option ?>
    >와이드
    >박스 A
    >박스 B

관련자료

댓글 0
등록된 댓글이 없습니다.
전체 259 / 9 페이지
번호
제목
이름

Favorites


최근글


새댓글


  • 댓글이 없습니다.
알림 0