묻고답하기

    <load target="bootstrap.min.css" />
    <load target="./js/jquery-1.9.1.min.js" />
    <load target="./bootstrap.min.js" />
    <load target="./docs.min.js" />
    <load target="./ie10-viewport-bug-workaround.js" />
    <load target="./js/jssor.slider.mini.js" />

     <script type="text/javascript">
        jQuery(document).ready(function ($) {

            var options = {
                FillMode: 2,                                       //[Optional] The way to fill image in slide, 0 stretch, 1 contain (keep aspect ratio and put all inside slide), 2 cover (keep aspect ratio and cover whole slide), 4 actual size, 5 contain for large image, actual size for small image, default value is 0
                $AutoPlay: true,                                    //[Optional] Whether to auto play, to enable slideshow, this option must be set to true, default value is false
                $Idle: 4000,                            //[Optional] Interval (in milliseconds) to go for next slide since the previous stopped if the slider is auto playing, default value is 3000
                $PauseOnHover: 1,                                   //[Optional] Whether to pause when mouse over if a slider is auto playing, 0 no pause, 1 pause for desktop, 2 pause for touch device, 3 pause for desktop and touch device, 4 freeze for desktop, 8 freeze for touch device, 12 freeze for desktop and touch device, default value is 1

                $ArrowKeyNavigation: true,                          //[Optional] Allows keyboard (arrow key) navigation or not, default value is false
                $SlideEasing: $JssorEasing$.$EaseOutQuint,          //[Optional] Specifies easing for right to left animation, default value is $JssorEasing$.$EaseOutQuad
                $SlideDuration: 800,                               //[Optional] Specifies default duration (swipe) for slide in milliseconds, default value is 500
                $MinDragOffsetToSlide: 20,                          //[Optional] Minimum drag offset to trigger slide , default value is 20
                //$SlideWidth: 600,                                 //[Optional] Width of every slide in pixels, default value is width of 'slides' container
                //$SlideHeight: 300,                                //[Optional] Height of every slide in pixels, default value is height of 'slides' container
                $SlideSpacing: 0,                                   //[Optional] Space between each slide in pixels, default value is 0
                $Cols: 1,                                  //[Optional] Number of pieces to display (the slideshow would be disabled if the value is set to greater than 1), the default value is 1
                $ParkingPosition: 0,                                //[Optional] The offset position to park slide (this options applys only when slideshow disabled), default value is 0.
                $UISearchMode: 1,                                   //[Optional] The way (0 parellel, 1 recursive, default value is 1) to search UI components (slides container, loading screen, navigator container, arrow navigator container, thumbnail navigator container etc).
                $PlayOrientation: 1,                                //[Optional] Orientation to play slide (for auto play, navigation), 1 horizental, 2 vertical, 5 horizental reverse, 6 vertical reverse, default value is 1
                $DragOrientation: 1,                                //[Optional] Orientation to drag slide, 0 no drag, 1 horizental, 2 vertical, 3 either, default value is 1 (Note that the $DragOrientation should be the same as $PlayOrientation when $Cols is greater than 1, or parking position is not 0)
              
                $BulletNavigatorOptions: {                          //[Optional] Options to specify and enable navigator or not
                    $Class: $JssorBulletNavigator$,                 //[Required] Class to create navigator instance
                    $ChanceToShow: 2,                               //[Required] 0 Never, 1 Mouse Over, 2 Always
                    $AutoCenter: 1,                                 //[Optional] Auto center navigator in parent container, 0 None, 1 Horizontal, 2 Vertical, 3 Both, default value is 0
                    $Steps: 1,                                      //[Optional] Steps to go for each navigation request, default value is 1
                    $Rows: 1,                                      //[Optional] Specify lanes to arrange items, default value is 1
                    $SpacingX: 8,                                   //[Optional] Horizontal space between each item in pixel, default value is 0
                    $SpacingY: 8,                                   //[Optional] Vertical space between each item in pixel, default value is 0
                    $Orientation: 1,                                //[Optional] The orientation of the navigator, 1 horizontal, 2 vertical, default value is 1
                    $Scale: false                                   //Scales bullets navigator or not while slider scale
                },

                $ArrowNavigatorOptions: {                           //[Optional] Options to specify and enable arrow navigator or not
                    $Class: $JssorArrowNavigator$,                  //[Requried] Class to create arrow navigator instance
                    $ChanceToShow: 1,                               //[Required] 0 Never, 1 Mouse Over, 2 Always
                    $AutoCenter: 2,                                 //[Optional] Auto center arrows in parent container, 0 No, 1 Horizontal, 2 Vertical, 3 Both, default value is 0
                    $Steps: 1                                       //[Optional] Steps to go for each navigation request, default value is 1
                }
            };

            var jssor_slider1 = new $JssorSlider$("slider1_container", options);

            //responsive code begin
            //you can remove responsive code if you don't want the slider scales while window resizing
            function ScaleSlider() {
                var bodyWidth = document.body.clientWidth;
                if (bodyWidth)
                    jssor_slider1.$ScaleWidth(Math.min(bodyWidth, 1920));
                else
                    window.setTimeout(ScaleSlider, 30);
            }
            ScaleSlider();

            $(window).bind("load", ScaleSlider);
            $(window).bind("resize", ScaleSlider);
            $(window).bind("orientationchange", ScaleSlider);
            //responsive code end
        });
    </script>


    <!-- NAVBAR
    ================================================== -->
    <style>
        /* use navbar-wrapper to wrap navigation bar, the purpose is to overlay navigation bar above slider */
        .navbar-wrapper {
            position: absolute;
            top: 20px;
            left: 0;
            width: 100%;
            height: 51px;
        }
        .navbar-wrapper > .container {
            padding: 0;
        }

        @media all and (max-width: 768px ){
            .navbar-wrapper {
                position: relative;
                top: 0px;
            }
        }
    </style>
    <div class="navbar-wrapper">
        <div class="container">
            <nav class="navbar navbar-inverse navbar-static-top" role="navigation" style="margin-bottom: 0px; ">
                <div class="container">
                    <div class="navbar-header">
                        <button type="button" class="navbar-toggle collapsed" data-toggle="collapse" data-target="#navbar" aria-expanded="false" aria-controls="navbar">
                            <span class="sr-only">Toggle navigation</span>
                            <span class="icon-bar"></span>
                            <span class="icon-bar"></span>
                            <span class="icon-bar"></span>
                        </button>
                        <a class="navbar-brand" href="../index">어스토어</a>
                    </div>
                    <div id="navbar" class="navbar-collapse collapse">
                        <ul class="nav navbar-nav">
                           <li loop="$global_menu->list=>$key1,$val1" class="active"|cond="$val1['selected']">
                              <a href="{$val1['href']}" target="_blank"|cond="$val1['open_window']=='Y'">{$val1['link']}</a>
                            </li>
                        </ul>
                    </div>
                </div>
            </nav>

        </div>
    </div>

    <div style="min-height: 50px; display:block; margin-top: -20px;">
        <!-- Jssor Slider Begin -->
        <!-- To move inline styles to css file/block, please specify a class name for each element. --> 
        <!-- ================================================== -->
        <div id="slider1_container" style="visibility: hidden; position: relative; margin: 0 auto;
        top: 0px; left: 0px; width: 1300px; height: 500px; overflow: hidden;">
            <!-- Loading Screen -->
            <div u="loading" style="position: absolute; top: 0px; left: 0px;">
                <div style="filter: alpha(opacity=70); opacity: 0.7; position: absolute; display: block;
                top: 0px; left: 0px; width: 100%; height: 100%;">
                </div>
                <div style="position: absolute; display: block; background: url(./img/loading.gif) no-repeat center center;
                top: 0px; left: 0px; width: 100%; height: 100%;">
                </div>
            </div>
            <!-- Slides Container -->
            <div u="slides" style="cursor: move; position: absolute; left: 0px; top: 0px; width: 1300px; height: 500px; overflow: hidden; display:block; ">
                <div>
                    <img u="image" src2="./img/1920/slide01.jpg" />
                </div>
                <div>
                    <img u="image" src2="./img/1920/slide02.jpg" />
                </div>
                <div>
                    <img u="image" src2="./img/1920/slide03.jpg" />
                </div>
                <div>
                    <img u="image" src2="./img/1920/slide04.jpg" />
                </div>
            </div>
            
            <!--#region Bullet Navigator Skin Begin -->
            <!-- Help: http://www.jssor.com/tutorial/set-bullet-navigator.html -->
            <style>
                /* jssor slider bullet navigator skin 21 css */
                /*
                .jssorb21 div           (normal)
                .jssorb21 div:hover     (normal mouseover)
                .jssorb21 .av           (active)
                .jssorb21 .av:hover     (active mouseover)
                .jssorb21 .dn           (mousedown)
                */
                .jssorb21 {
                    position: absolute;
                }
                .jssorb21 div, .jssorb21 div:hover, .jssorb21 .av {
                    position: absolute;
                    /* size of bullet elment */
                    width: 19px;
                    height: 19px;
                    text-align: center;
                    line-height: 19px;
                    color: white;
                    font-size: 12px;
                    background: url(./img/b21.png) no-repeat;
                    overflow: hidden;
                    cursor: pointer;
                }
                .jssorb21 div { background-position: -5px -5px; }
                .jssorb21 div:hover, .jssorb21 .av:hover { background-position: -35px -5px; }
                .jssorb21 .av { background-position: -65px -5px; }
                .jssorb21 .dn, .jssorb21 .dn:hover { background-position: -95px -5px; }
            </style>
            <!-- bullet navigator container -->
            <div u="navigator" class="jssorb21" style="bottom: 26px; right: 6px;">
                <!-- bullet navigator item prototype -->
                <div u="prototype"></div>
            </div>
            <!--#endregion Bullet Navigator Skin End -->
            
            <!--#region Arrow Navigator Skin Begin -->
            <!-- Help: http://www.jssor.com/tutorial/set-arrow-navigator.html -->
            <style>
                /* jssor slider arrow navigator skin 21 css */
                /*
                .jssora21l                  (normal)
                .jssora21r                  (normal)
                .jssora21l:hover            (normal mouseover)
                .jssora21r:hover            (normal mouseover)
                .jssora21l.jssora21ldn      (mousedown)
                .jssora21r.jssora21rdn      (mousedown)
                */
                .jssora21l, .jssora21r {
                    display: block;
                    position: absolute;
                    /* size of arrow element */
                    width: 55px;
                    height: 55px;
                    cursor: pointer;
                    background: url(./img/a21.png) center center no-repeat;
                    overflow: hidden;
                }
                .jssora21l { background-position: -3px -33px; }
                .jssora21r { background-position: -63px -33px; }
                .jssora21l:hover { background-position: -123px -33px; }
                .jssora21r:hover { background-position: -183px -33px; }
                .jssora21l.jssora21ldn { background-position: -243px -33px; }
                .jssora21r.jssora21rdn { background-position: -303px -33px; }
            </style>
            <!-- Arrow Left -->
            <span u="arrowleft" class="jssora21l" style="top: 123px; left: 8px;">
            </span>
            <!-- Arrow Right -->
            <span u="arrowright" class="jssora21r" style="top: 123px; right: 8px;">
            </span>
            <!--#endregion Arrow Navigator Skin End -->
            <a style="display: none" href="http://www.jssor.com">Bootstrap Carousel</a>
        </div>
        <!-- Jssor Slider End -->
    </div>

    <!-- Marketing messaging and featurettes
    ================================================== -->
    <!-- Wrap the rest of the page in another container to center all the content. -->

    <div class="container marketing">

        <hr class="featurette-divider">

        <div class="row featurette">
            <div class="col-md-7">
              <img src="img/widget.png">
            </div>
             <div class="col-md-5">
             <p>2차매뉴(4개가 제일 적당)</p>
                <ul loop="$global_menu->list=>$key1,$val1" cond="$val1['selected'] && $val1['list']" style="list-style : none;">
                    <li loop="$val1['list']=>$key2,$val2" class="active"|cond="$val2['selected']" style="display:inline; margin-right: 10px;">
                        <a href="{$val2['href']}" target="_blank"|cond="$val2['open_window']=='Y'">{$val2['link']}</a>
                            <ul cond="$val2['list']">
                                <li loop="$val2['list']=>$key3,$val3" class="active"|cond="$val3['selected']">
                                    <a href="{$val3['href']}" target="_blank"|cond="$val3['open_window']=='Y'">{$val3['link']}</a>
                                </li>
                            </ul>
                    </li>
                 </ul>
            </div>
        </div>

        <hr class="featurette-divider">

        <div class="row featurette">
            <div class="content">
                {$content}
            </div>
        </div>

        <hr class="featurette-divider">

        <div class="row featurette">
            <div class="footer">
                PMPMPMPMP
            </div>
        </div>

        <hr class="featurette-divider">

        <!-- /END THE FEATURETTES -->
        <!-- FOOTER -->
        <footer>
            <p class="pull-right"><a href="#">최상단으로</a></p>
            <p>© ASTORE KOREA 2016 ~ 2016 · <a href="#">ASTORE</a> · </p>
        </footer>

    </div><!-- /.container -->

    <!-- Bootstrap core JavaScript
    ================================================== -->
    <!-- Placed at the end of the document so the pages load faster -->

 

 

 

 

