안녕하세요
비쥬레이아웃 비즈니스형 사용자 입니다.
갤러리 위젯에서 썸네일을 클릭하면 원본이미지가 불러와 지는데
텍스트를 클릭할때처럼
원본이 아닌 게시글 본문으로 이동되게 하려면 어디를 수정해야 할까요?
답변 부탁드립니다. ^^ 너무 잘 사용하고 있습니다.
https://demo.xetemplate.com/bijou_cate_gallery 부분의 카테고리형 갤러리 위젯을 말씀드리는 겁니다.
layout.html 218번 라인이 갤러리 위젯을 출력하는 위젯코드가 있습니다.
이 위젯코드에 lightbox="N" 이라는 옵션을 추가해주시면 썸네일 게시글 본문으로 이동하게 됩니다.
또는 위젯코드를 새로생성하여 레이아웃 갤러리 설정에서 위젯코드를 입력해주셔도됩니다.^^
역시 ^^ 한결같이 신속한 대응 감사합니다.
답글 확인 한 번 부탁드립니다. ^^ 적용이 되질 않아서요
<!--// SECTION5 //--> <section class="xet-section pd-xs-t60 pd-xs-b60 pd-sm-t90 pd-sm-b90 bg" cond="$li->section5!='N'"> <div class="xet-container"> <div class="xet-row"> <div class="col-md-8 delay-03s mg-xs-b30 mg-sm-b0" data-animate="fadeIn"> <div class="pd-b10 mg-b30 border-b1" cond="$li->section5_Title1"> <h3 class="h3">{$li->section5_Title1}</h3> </div> <div class="xet-code"> <!--@if($li->section5_code1)--> {$li->section5_code1} <!--@else--> <img class="zbxe_widget_output" widget="xet_bijou_gallery" skin="default" colorset="default" widget_cash="1" module_srls="{$li->section5_srl1}" order_target="list_order" order_type="desc" lightbox="N" list_type="image_title_content" list_count="1" category_range="N" subject_cut_size="{$subject_cut}" content_cut_size="400" show_thumbnail="Y" show_category_title="N" show_title="Y" show_content="Y" show_regdate="Y" show_nickname="N" show_readed_count="N" show_comment_count="Y" show_icon="Y" thumbnail_width="360" thumbnail_height="270" /> <!--@end--> </div> </div> <div class="col-md-4 delay-06s" data-animate="fadeIn"> <div class="pd-b10 mg-b30 border-b1" cond="$li->section5_Title2"> <h3 class="h3">{$li->section5_Title2}</h3> </div> <div class="xet-code"> <!--@if($li->section5_code2)--> {$li->section5_code2} <!--@else--> <img class="zbxe_widget_output" widget="xet_bijou_gallery" skin="default" colorset="default" widget_cash="1" module_srls="{$li->section5_srl2}" order_target="list_order" order_type="desc" list_type="normal" list_count="6" category_range="N" subject_cut_size="{$subject_cut}" show_title="Y" show_regdate="Y" show_readed_count="Y" show_comment_count="Y" show_icon="Y" /> <!--@end--> </div> </div> </div> </div> </section> <!--@elseif($home!='Y')--> <!--// SUB //-->
부분의 어디에 삽입이 되어야 하는건지요? 이미지 클래스 부분에 삽입을 해줘도 적용이 되질 않습니다. ^^
확인 부탁드리겠습니다.
섹션 5번 말고 섹션 4번의 위젯코드에 넣어주세요^^
해당 페이지 레이아웃의 4번 섹션에 아래와 같이 삽입을 하였는데 적용이 되질 않네요
계속해서 라이트박스 팝업으로 떠버리는데 확인 부탁드리겠습니다.
<!--// SECTION4 //--> <section class="xet-section pd-xs-t60 pd-xs-b60 pd-sm-t90 pd-sm-b90" cond="$li->section4!='N'"> <div class="xet-container"> <h2 class="h2 mg-xs-b40 mg-sm-b60 text-center" lightbox="N" data-animate="fadeInUp" cond="$li->section4_Title">{$li->section4_Title}</h2> <div class="xet-code delay-05s" data-animate="fadeIn"> <!--@if($li->section4_code)--> {$li->section4_code} <!--@else--> <img class="zbxe_widget_output" widget="xet_bijou_gallery" skin="default" colorset="default" widget_cash="1" module_srls="{$li->section4_srl}" order_target="{$li->section4_order_target}" order_type="desc" list_type="gallery" list_count="{$li->section4_list_count}" category_range="{$li->section4_category_ragne}" subject_cut_size="30" content_cut_size="80" lightbox="N" show_thumbnail="Y" show_category_title="N" show_title="Y" show_content="N" show_regdate="N" show_nickname="N" show_readed_count="N" show_comment_count="N" show_icon="N" thumbnail_width="360" thumbnail_height="320" col_count="4" /> <p class="mg-t50 text-center" cond="$li->section4_moreLink"><a href="{$li->section4_moreLink}" class="btn-more"><span>{$li->section4_moreText}</span><i class="xi-angle-right"></i></a></p> <!--@end--> </div> </div> </section>
사용하시는 버전이 최신버전이신지요?
관리자 계정을 남겨주시면 확인 해 드리겠습니다.
여기에 파일을 끌어 놓거나 왼쪽의 버튼을 클릭하세요.
파일 용량 제한 : 0MB (허용 확장자 : *.*)
업로드 중... (0%)
https://demo.xetemplate.com/bijou_cate_gallery 부분의 카테고리형 갤러리 위젯을 말씀드리는 겁니다.
이 댓글을
layout.html 218번 라인이 갤러리 위젯을 출력하는 위젯코드가 있습니다.
이 위젯코드에 lightbox="N" 이라는 옵션을 추가해주시면 썸네일 게시글 본문으로 이동하게 됩니다.
또는 위젯코드를 새로생성하여 레이아웃 갤러리 설정에서 위젯코드를 입력해주셔도됩니다.^^
이 댓글을
역시 ^^ 한결같이 신속한 대응 감사합니다.
이 댓글을
답글 확인 한 번 부탁드립니다. ^^ 적용이 되질 않아서요
이 댓글을
<!--// SECTION5 //-->
<section class="xet-section pd-xs-t60 pd-xs-b60 pd-sm-t90 pd-sm-b90 bg" cond="$li->section5!='N'">
<div class="xet-container">
<div class="xet-row">
<div class="col-md-8 delay-03s mg-xs-b30 mg-sm-b0" data-animate="fadeIn">
<div class="pd-b10 mg-b30 border-b1" cond="$li->section5_Title1">
<h3 class="h3">{$li->section5_Title1}</h3>
</div>
<div class="xet-code">
<!--@if($li->section5_code1)-->
{$li->section5_code1}
<!--@else-->
<img class="zbxe_widget_output" widget="xet_bijou_gallery" skin="default" colorset="default" widget_cash="1" module_srls="{$li->section5_srl1}" order_target="list_order" order_type="desc" lightbox="N" list_type="image_title_content" list_count="1" category_range="N" subject_cut_size="{$subject_cut}" content_cut_size="400" show_thumbnail="Y" show_category_title="N" show_title="Y" show_content="Y" show_regdate="Y" show_nickname="N" show_readed_count="N" show_comment_count="Y" show_icon="Y" thumbnail_width="360" thumbnail_height="270" />
<!--@end-->
</div>
</div>
<div class="col-md-4 delay-06s" data-animate="fadeIn">
<div class="pd-b10 mg-b30 border-b1" cond="$li->section5_Title2">
<h3 class="h3">{$li->section5_Title2}</h3>
</div>
<div class="xet-code">
<!--@if($li->section5_code2)-->
{$li->section5_code2}
<!--@else-->
<img class="zbxe_widget_output" widget="xet_bijou_gallery" skin="default" colorset="default" widget_cash="1" module_srls="{$li->section5_srl2}" order_target="list_order" order_type="desc" list_type="normal" list_count="6" category_range="N" subject_cut_size="{$subject_cut}" show_title="Y" show_regdate="Y" show_readed_count="Y" show_comment_count="Y" show_icon="Y" />
<!--@end-->
</div>
</div>
</div>
</div>
</section>
<!--@elseif($home!='Y')-->
<!--// SUB //-->
부분의 어디에 삽입이 되어야 하는건지요? 이미지 클래스 부분에 삽입을 해줘도 적용이 되질 않습니다. ^^
확인 부탁드리겠습니다.
이 댓글을
섹션 5번 말고 섹션 4번의 위젯코드에 넣어주세요^^
이 댓글을
해당 페이지 레이아웃의 4번 섹션에 아래와 같이 삽입을 하였는데 적용이 되질 않네요
계속해서 라이트박스 팝업으로 떠버리는데 확인 부탁드리겠습니다.
<!--// SECTION4 //-->
<section class="xet-section pd-xs-t60 pd-xs-b60 pd-sm-t90 pd-sm-b90" cond="$li->section4!='N'">
<div class="xet-container">
<h2 class="h2 mg-xs-b40 mg-sm-b60 text-center" lightbox="N" data-animate="fadeInUp" cond="$li->section4_Title">{$li->section4_Title}</h2>
<div class="xet-code delay-05s" data-animate="fadeIn">
<!--@if($li->section4_code)-->
{$li->section4_code}
<!--@else-->
<img class="zbxe_widget_output" widget="xet_bijou_gallery" skin="default" colorset="default" widget_cash="1" module_srls="{$li->section4_srl}" order_target="{$li->section4_order_target}" order_type="desc" list_type="gallery" list_count="{$li->section4_list_count}" category_range="{$li->section4_category_ragne}" subject_cut_size="30" content_cut_size="80" lightbox="N" show_thumbnail="Y" show_category_title="N" show_title="Y" show_content="N" show_regdate="N" show_nickname="N" show_readed_count="N" show_comment_count="N" show_icon="N" thumbnail_width="360" thumbnail_height="320" col_count="4" />
<p class="mg-t50 text-center" cond="$li->section4_moreLink"><a href="{$li->section4_moreLink}" class="btn-more"><span>{$li->section4_moreText}</span><i class="xi-angle-right"></i></a></p>
<!--@end-->
</div>
</div>
</section>
이 댓글을
사용하시는 버전이 최신버전이신지요?
관리자 계정을 남겨주시면 확인 해 드리겠습니다.
이 댓글을
이 댓글을