묻고답하기

    <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 남기남
벼뤼총총 글보기화면처럼 메인에 뿌려주는 방법 [2] 2016.07.12 by 벼뤼총총
starship 회원가입메뉴를 왜 숨겨놓으셨을까요.. [2] 2016.07.12 by starship
박라비 Jquery 에디터 충돌 문제... [2] 2016.07.12 by 박라비
살수천사 관리자 페이지 로그인이 안되는 현상에 대해 질문드립니다. [2] file 2016.07.12 by 살수천사
starship 회원가입폼 수정 [1] file 2016.07.12 by sejin7940
starship 회원 가입 메뉴 밖으로 끄집어내기 [5] 2016.07.13 by mAKEkr
별님왕자 #2038 , #500에러가 계속 발생해요. [5] 2016.07.13 by mAKEkr
미소천사그대 모바일 로그인 빈페이지 나오는현상 질문입니다 [5] 2016.07.13 by 닥터맨
starship v1.8.22를 사용중입니다 [1] 2016.07.13 by 디자인클립
AvAtAr board.view.php 파일에서 nick_name값을 가져오려면 어찌해야 하나요... [2] 2016.07.13 by AvAtAr
레몬사탕 코어버전 1.8.22 사용중 입니다  
단기종합 게시판상 정렬 질문 [1] 2016.07.13 by sejin7940
아기만세 글쓰기, 게시판 정보 변경도 mysql 에러가 발생하네요. [4] 2016.07.13 by 아기만세
미연조 위젯코드를 layout.html에 붙이면 백지가 되네요.ㅠ(혹시sftp 문제인가요?) [2] file 2016.07.13 by 미연조
fkjsdklls 스마트폰에서 pc화면 보기를 하면 [4] file 2016.07.13 by fkjsdklls
와우 contact us 게시판 필수기재항목 변경 file  
왕킥굳킥 sms관련 질문입니다. [1] file 2016.07.13 by mAKEkr
파털 게시판 '첨부' 안보이게 [2] 2016.07.13 by 파털
후밍 기존사이트에 XE 게시판을 적용시키고 싶습니다 [4] 2016.07.13 by 후밍
멜로디 네이버에서 사이트등록 소유확인관련. [1] 2016.07.13 by 마야
신비리 mysql 쿼리 문에 변수를 사용 할 수 있을까요? [2] 2016.07.13 by 신비리
김기정746 현제 코어 1.4버전 사용중입니다. 1.8로 업 예정 [1] 2016.07.13 by 휘즈
앙기모찌 메일전송 관련문제  
강이어멈 위에 xe메뉴 부분을 고치고 싶은데요.. [2] file 2016.07.14 by mAKEkr
비상9 [질문] 웹서버 처음접속이 너무 느려졌습니다. [15] 2016.07.14 by 휘즈
zartin 어떻게 하나요? [3] file 2016.07.14 by zartin
솜리 1.8.22에서 여러개의 파일을 업로드시 에러 발생 [3] file 2016.07.14 by 솜리
아쿠아d3033 XE에 업로드된 그림파일을 클릭시 뜨는 새창.. [2] 2016.07.14 by 아쿠아d3033
갤럭시탭 모바일 회원가입 시 생일 입력이 안됩니다. [1] 2016.07.14 by HowtoXE
아스타 위젯을 합치고 싶습니다. [1] 2016.07.14 by HowtoXE