대략 이렇게 생겼는데 슬라이드는 보이는데 대신 에디터가 오류가 나네요..

http://akor.sfuh.tk/

글쓴이 제목 최종 글
XE 공지 글 쓰기,삭제 운영방식 변경 공지 [16] 2019.03.05 by 남기남
thdwjdtjr 네이버 웹마스터도구에서 웹페이지 수집요청 문의 드립니다. [1] file 2016.08.22 by SimpleCode
살소리 분류미선택 글쓰기 가능한방법없나요? [2] 2016.08.21 by 살소리
LANDC 1.8.24 업데이트후 알림센터LITE 에러... 도와주세요 부탁드립니다. [2] 2016.08.21 by LANDC
미미미2 운영자가 회원한테 발송한 쪽지 취소할 수 없을까요? [2] 2016.08.21 by 미미미2
디카 위젯 질문 드립니다~ [2] file 2016.08.21 by 디카
페르미오스 member 관련 php 출력 고수님 좀 봐주세요 [1] 2016.08.21 by sejin7940
페르미오스 member_srls 이건 도대체 머죠? member_srl 은 디비에도 있어서 아는대 [2] 2016.08.21 by 페르미오스
초보자 관리자페이지 순방문자수 통계(그래프) 오류  
댑펑 외부 php 파일에서 logged_info 를 가져오려면 어떻게 해야 하나요..? [2] 2016.08.21 by 댑펑
가르송 사이트 반응형 제거 하는방법은.. [2] 2016.08.21 by 가르송
홍찬 유튜브(youtube) 모듈 모바일 스킨에서 재생이 안됩니다, file  
도토리맘 500 error 미국 1and1 호스팅 [1] 2016.08.20 by NOVCUBE
갤럭시탭 아이템 기능 문의 [1] 2016.08.20 by HowtoXE
야야야료 어떤레이아웃을 사용했는지 아시는분 계신가요? [2] 2016.08.20 by 야야야료
dupont 게시판에 글을 작성할때 db관련 오류 메시지가 뜹니다 [2] 2016.08.20 by 실로암
쭈박이 애드몹 관련 질문 드립니다!!  
kyurae 게시판 글 순서 변경 [3] 2016.08.19 by 쟈마쿤
가카 버추얼 호스트?관련인데 도와주세요... [3] 2016.08.19 by 불금
살소리 (추천>비추천시 이동)추천모듈 소스 수정관련 질문드립니다. file  
제로보드처음써요 xe폴더중에 cache파일을 삭제해도 문제가 없나요? [2] file 2016.08.19 by 기진곰
sd**** 암호화 전송 JS를 어디에 추가 하나요? [1] file 2016.08.19 by 기진곰
사계절 XE설치중 DB에 연결할수 없습니다란 오류가 뜹니다, 도와주세요. [5] file 2016.08.19 by 사계절
정음이 확장변수 합계 및 if 출력관련 질문입니다. [1] 2016.08.19 by 얄리뽀
이문이100 캐쉬충전 모듈 혹시 있을까요? [1] 2016.08.19 by 라자루스
기만1988 oops <- 이거 어디서 수정할 수 있을까요? ㅎㅎ [1] 2016.08.19 by sejin7940
갤럭시탭 분류를 관리자만 선택 가능하도록 못하나요? [1] 2016.08.19 by sejin7940
sd**** 로그인 정보에 이전접속 IP표기는 어떻게? [2] 2016.08.19 by sd****
그대사랑가을사랑 모바일에서 접속이 안돼요.  
verysery 레이아웃 추천부탁드릴께요~!  
핏빛노을 xe\files 폴더 권한이 nobody로 설정되어 삭제가 안됩니다. [3] 2016.08.19 by 그대사랑가을사랑