묻고답하기

    <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 남기남
무무3 익명 코멘트 번호 매기는 방법에 추가 질문이 있습니다!! [2] 2016.08.11 by 무무3
iiiizx**** xe는 서버환경이 어떻게 되는지 가르쳐주실분 [1] 2016.08.11 by SimpleCode
흑벌 로그인 위젯, 익스플로러에서 로그인이 안 되는 문제 [2] 2016.08.11 by 승주짱
JINJINLIFE 일반 php문서 비회원 접근 막기 [4] 2016.08.11 by JINJINLIFE
94blossom 배경 사진 어떻게 변경하나요? [2] file 2016.08.10 by 94blossom
맛있는우유 dx 리뷰게시판 별점 표기 오류 관련... [6] 2016.08.10 by 맛있는우유
Mandelvrot 추천 시 "잘못된 요청" 이라고 오류 메세지가 뜹니다. [1] 2017.05.27 by Mandelvrot
택군82 xe contact 메일발송시 제목수정...  
iiiizx**** 디비이전 하는방법좀 가르쳐주실분 [1] 2016.08.10 by ppumweb
슈퍼곰미 XE 위지에디터에서 글자크기를 추가하고 싶습니다. file  
소소양 회원가입 나이제한 질문합니다. [1] 2016.08.10 by 라자루스
우무리5692b 스케치북5 게시판사용시 문제가..  
집귀신 XE 로그인 불가 및 대시보드 깨짐 현상 file  
frankman 내컴퓨터에서 백업파일 재생하기 file  
jiro**** 멀티미디어 링크 개조 ver. 1.2.0  
소소양 '이 게시물을' 관련 xe 초보 도와주세요 [2] file 2016.08.09 by 소소양
94blossom 데모 버전 하단 수정 도와주세요 file  
이창용 모바일 게시판 사진첨부 기능.. [1] 2016.08.09 by sejin7940
댑펑 글에 달려있는 댓글 전체 삭제하는 방법 질문 [1] 2016.08.09 by sejin7940
카난 안녕하세요. 게시글 작성시 사용하는 '각주' 기능을 찾을 수 있을까요? [3] 2016.08.09 by 카난
SKB xe 버전 업그레이드 중 오류 도와주세요 [2] 2016.08.09 by 기진곰
생컨38889 글 삭제시 포인트 감소. 이후에 휴지통 비우기시 다시한번 포인트감소? [2] 2016.08.09 by 휘즈
미미미2 글쓰기 에디터를 textarea로 바꿀 수 있을까요? [2] 2016.08.09 by 미미미2
생컨38889 사이트 이용간 유저들의 포인트가 계속 하락하고있습니다. [4] 2016.08.09 by 생컨38889
nado0124 지도 에디터로 구글 지도를 로드하지 못하고 있습니다. [10] file 2016.08.09 by 멍멍
진성진성 사이트와 블로그 동시 포스팅 php 질문  
jiro**** xe로 홈페이지를 만들었는데요.. [1] 2016.08.09 by ppumweb
iiiizx**** 서버 이전 후 xe.current_lang = "ko"; 스크립트 에러가 납니다.  
FD 닉네임 입력란을 지우고 싶어요 ㅠ [2] file 2016.08.09 by FD
미미미2 관리자와 회원 프로필 이미지 다르게 설정하는 방법 [4] 2016.08.09 by 미미미2