채택완료

소스질문좀드리겠습니다.

2018-07-17 (화) 16:49:20 1,934

안녕하세요 질문좀 드리겠습니다

아래소스는  모바일버전 head.php 에 있는 기본소스인데요 

누르면 슬라이드 메뉴가 나오게끔 하는건데 

저소스를 그대로 게시판에서 사용할려고하는데 

클릭하면 슬라이드메뉴가 안나오는데 왜그런걸까요 ㅠㅠ?

저소스만가지고 head.php에 적용할시에는 또 잘됩니다 

Copy
<button type="button" id="user_btn" class="hd_opener"><i class="fa fa-user" aria-hidden="true"></i><span class="sound_only">사용자메뉴</span></button>
        <div class="hd_div" id="user_menu">
            <button type="button" id="user_close" class="hd_closer"><span class="sound_only">메뉴 </span>닫기</button>

            <?php echo outlogin('theme/basic'); // 외부 로그인 ?>

            <ul id="hd_nb">
                <li class="hd_nb1"><a href="<?php echo G5_BBS_URL ?>/qalist.php" id="snb_qa"><i class="fa fa-comments" aria-hidden="true"></i><br>1:1문의</a></li>
                <li class="hd_nb2"><a href="<?php echo G5_BBS_URL ?>/faq.php" id="snb_faq"><i class="fa fa-question-circle" aria-hidden="true"></i><br>FAQ</a></li>
                <li class="hd_nb3"><a href="<?php echo G5_BBS_URL ?>/current_connect.php" id="snb_cnt"><i class="fa fa-users" aria-hidden="true"></i><br>접속자 <span><?php echo connect('theme/basic'); // 현재 접속자수 ?></span></a></li>
                <li class="hd_nb4"><a href="<?php echo G5_BBS_URL ?>/new.php" id="snb_new"><i class="fa fa-history" aria-hidden="true"></i><br>새글</a></li>
                
            </ul>

            <div id="text_size">
            <!-- font_resize('엘리먼트id', '제거할 class', '추가할 class'); -->
                <button id="size_down" onclick="font_resize('container', 'ts_up ts_up2', '', this);" class="select"><img src="<?php echo G5_URL; ?>/img/ts01.png" width="20" alt="기본"></button>
                <button id="size_def" onclick="font_resize('container', 'ts_up ts_up2', 'ts_up', this);"><img src="<?php echo G5_URL; ?>/img/ts02.png" width="20" alt="크게"></button>
                <button id="size_up" onclick="font_resize('container', 'ts_up ts_up2', 'ts_up2', this);"><img src="<?php echo G5_URL; ?>/img/ts03.png" width="20" alt="더크게"></button>
            </div>
        </div>
|

답변 1개 / 댓글 1개

채택된 답변
+20 포인트

include_once(G5_LIB_PATH.'/outlogin.lib.php');  이 페이지가 인클루되어있나 보세요.

답변에 대한 댓글 1개

2018-07-17 (화) 17:00:59
include_once(G5_LIB_PATH.'/outlogin.lib.php');
네 상단에 기재했습니다 그래도안됩니다 ㅠㅠ

답변을 작성하려면 로그인이 필요합니다.