팝업문의 드립니다. > 시즌3 질문과 답변

본문 바로가기

시즌3 질문과답변

[해결중] 팝업문의 드립니다.

  • - 별점 : 평점
  • - [ 0| 참여 0명 ]

본문

반응형 기업 테마 #0005 (E3R_BUSI_0005) 을 사용중입니다.

 

관리자>환경설정>팝업레이어 관리 에서 팝업을 추가할 경우 메인화면 상단 중앙에 팝업이 생기고, 두개이상 추가 할경우 슬라이드 형태로 1개의 배너에서 넘어가도록 됩니다.

 

사실상 팝업레이더 입력란의 좌측, 상단 위치 조절은 되질 않네요.

 

팝업을 슬라이드형태가 아닌 각각 위치 조절하여 띄울수 있는 방법 알려주세요^^

0 0
로그인 후 추천 또는 비추천하실 수 있습니다.
포인트 420
경험치 6,779
[레벨 8] - 진행률 74%
가입일
2016-12-27 15:44:04
서명
미입력
자기소개
미입력

최신글이 없습니다.

최신글이 없습니다.

댓글목록2

이윰MOUNT님의 댓글

profile_image
의숑이님 안녕하세요.
2개의 파일을 수정하셔야 합니다.
-----
1. 사용중인 테마 내 /skin_bs/newwin/basic/newwin.skin.html 파일 전체를 아래 소스로 변경해 주세요.

<?php if (!defined("_GNUBOARD_")) exit; ?>

<!--{* 팝업레이어 시작 *}-->
<div id="hd_pop">
    <h2>팝업레이어 알림</h2>

	<!--{@ newwin}-->
	<div id="hd_pops_{.nw_id}" class="hd_pops" style="top:{.nw_top}px;left:{.nw_left}px">
        <div class="hd_pops_con" style="width:{.nw_width}px;height:{.nw_height}px">
            <!--{=conv_content((.nw_content), 1)}-->
        </div>
        <div class="hd_pops_footer">
            <button class="hd_pops_reject hd_pops_{.nw_id} {.nw_disable_hours}"><strong><!--{.nw_disable_hours}--></strong>시간 동안 다시 열람하지 않습니다.</button>
            <button class="hd_pops_close hd_pops_{.nw_id}">닫기</button>
        </div>
    </div>
	<!--{:}-->
	<span class="sound_only">팝업레이어 알림이 없습니다.</span>
	<!--{/}-->
</div>

<script>
$(function() {
    $(".hd_pops_reject").click(function() {
        var id = $(this).attr('class').split(' ');
        var ck_name = id[1];
        var exp_time = parseInt(id[2]);
        $("#"+id[1]).css("display", "none");
        set_cookie(ck_name, 1, exp_time, g5_cookie_domain);
    });
    $('.hd_pops_close').click(function() {
        var idb = $(this).attr('class').split(' ');
        $('#'+idb[1]).css('display','none');
    });
    $("#hd").css("z-index", 1000);
});
</script>
<!--{* 팝업레이어 끝 *}-->

2. /eyoom/core/newwin/newwin.inc.php 파일 전체를 아래소스로 변경해 주세요.

<?php
	if (!defined('_GNUBOARD_')) exit;

	if (!defined('_SHOP_')) {
		$pop_division = 'comm';
	} else {
		$pop_division = 'shop';
	}

	$_device = G5_IS_MOBILE ? 'mobile': 'pc';
	
	$sql = "
		select * from {$g5['new_win_table']}
		where
			'".G5_TIME_YMDHIS."' between nw_begin_time and nw_end_time
			and nw_device IN ( 'both', '".$_device."' )
		order by nw_id asc 
	";
        
	$result = sql_query($sql, false);

	for ($i=0; $row_nw=sql_fetch_array($result); $i++) {
		// 이미 체크 되었다면 Continue
		if ($_COOKIE["hd_pops_{$row_nw['nw_id']}"])
			continue;

		$sql = " select * from {$g5['new_win_table']} where nw_id = '{$row_nw['nw_id']}' ";
		$newwin[$i] = sql_fetch($sql);
	}

	// 사용자 프로그램
	@include_once(EYOOM_USER_PATH.'/newwin/newwin.skin.php');

	// Template define
	$tpl->define_template('newwin',$eyoom['newwin_skin'],'newwin.skin.html');

	@include EYOOM_INC_PATH.'/tpl.assign.php';
	$tpl->print_($tpl_name);

?>

-----
감사합니다.

축하합니다. 첫댓글 포인트 8포인트를 획득하였습니다.

studyhaza님의 댓글

이윰빌더 시즌4 질문과 답변 게시판입니다.

질문과 답변 게시판에는 가능한 이윰 관리자가 답변을 드리지 않습니다. 회원간 활성화 될수 있도록 도움 부탁드리며, 질문자는 원하는 답변이 달릴경우 꼭 채택하여 주시기 바랍니다.

상품구매 및 유료상품 문의는 1:1문의 게시판을 이용해 주시기 바랍니다.

1:1문의 바로가기 : https://eyoom.net/bbs/qalist.php

전체 13 건 - 1 페이지
번호
제목
글쓴이
채택포인트
별점
사이트 내 전체검색